deployment.properties error - Xms\Xmx args causing JRE cannot be loaded
I just installed JRE 1.5.0_11 on a clean XP install. For some reason, whenever I try to specify -Xms256m and -Xmx256m via the Java control panel for the applet arguments, I get the error stating that "The Java Runtime Environment cannot be loaded" then a second stating that "Several Java Virtual Machines running in the same process caused an error".
I tested these from command line (java.exe -jar ..\lib\javaws.jar -Xms256m -Xmx256m) and got an error stating that it "Failed to load Main-Class manifest attribue from ..\lib\javaws.jar". So, since it wasnt an error about starting java.exe, I figure it is working properly from CLI.
here is my deployment.properties file:
#####
#deployment.properties
#Wed Jun 13 08:44:01 EDT 2007
deployment.browser.vm.iexplorer=true
deployment.browser.vm.mozilla=false
deployment.version=1.5.0
deployment.capture.mime.types=true
deployment.system.tray.icon=true
deployment.browser.path=C\:\\Program Files\\Internet Explorer\\iexplore.exe
deployment.javapi.cache.enabled=false
#Java Web Start jre's
#Wed Jun 13 08:44:01 EDT 2007
#Java Plugin jre's
#Wed Jun 13 08:44:01 EDT 2007
deployment.javapi.jre.1.5.0_11.args=-Xms256m -Xmx256m -XX\:MaxPermSize\=64m
deployment.javapi.jre.1.5.0_11.osname=Windows
deployment.javapi.jre.1.5.0_11.path=C\:\\Program Files\\Java\\jre1.5.0_11
deployment.javapi.jre.1.5.0_11.osarch=x86
Any help would be great!
Thanks,
- DF

