Paul Gress wrote: > 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 > $ > > > > $ javaws /Download_Files/Sun_Device_Detection_Tool/sddtool_20.jnlp > $ JREInfo: unknown osArch: <Unknown>, considering 32bit > JREInfo: unknown osArch: <Unknown>, considering 32bit > > $ > > >
OK, solved it. Changed the file /usr/Home/.java/deployment/deployment.properties. The fourth to last line has: "deployment.javaws.jre.0.path=/usr/jdk/instances/jdk1.6.0/jre/bin/java" Changed it to: "deployment.javaws.jre.0.path=/usr/jdk/java/jre/bin/java" Same as before, but this time I Write protected to file "deployment.properties" by changing the attributes to 444. Now the java program starts up with no errors at all. Not even the unknown osArch message. It appears java is deleting this file first before it reads it. Paul
