Re RyanVM jre6 and jre5010 switchless installers
Re RyanVM jre6 and jre5010 switchless installers
@ anyone
Are these installers for different runtimes and are both required to safely run all java web content from our install CD's? Or does one supercede the other?
Can some kindly soul please explain or point me to some layman's resource that will explain. I have done the usual google searches but I am not an IT pro, just a keen amateur and the Sun resource pages just overwhelm me, I'm afraid.
Are these installers for different runtimes and are both required to safely run all java web content from our install CD's? Or does one supercede the other?
Can some kindly soul please explain or point me to some layman's resource that will explain. I have done the usual google searches but I am not an IT pro, just a keen amateur and the Sun resource pages just overwhelm me, I'm afraid.
-
- Posts: 210
- Joined: Tue Dec 13, 2005 12:52 pm
- Location: The Netherlands (But running US WinXP, in case it comes up)
@ViVa
@Mitsuko Aninikkou
Thanks. Seems we only really need jre6 then. Only the reason I asked was I was browsing RyanVM's bittorrent releases and he brought new versions of both these files out the same day as he released latest update pack. So I was unsure whether they had different purposes or not...
@Mitsuko Aninikkou
Thanks. Seems we only really need jre6 then. Only the reason I asked was I was browsing RyanVM's bittorrent releases and he brought new versions of both these files out the same day as he released latest update pack. So I was unsure whether they had different purposes or not...
I did both only because I figured there may be some out there who still prefer JRE5 for whatever reason (kinda like how some prefer older Acrobat Readers)
Get up to $200 off on hosting from the same people who host this website!
http://www.ryanvm.net/forum/viewtopic.php?t=2357
http://www.ryanvm.net/forum/viewtopic.php?t=2357
I still use a stripped down version of the final Nero 6 release.
Get up to $200 off on hosting from the same people who host this website!
http://www.ryanvm.net/forum/viewtopic.php?t=2357
http://www.ryanvm.net/forum/viewtopic.php?t=2357
We use Java for OOP course in school and when compiling some older code I get deprecation warning(s). Deprecation mean that some classes and such, which I use, will no longer be available/supported in future JDK releases. This is true for JDK, can't confirm it for JRE, but I'm pretty confident. However I use the same JRE an JDK (no reason not to). I also try to re-release older classes when JDK/JRE upgrades deprecates some of the features that I use.
What that technical stuff before meant is that Java 6 supersedes earlier releases however it deprecates some of it (very small parts, tiny bits for layman usage). Unless older Java is a must at work or is used for some specific scripting support for 3rd party applications, there is no need for older versions.
What that technical stuff before meant is that Java 6 supersedes earlier releases however it deprecates some of it (very small parts, tiny bits for layman usage). Unless older Java is a must at work or is used for some specific scripting support for 3rd party applications, there is no need for older versions.
To never die... to conquer all, that is winning.
-
- Posts: 1131
- Joined: Wed Sep 14, 2005 11:31 am
Which is generally not good programming practice. Anyway there is less fundamental difference between Java 5 & 6 then between 5 an 1.4...newsposter wrote:there is and probably will always be some jave code out there that is hard coded to specific releases of JRE...
To never die... to conquer all, that is winning.
I use RyanVM java 6 from here http://www.ryanvm.net/msfn/, how to make that totality silent without extracting progress bar
You can't with mine. It's the nature of the 7zip SFX module I use.
Get up to $200 off on hosting from the same people who host this website!
http://www.ryanvm.net/forum/viewtopic.php?t=2357
http://www.ryanvm.net/forum/viewtopic.php?t=2357
- ricktendo64
- Posts: 3214
- Joined: Mon May 22, 2006 12:27 am
- Location: Honduras
You can easily cut and paste the module from any 7-Zip switchless installer with a hex editor.
All 7-Zip archives start with the string "7z" in a hex editor. In a 7-Zip switchless installer the archive begins with the third instance of that string and the UTF-8 configuration text is just before it.
Ryan uses UPX on his installers, so you'll have to unUPX it first if you want to edit the dialog box.
All 7-Zip archives start with the string "7z" in a hex editor. In a 7-Zip switchless installer the archive begins with the third instance of that string and the UTF-8 configuration text is just before it.
Ryan uses UPX on his installers, so you'll have to unUPX it first if you want to edit the dialog box.