F
frank
I asked this before but I think I did not ask the question completely.
I need to run 2 version of java JVM/JDKs , 1.4.x and 1.5 on the same XP
machine but have different programs running using the different JVMs/JDK
compiles. Is this do able and any know issues. I know on Linux/Unix
probably no biggy. But on Windows XP the installer takes control and
loads things into the system32 automatically for you with the new
version installed. Are their different dll's required for the different
versions of java and if so how do you keep it separate. Is it just as
easy as overlaying the system32 java.exe with the 1.4?
I NEED the system's default to stay at 1.4 java (don't want to screw
around with lots of other already setup and running program that are not
mine) but load a 1.5 that others can use. I overlaid the 1.5 java in
the system 32 with the 1.4 java and got an error when running of:
Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'
has value '1.5', but '1.4' is required.
Error: could not find java.dll
Error: could not find Java 2 Runtime Environment.
Looks like I screwed up the registry by doing it. Boy hate windows
this would be so easy on Linux!
I need to run 2 version of java JVM/JDKs , 1.4.x and 1.5 on the same XP
machine but have different programs running using the different JVMs/JDK
compiles. Is this do able and any know issues. I know on Linux/Unix
probably no biggy. But on Windows XP the installer takes control and
loads things into the system32 automatically for you with the new
version installed. Are their different dll's required for the different
versions of java and if so how do you keep it separate. Is it just as
easy as overlaying the system32 java.exe with the 1.4?
I NEED the system's default to stay at 1.4 java (don't want to screw
around with lots of other already setup and running program that are not
mine) but load a 1.5 that others can use. I overlaid the 1.5 java in
the system 32 with the 1.4 java and got an error when running of:
Registry key 'Software\JavaSoft\Java Runtime Environment\CurrentVersion'
has value '1.5', but '1.4' is required.
Error: could not find java.dll
Error: could not find Java 2 Runtime Environment.
Looks like I screwed up the registry by doing it. Boy hate windows
this would be so easy on Linux!