0
我試過在我的linux平臺上安裝Java。 我用這個:CentOS 5安裝Java錯誤
su -c "yum install java-1.7.0-openjdk"
從http://openjdk.java.net/install/
後來我想這:
yum install java-1.7.0-openjdk-src.i386
但問題是,我不斷收到這個當我嘗試運行.jar文件:
Error occurred during initialization of VM
Could not reserve enough space for object heap
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit
什麼問題? 這是一個32位系統
看看http://stackoverflow.com/questions/1058471/java-refuses-to-start-could-not-reserve-enough-space-for-object-heap –