Hi all, I'm having trouble with java on my computer. When I start the sddtool the application wont run:
$ javaws /Download_Files/Sun_Device_Detection_Tool/sddtool_20.jnlp Java Web Start splash screen process exiting ..... Bad installation. No JRE found in configuration file: No such file or directory $ I look into my configuration file: $ cat /usr/Paul/.java/deployment/deployment.properties #deployment.properties #Tue Dec 02 19:22:46 EST 2008 deployment.javaws.splash.index=/usr/Paul/.java/deployment/cache/6.0/splash/splash.xml deployment.version=6.0 deployment.javapi.cache.update=true deployment.browser.path=/usr/bin/firefox #Java Web Start jre's #Tue Dec 02 19:22:46 EST 2008 deployment.javaws.jre.0.product=1.6.0_11 deployment.javaws.jre.0.registered=false deployment.javaws.jre.0.osname=SunOS deployment.javaws.jre.0.platform=1.6 deployment.javaws.jre.0.path=/usr/jdk/instances/jdk1.6.0/jre/bin/java deployment.javaws.jre.0.location=http\://java.sun.com/products/autodl/j2se deployment.javaws.jre.0.enabled=true deployment.javaws.jre.0.osarch=x86 $ The fourth from the last line "deployment.javaws.jre.0.path=/usr/jdk/instances/jdk1.6.0/jre/bin/java" is correct. But if I change it to: deployment.javaws.jre.0.path=/usr/jdk/java/jre/bin/java It will work. $ javaws /Download_Files/Sun_Device_Detection_Tool/sddtool_20.jnlp $ JREInfo: unknown osArch: <Unknown>, considering 32bit JREInfo: unknown osArch: <Unknown>, considering 32bit $ Then java changes to configuration file automatically back to the configuration that wont work. It's frustrating. Any work around to fix it? Thanks, Paul
