Problem using JRE1.6
I want to install a Java 1.6 (non-web) application on a systems which not necessarily have Java 1.6 installed. (I have no right to install or uninstall anything on that system)
On Windows systems I have successfully just copied the entire jre1.6.0 catalogue onto the system and referred to the jre1.6.0\bin\java.exe when executing the application.
I suppose it works the same way on UNIX, Linux and Solaris systems?
Could it cause any conflicts with other preinstalled jre-versions on the systems?
I have heard that when two java applications runs at the same time on the same machine, but on two different VM-versions, they communicate. This could cause my 1.6 version to be registered as being installed on the system, and then future applications might try to access the 1.6 VM. Is it correct?
[827 byte] By [
bopea] at [2007-11-26 14:42:47]

# 1
> I want to install a Java 1.6 (non-web) application on
> a systems which not necessarily have Java 1.6
> installed. (I have no right to install or uninstall
> anything on that system)
> On Windows systems I have successfully just copied
> the entire jre1.6.0 catalogue onto the system and
> referred to the jre1.6.0\bin\java.exe when executing
> the application.
>
> I suppose it works the same way on UNIX, Linux and
> Solaris systems?
I haven't tried this, but I do know it works, if you do it right I suppose.
> Could it cause any conflicts with other preinstalled
> jre-versions on the systems?
> I have heard that when two java applications runs at
> the same time on the same machine, but on two
> different VM-versions, they communicate.
Nonsense.
# 2
Hello,
I am having a problem after installing JRE 1.6.
I am having JRE 1.4, 1.5, and 1.6. One of my application can only run on 1.4. Before installing 1.6 I can run the application normally using a shortcut to JNPL file link. Because the 1.5 handled it properly and call 1.4 without problem. But after installed 1.6, when ever I run the JNPL link it boot 1.6 only and the application fails to run.
Is it a bug in 1.6 in handling JNPL link?
Please, let me know if you have any idea?
Thanks a lot,
Son Lam.