Hi,
I am trying to launch a
java application on a machine using an
applet embedded in a web-page. The applet creates a runtime object and from there it calls a script on the client machine (Solaris). The script sets up some enviroment variables to point to the applcations own JRE, it then tries to launch a java program. When I run this script from the command line it runs fine, however when I try to run it using the applet, i get an error saying the JVM failed to initialize. Any help would be appreciated.
Richard...