October 17, 20187 yr Java has been updated today October 16, 2018 to Version 8 Update 191. First, download the last known working XP installer (http://sdfox7.com/xp/sp3/EOL/jre-8u152-windows-i586.exe), then download the latest updated tar.gz file here https://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html or my FTP http://sdfox7.com/xp/sp3/EOL/java/. Installer packages after Version 8 Update 152 do NOT work correctly on XP, so to manually update to the current version follow the instructions here: Or here:
October 25, 20187 yr On 10/17/2018 at 3:19 AM, sdfox7 said: Java has been updated today October 16, 2018 to Version 8 Update 191. First, download the last known working XP installer (http://sdfox7.com/xp/sp3/EOL/jre-8u152-windows-i586.exe), then download the latest updated tar.gz file here https://www.oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html or my FTP http://sdfox7.com/xp/sp3/EOL/java/. Installer packages after Version 8 Update 152 do NOT work correctly on XP, so to manually update to the current version follow the instructions here: Or here: h..hh..how you got the latest java to install? last time i tried to install java it didnt launch.The last that worked for me is java 8 update 152 . UPDATE: never mind didnt read the whole post lol Edited October 25, 20187 yr by someguy25
December 30, 20187 yr Are you all aware that Java 8 Update 192 superseded 191 on the same day? It's not clear to me why the older 191 is the one being served on the Java download page. https://www.oracle.com/technetwork/java/javase/8u191-relnotes-5032181.html https://www.oracle.com/technetwork/java/javase/8u192-relnotes-4479409.html
December 31, 20187 yr v191 has several security updates -> see https://www.oracle.com/technetwork/java/javase/8u191-relnotes-5032181.html v192 has a extra new feature -> see https://www.oracle.com/technetwork/java/javase/8u192-relnotes-4479409.html With v191 you are as safe as possible, v192 is not needed. In the past there where alsways two versions, one with security updates ans one with new features. Recommended was always the lower v number to avoid problems with the new features. Only if you need the new feature go to the higher v number.
January 8, 20197 yr Does newer java still not install on XP, and u have to install that old one, then copy the files and what not? Reason i am asking is becasue I did that before and it worked fine but I have been out of the loop for ahwile as I dont really use java. I have 1 program that runs on java that i rarely use/ Edited January 8, 20197 yr by Destro
January 8, 20197 yr Author That's right, the current installer doesn't work on XP, but if the updated files are installed manually over an existing installation of Java 8 Update 152, the last which does install properly, it still works fine. Edited January 8, 20197 yr by Dave-H Addition
January 8, 20197 yr 1 hour ago, Destro said: Does newer java still not install on XP, and u have to install that old one, then copy the files and what not? Yes. As described here in this older advice At last copy one file to have the new control panel: copy /y C:\Programme\Java\bin\javacpl.cpl C:\WINDOWS\system32 I do not have any problems with the latest v191. If you wish to correct ALL STRINGS to get always displayed the right version info take a look in the registry. But this is NOT required, only cosmetic! Excample entries: [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.8.0_191] [HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Runtime Environment\1.8.0_191\MSI] "PRODUCTVERSION"="8.0.1910.12" "FullVersion"="1.8.0_191-b12" [HKEY_LOCAL_MACHINE\SOFTWARE\JreMetrics] "JreVersion"="1.8.0_191-b12" [HKEY_CLASSES_ROOT\Installer\Products\4EA42A62D9304AC4784BF2238110150F] "ProductName"="Java 8 Update 191-b12" [HKEY_CLASSES_ROOT\Installer\Products\4EA42A62D9304AC4784BF2238110150F\SourceList] "PackageName"="jre1.8.0_191.msi" # # # "DisplayVersion"="8.0.1910.12" "InstallDate"="20181020" "DisplayName"="Java 8 Update 191"
January 8, 20197 yr i se thank you very much, I remeber dencorso made a thread dedicated to that, but it's not stikyed. We should make a sticky guide for it.
January 8, 20197 yr 10 minutes ago, Dave-H said: over an existing installation of Java 8 Update 152 @Dave-H I do not recommend v152 at last installation under XP, if you do not change the files to v191. Latest recommended version to install in XP was v151. v152 is a version with added new functions and may have more problems as the original version with only security updates (v151).
January 8, 20197 yr Author Yes, sorry you're right of course! I did go through a phase of installing the even-numbered versions, which is why I had Update 152 saved as the last fully working installation. I'm using 191 now. I should download a version of 151 to keep as the last working installer, thanks for reminding me! Cheers, Dave.
January 8, 20197 yr Do note that those on XPx64/Server 2003 x64 (maybe even '03 x86) can install the latest Java 8 using the official installer just fine.
January 9, 20197 yr 16 hours ago, dencorso said: I'm using (hand-installed) 192 quite happily, ATM. Why shouldn't I? Of course, you can use it. But makes no sense if you need not the new functions built in. Oracle always republished two versions at the same time. Oracle itself has repeatedly pointed out that the use of the higher version number can be associated with additional problems, as new features have been released again and again with the higher version. Therefore, as a matter of principle, only the security updates (lower version number) should be installed in order to avoid new problems, including new security vulnerabilities. Possible that you close a door an have open two others...
January 9, 20197 yr I recollect posting this before, but for people reading this latest discussion about JRE 8u191 (CPU release) vs JRE 8u192 (PSU release): and from there: https://www.oracle.com/technetwork/java/javase/cpu-psu-explained-2331472.html Quote Which Java version should I choose: the CPU or the PSU? Oracle strongly recommends that all Java SE users upgrade to the latest CPU release available for a release family. Most users should choose the CPU release. You are then, of course, free to make your own individual choice...
Create an account or sign in to comment