I installed the Java 6 JRE on my VPS just fine, but I can\'t get the EE SDK installation to even run.
root@vps [/usr/java]# java -version java version \"1.6.
Do you have a JDK installed? You likely want to put $JDK_HOME/bin on your PATH, not the /bin of a JRE, as jar comes with JDK, not JRE.
$JDK_HOME/bin
/bin
jar