I have tried to isntall Java on my linux platform. I used this:
su -c "yum install java-1.7.0-openjdk"
from http://openjdk.java.net/install/
Later i tried this:
yum install java-1.7.0-openjdk-src.i386
But the problem is that i keep getting this when i try to run a .jar file:
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
What's the problem? It's a 32-bit system