Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A fix for broken Java after 10.3.9 upgrade' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A fix for broken Java after 10.3.9 upgrade
Authored by: silverdr on Apr 18, '05 01:01:36PM

Welcome to Darwin!
ShangHai:~$ java -version
Segmentation fault
ShangHai:~$ sudo update_prebinding -force -root /

[... after few minutes...]

2005-04-18 18:52:55.265 update_prebinding[795] Update_prebinding done.
2005-04-18 18:52:55.267 update_prebinding[795] 1940 files successfully prebound, 208 files unsuccessfully prebound.


ShangHai:~$ java -version
HotSpot not at correct virtual address. Sharing disabled.
java version "1.4.2_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_05-141.4)
Java HotSpot(TM) Client VM (build 1.4.2-38, mixed mode)
ShangHai:~$


So it seems that this method at least partially work without reinstalling anything.



[ Reply to This | # ]