Platform : Solaris 8
Browser : Netscape 6
Steps to run the NS6 Browser and plugin
1) rlogin to target Solaris or Linux system
2) set the DISPLAY variable back to your system. Example...
setenv DISPLAY oxe.east:0.0 (Solaris using cshell)
or
export DISPLAY=oxe.east:0.0 (Linux)
Substitute your system name for 'oxe' above.
3) cd /net/sqesvr.eng/deployment3/mozilla/pr3
4) ./run_mozilla
5.) go to the below link and execute the testcases
http://sqesvr.eng.sun.com/deployment1/ws/doc/proc/JPI_appletcache.html
6.) follow the setup requirments
7.) execute the QL test cases
Result : Throws the following exception
********************************************************************************
load: class NervousText.class not found.
java.lang.ClassNotFoundException: java.io.FileNotFoundException: http://sqesvr.eng/deployment1/ws/tests/appletcache/singlejar/carch_only/plugin/NervousText/class.class
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:545)
at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(HttpURLConnection.java:302)
at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:230)
at sun.applet.AppletClassLoader.getBytes(AppletClassLoader.java:218)
at sun.applet.AppletClassLoader.access$100(AppletClassLoader.java:41)
at sun.applet.AppletClassLoader$1.run(AppletClassLoader.java:137)
at java.security.AccessController.doPrivileged(Native Method)
at sun.applet.AppletClassLoader.findClass(AppletClassLoader.java:134)
at sun.plugin.security.PluginClassLoader.access$201(PluginClassLoader.java:46)
at sun.plugin.security.PluginClassLoader$1.run(PluginClassLoader.java:228)
at java.security.AccessController.doPrivileged(Native Method)
at sun.plugin.security.PluginClassLoader.findClass(PluginClassLoader.java:216)
at java.lang.ClassLoader.loadClass(ClassLoader.java:297)
at sun.applet.AppletClassLoader.loadClass(AppletClassLoader.java:108)
at java.lang.ClassLoader.loadClass(ClassLoader.java:253)
at sun.applet.AppletClassLoader.loadCode(AppletClassLoader.java:371)
at sun.applet.AppletPanel.createApplet(AppletPanel.java:579)
at sun.plugin.AppletViewer.createApplet(AppletViewer.java:1111)
at sun.applet.AppletPanel.runLoader(AppletPanel.java:515)
at sun.applet.AppletPanel.run(AppletPanel.java:293)
at sun.plugin.navig.motif.MotifAppletViewer.maf_run(MotifAppletViewer.java:125)
at sun.plugin.navig.motif.MotifAppletViewer.run(MotifAppletViewer.java:121)
at java.lang.Thread.run(Thread.java:484)
********************************************************************************