submix8c Posted May 30, 2019 Share Posted May 30, 2019 re: Difference between Shockwave and Flash Player: https://helpx.adobe.com/shockwave/kb/shockwave-player-faq.html#main_3 Basically, you're "kind of" right about Shockwave and "games", although my grandkids (several years ago) played games on PBS Kids website that were apparently Flash (?) games. On spare XP computers, mind you (not on MY computer, kids!)... And the result was the same re: Macromedia folder contents, but BOTH entries exist in Add/Remove, so I can't really definitively vouch for existence of both (busy cleaning up junkware). Link to comment Share on other sites More sharing options...
dencorso Posted May 30, 2019 Share Posted May 30, 2019 Hey! Good to see you around, @submix8c! You have been missed! 1 Link to comment Share on other sites More sharing options...
submix8c Posted May 30, 2019 Share Posted May 30, 2019 Mostly private matters - hoping I (and especially my wife) will still be around for my 50th Hi-School Alumni party in August. "Still Alive And Well" - J. Winter 1 Link to comment Share on other sites More sharing options...
Dave-H Posted July 21, 2019 Author Share Posted July 21, 2019 I've been offered Java 8 Update 221 on Windows 10. No offered update on XP as yet, but when I checked the offline installers download page, there is only version 221, no version 222. Have they stopped offering dual versions like they used to, I can find no trace of 222 anywhere? Link to comment Share on other sites More sharing options...
Dave-H Posted July 22, 2019 Author Share Posted July 22, 2019 I've now been offered Java 8 Update 221 on Windows XP. Still no sign of Java 8 Update 222. Link to comment Share on other sites More sharing options...
NojusK Posted July 22, 2019 Share Posted July 22, 2019 (edited) 17 hours ago, Dave-H said: I've now been offered Java 8 Update 221 on Windows XP. Still no sign of Java 8 Update 222. Have you checked the downloads with an Oracle Account? Edited July 23, 2019 by Nojus2001 typo :( Link to comment Share on other sites More sharing options...
Dave-H Posted July 23, 2019 Author Share Posted July 23, 2019 Yes, that's the only way to get some of them now. Link to comment Share on other sites More sharing options...
dencorso Posted July 23, 2019 Share Posted July 23, 2019 13 hours ago, Dave-H said: I've now been offered Java 8 Update 221 on Windows XP. Still no sign of Java 8 Update 222. I confirm your finding. And I was logged-in with my Oracle Account, of course... Either they'll still release 222 sometime along this week or there'll be no 222. I have, however, not read anywhere they'd be dropping such builds as a rule henceforward. 1 Link to comment Share on other sites More sharing options...
Usher Posted August 8, 2019 Share Posted August 8, 2019 (edited) On 4/26/2019 at 4:13 PM, TuMaGoNx said: for /r %f in (*.pack) do jre\bin\unpack200.exe "%~f" "%~dpnf.jar" && del "%~f" It's something wrong with letter "f" in this line. Could you fix it, please? As "f" is a modifier, you should better use another uppercase letter for parameter, like %K. Edit: Well, this "f" was misleading. I just forgot to change % into %% in a script. It should be something like below: for /r %%K in (*.pack) do jre\bin\unpack200.exe "%%~K" "%%~dpnK.jar" && del "%%~K" Sorry for troubles… Edited August 8, 2019 by Usher fixed info Link to comment Share on other sites More sharing options...
TuMaGoNx Posted August 9, 2019 Share Posted August 9, 2019 (edited) @dencorso Just in case Oracle stop provide binary updates there still: https://adoptopenjdk.net/releases.html#x32_win currently at u222 PS: adoptjdk doesnt include JavaFX which you can transplant from u112 Edited August 9, 2019 by TuMaGoNx 4 Link to comment Share on other sites More sharing options...
Dave-H Posted August 9, 2019 Author Share Posted August 9, 2019 Does their MSI installer work on Windows XP? Link to comment Share on other sites More sharing options...
Mathwiz Posted August 10, 2019 Share Posted August 10, 2019 No, the installer requires Win 7. You have to download the .zip and install manually. Link to comment Share on other sites More sharing options...
Dave-H Posted August 10, 2019 Author Share Posted August 10, 2019 Ah thanks, just thought I'd ask! So, no different from the Oracle installer then. I don't think I'll bother with the 222 version, I suspect there's no real advantage over 221 for normal use. Link to comment Share on other sites More sharing options...
dencorso Posted August 10, 2019 Share Posted August 10, 2019 On 8/8/2019 at 10:26 PM, TuMaGoNx said: @dencorso Just in case Oracle stop provide binary updates there still: https://adoptopenjdk.net/releases.html#x32_win currently at u222 PS: adoptjdk doesnt include JavaFX which you can transplant from u112 21 hours ago, Dave-H said: Does their MSI installer work on Windows XP? 18 hours ago, Mathwiz said: No, the installer requires Win 7. You have to download the .zip and install manually. 8 hours ago, Dave-H said: Ah thanks, just thought I'd ask! So, no different from the Oracle installer then. I don't think I'll bother with the 222 version, I suspect there's no real advantage over 221 for normal use. +1 Link to comment Share on other sites More sharing options...
TuMaGoNx Posted August 11, 2019 Share Posted August 11, 2019 Just to clarify Oracle is currently doing out-of-bound 2 years extension for Java 8 updates, according to https://www.oracle.com/technetwork/java/java-se-support-roadmap.html java 8 extended support is up to 2025, long after Dec 2020. The fixes and patches always went upstream (to openjdk, e.g. if you use linux you can get latest patched RPM) however nobody give a damn about building Windows binary especially 32-bit binary. For example you wont find the last Java 6 updates for Windows from Oracle/Sun but you could get it from IBM https://www-01.ibm.com/support/docview.wss?uid=ibm10739565 which match the roadmap date above "ended in 2018", the case I hope will be the same for adoptopenjdk to support win32 till 2025 not just 2020, IMHO they are just "arm" of IBM to promote OpenJ9 engine. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now