PDA

View Full Version : Installing JVM doesn't run


scotttam
01-01-2007, 02:15 PM
I have tried several different JVM's just to make sure I am not crazy. Finally, I tried sun's JVM and when I run java I get the following:

java
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.

So, I tried uping the min and mx heap allocations:

java -Xms64m -Xmx256m
Error occurred during initialization of VM
Could not reserve enough space for object heap
Could not create the Java virtual machine.

Same thing. Anyone else running into this problem?

Thanks,

Scott