Hi, I'm a Java developer and since some time ago, when I run a program through the Terminal I get the message "HotSpot not at correct virtual address. Sharing disabled."
VictorMac:~ 007$ java -version
HotSpot not at correct virtual address. Sharing disabled.
java version "1.4.2_09"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-232)
Java HotSpot(TM) Client VM (build 1.4.2-54, mixed mode)
In the Utilities/Java/JSSE 5.0 folder I've set the Java5.0 as my default JVM but it seems that doesn't work.
Have I installed the new Java version in a bad way? What should I have to run my Applications without this message?
Thank you very much
VictorMac:~ 007$ java -version
HotSpot not at correct virtual address. Sharing disabled.
java version "1.4.2_09"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_09-232)
Java HotSpot(TM) Client VM (build 1.4.2-54, mixed mode)
In the Utilities/Java/JSSE 5.0 folder I've set the Java5.0 as my default JVM but it seems that doesn't work.
Have I installed the new Java version in a bad way? What should I have to run my Applications without this message?
Thank you very much