Java 1.5´s HotSpot after update of QT 7.0.2/iTunes 5
When I compiled my app I got the boring message from java: "HotSpot not at correct virtual address. Sharing disabled."
java 1.4.2_07 runs fine but when I want to run java 1.5 :
$ /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/java -version
I get following message:
HotSpot not at correct virtual address. Sharing disabled.
java version "1.5.0_02"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_02-56)
Java HotSpot(TM) Client VM (build 1.5.0_02-36, mixed mode)
Please help me, how can I fix this problem?