Can you do a java -version or java -fullversion and see what version of the JDK/JRE you have installed? You might want to go to java.com and see if it recommends that you update ... That error sounds like what you would get from a 1.1 VM (which didn't support the -jar commandline param and is interpreting rmmlite.jar as a package name), but that's just a guess.

ms