Applets and Netscape 6!

Hi there,
I am not sure if this is the right forum to post my question. However, i saw some discussions reg. Applets on Netscape 6 and i guess that many of you might be familiar with the scenario.
I'm having trouble getting any applets to work on Netscape 6 when I have HTTP authentication on the webserver enabled. The applet works fine under normal circumstances.
Instead of loading the applet, I get a Java dialog box saying "Enter Network Password" and asks me to enter my username/password. This is a specific Java dialog box, complete with a picture of Duke, and it
gives my firewall, digest and realm information.
However, the dialog box doesn't accept my username/password, and doesn't
display my applet.
Here is what i captured on the Java console:
======= Default Browser Messages =========
Java(TM) Plug-in: Version 1.3.0_01
Using JRE version 1.3.0_01 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\hsivapatham
Proxy Configuration: Browser Proxy Configuration
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
q: hide console
s: dump system properties
t: dump thread list
x: clear classloader cache
0-5: set trace level to <n>
Trace level set to 5: basic, net, security, ext, liveconnect ... completed.
Registered modality listener
Referencing classloader: sun.plugin.ClassLoaderInfo@5256fa, refcount=1
=========== Loading the Applet... ==========
Added trace listener: sun.plugin.navig.win32.AppletPluginPanel[SpeedDial,0,0,300x295,invalid,layout=java.awt.BorderLayout]
Sending events to applet. LOAD
Determine if the applet requests to install any HTML page
Sending events to applet. INIT
Sending events to applet. START
HTML Installation finished.
===== Not sure what this means? =========
Determine if the applet requests to install any JAR
Jar cache option: null
Jar archive(s): null
Jar cache version(s): null
Applet Installation finished.
====================================
Opening http://10.1.1.126:90/SpeedDialApplet.jar
Connecting http://10.1.1.126:90/SpeedDialApplet.jar with no proxy
======= Puts up a dialog box asking for username and password ==========
Firewall authentication: site=VAANI/10.1.1.126:90, protocol=http, prompt=xpressa, scheme=basic
Modality pushed
Modality popped
User selected: 0
Opening http://10.1.1.126:90/SpeedDial.class
Connecting http://10.1.1.126:90/SpeedDial.class with no proxy
java.lang.NullPointerException
     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
     at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
     at sun.net.www.protocol.http.HttpURLConnection.getHeaderField(Unknown Source)
     at sun.plugin.protocol.jdk12.http.HttpURLConnection.checkCookieHeader(Unknown Source)
     at sun.plugin.protocol.jdk12.http.HttpURLConnection.getInputStream(Unknown Source)
     at java.net.HttpURLConnection.getResponseCode(Unknown Source)
     at sun.applet.AppletClassLoader.getBytes(Unknown Source)
     at sun.applet.AppletClassLoader.access$100(Unknown Source)
     at sun.applet.AppletClassLoader$1.run(Unknown Source)
     at java.security.AccessController.doPrivileged(Native Method)
     at sun.applet.AppletClassLoader.findClass(Unknown Source)
     at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
     at java.lang.ClassLoader.loadClass(Unknown Source)
     at sun.applet.AppletClassLoader.loadClass(Unknown Source)
     at java.lang.ClassLoader.loadClass(Unknown Source)
     at sun.applet.AppletClassLoader.loadCode(Unknown Source)
     at sun.applet.AppletPanel.createApplet(Unknown Source)
     at sun.plugin.AppletViewer.createApplet(Unknown Source)
     at sun.applet.AppletPanel.runLoader(Unknown Source)
     at sun.applet.AppletPanel.run(Unknown Source)
     at java.lang.Thread.run(Unknown Source)
</code>
Thanks for your help.
Priya

oops, i forgot to add this, can u tell me what speeddial.class is trying to do?
i belive u r making a url connection in that class and u got a null exception.
if u r indeed making a urlconnection, be sure to include the basic authentication in the headers. here is a sample
String basicAuth = Base64Coder.base64Encode("username:password");
basicAuth = "Basic " + basicAuth;
java.net.URL url = new java.net.URL(strUrl);
java.net.HttpURLConnection con = (java.net.HttpURLConnection) url.openConnection();
con.setRequestProperty("Authorization", basicAuth);

Similar Messages

  • Facing the problem in loading the applet in mozilla, Firefox and netscape

    Dear sir,
    Well I am facing the problem regarding loading of applet in firefox,mozilla and netscape. Its working fine in IE6 I have the samplecode which asks for jdk1.4 whenever the applet gets loaded in IE6 and also it works fine for every browser but he is asking jre for every time whenever the page gets loaded even if the jre is installed. I need a code such that it should ask only if the jre is not installed. One more thing is it so that for mozilla or netscape the jre installation files are different.
    pls give the solution.
    Well I am also facing the problem like when I load login page of my applicatoin in netscape or firefox
    I provided the buton on login page on which the hyperlink is present, the hyperlink is of servlet path when I click on the same it shows me the blank page instead he should forward the page to the next jsp webpage where I am showing the applet. But it works fine in IE versions and opera but not in the others.
    Awating for your reply.
    Rgs
    sumeet.

    Issue resolved with the help of ABAP.
    Regards
    Bijudas

  • Runtime.exec failure in applet(IE and Netscape)

    Hi
    Runtime.exec() failures to execute an executable(VB) in an Applet with Internet Explorer and Netscape Navigator. But the same is working fine with Mozilla Firefox and Opera. All the four browsers can load the applet successfully and listens the Swing component's action by actionlistener. But the problem is that IE and Netscape cant execute a VB created executable. The sample code of failure part is:
    public void actionPerformed(java.awt.event.ActionEvent e){
    Runtime.getRuntime().exec(abc.exe);
    Here abc.exe is a VB exe for doing simple thing.
    Plz help me on it if anyone knows about it..................
    Raz
    Message was edited by:
    rashidul

    hi,
    1st: 40MB is maybe a little bit too much :-)
    2nd swing is not really good for applets and espicially not for IE
    regards

  • How can I sign My applet for IE and Netscape without JavaPlugIn?

    I think we can sign our applets with Javasigner.exe but this certificate is not being
    supported by IE and Netscape. If you want to use this certificate with IE and Nets.
    you must install JavaPlugIn to all users. I dont want to choose this way.
    I think we have one alternative for this purpose.
    For Netscape: Signing Tool
    For IE: The program that included SDK-Java
    But I could not find SDK-Java any where.
    I think Microsoft have gave up to support the Java certification...
    I am not sure.
    How can I prepare signed applet that can be run on IE and Netscape?
    This applet will have some permissions.

    The tool you need for signing cab files for the MS JVM is signtool.exe. I beleive that the .NET version of this tool can be used, as the signing process was not Java specific. You do need certificates in a different format than for jarsigner or the netscape signing tool. Verisign will happily sell you two different certificates, but there is probably a way to convert between formats using openssl or similar.
    You'll also need to package your files in a cab instead of a jar. cabarc.exe is what we use here. Again, it does not seem to be Java specific, so you can probably still find it despite Microsoft no longer making their Java tools available.

  • 8.1.6 thin driver and Netscape plug in 1.2.2

    Hi.
    I'm trying to use the latest Oracle thin driver in an applet
    using Netscapes plug-in 1.2.2.
    I am getting the error below when I call
    DriverManager.getConnection
    The error seems to be a security error.
    The code and driver works fine in a standalone application under
    JDK 1.2.
    The database I am connecting to is the same machine as the web
    server and I am not using a firewall so there should be no
    security violations. I have tried using both DNS name and IP
    address for the target machine but I always get the same error.
    Has anyone been able to use the 8.1.6 thin driver in an applet on
    Netscape?
    Thanks in advance, Sean.
    -------Error message ------
    java.lang.ExceptionInInitializerError:
    java.security.AccessControlException: access denied
    (java.util.PropertyPermission JdbcTrace read)
    at
    java.security.AccessControlContext.checkPermission(Unknown
    Source)
    at java.security.AccessController.checkPermission(Unknown
    Source)
    at java.lang.SecurityManager.checkPermission(Unknown
    Source)
    at java.lang.SecurityManager.checkPropertyAccess(Unknown
    Source)
    at java.lang.System.getProperty(Unknown Source)
    at
    oracle.jdbc.driver.OracleLog.<clinit>(OracleLog.java:604)
    at
    oracle.jdbc.dbaccess.DBConversion.<init>(DBConversion.java:87)
    at
    oracle.jdbc.ttc7.TTCConversion.<init>(TTCConversion.java:75)
    at
    oracle.jdbc.ttc7.TTC7Protocol.connect(TTC7Protocol.java:1126)
    at
    oracle.jdbc.ttc7.TTC7Protocol.logon(TTC7Protocol.java:182)
    at
    oracle.jdbc.driver.OracleConnection.<init>(OracleConnection.java:
    156)
    at
    oracle.jdbc.driver.OracleDriver.getConnectionInstance(OracleDrive
    r.java:231)
    at
    oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:208)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at java.sql.DriverManager.getConnection(Unknown Source)
    at JDBCTest.init(JDBCTest.java:10)
    at sun.applet.AppletPanel.run(Unknown Source)
    at java.lang.Thread.run(Unknown Source)
    null

    It appears that your may be turning tracing on which is in turn requiring access to properties on the local file system. Use JDK 1.2.2's policytool to add a policy for either the Codebase, or sign your applet and then by Codebase and Sign By, adding a PropertyPermission, A Target of *, and an Action of read.

  • Java 3d applets and browsers

    i'm looking into putting 3d content on the web.
    i was thinking of using the 3d api to create an applet which showed a 3d product object which the user could then rotate and which i could load .wml objects (or some3d format) into the applet.
    i know this is possible.
    but i've read somewhere that in order for the user to use it they must have jre 1.2 and the java 3d extension installed. because java 3d needs java 1.2 VM to run (which i'mled to believe most browsers dont support).
    my understanding is that most browsers at most support 1.1 vm which means that if i went ahead i would disenfranchise a large part of my audience (which i am not prepared to do)
    the whole reason i decided to go through the java route was because i wanted 3d content on the web without having to have the user download a player in order to view it.
    so my question is, assuming what i believe to be true is correct. is it possible to write the sort of 3d applet i want without using the 3d api, and thereby keeping my applet to 1.1 spec and therefore keep my audience?
    i'm basically looking for a workaround. i want 3d content, i dont want the user to have to use a player.
    any means of doing this i will do
    java is'nt really my background i'm just having a bash to solve a problem. so excuse my ignorance if i've written crap
    any help would be gratefully received
    cheers
    if you wish you can email me direct at [email protected]

    The JRE 1.1 is very common because M$ uses this ancient version. But browserls like Opera and Netscape come together with newer versions of the JRE, at least 1.2 is used here.
    I think there is no way to use J3D together with the JRE 1.1 - and it is not recommended to use this much too old java version generally.

  • JRE1.3.1_02 and Netscape Browser

    We are working with the Applet using Swing Components. Java Run time Environment version is 1.3.1 installed in Red Hat Linux .
    We installed Java plugin JRE1.3.1_02 Windows version.
    The applets are working fine with Internet Explorer 5.0. But with Netscape4.7 it is displaying the error
    error: NoClassDefFoundError : javax/swing/JApplet
    Applets with awt components are working fine.
    What could be the reason?Please help.

    It's working fine with both IE5.0 and Netscape 4.7 browsers once HTMLConverter1.3 was used for converting the HTML file containing the applet.

  • Swing Applets and javascript

    I'm writing a swing applet to do some rich text editing, mainly bolding, italicizing, etc as well as support for special characters (greek letters, etc). Rather than using the HTMLEditor kit (which I've heard suspect things about), I am going through the document tree and creating a corresponding HTML version of the string (inserting HTML entities based on position in the document). I am planning on exposing these to the client via javascript, but I have run into some problems with document.applets.appletName.publicMethodName. I've gotten this to work on IE for the PC. I am aware that there are some issues with the Sun plug-in for Netscape on PC. An additional complication is that this needs to work on a Macintosh as well. Does anyone know if the MRJ plugin supports this behavior (for both IE and Netscape)? Is there a better way to go about doing this, rather than using javascript to expose the HTMLized version of the string? Thanks in advance.
    Tim

    You must to check if the mrj plug-in is the same version to the jre1.3, because the jre 1.3 supports the javascript events. other way is incorporate in your applet the javascript class, in the next web page you will find the js.jar http://www.mozilla.org/rhino/download/
    if you have troubles write me to
    [email protected]
    good luck
    Carlos Sanhueza
    Santiago de Chile

  • Applet in Netscape

    My applet code is loading in Internet Explorer,But I have problem in loading the code in Netscape.Can any one suggest me how to load the applets in Netscape.
    --shiva                                                                                                                                                                                                                                                                                                                                           

    I am using IE 5.5 and Netscape 4.7.Plug in i am using is 1.3.I am sending the html file too.Thanks for replying.
    --shiva
    <HTML>
    <HEAD>
    <TITLE>Drawing Pad applet</TITLE>
    </HEAD>
    <body>
    <table border=1 width=405 height=505 >
    <tr valign=top>
    <td>
    <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
                   width="400" height="400" align="baseline"
                   codebase="http://<%=javaPluginServerPath%>/j2re1_3_0-win.exe#Version=2.4.1.0">
                        <PARAM NAME="code" VALUE="DServer.class">
                        <PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
                        <PARAM NAME="cache_option" VALUE="Plugin">
                        <PARAM NAME="scriptable" VALUE="true">
                        <PARAM NAME="MAYSCRIPT" VALUE="true">
    </OBJECT>
    </td>
    </tr>
    </table>
    </body>
    </HTML>

  • Applet in Netscape question.

    Hi, Applet in Netscape question.
    When an applet is run by Explorer everything is OK when trying to run with Netscape (7.1) nothing happening
    What is wrong here ???
    <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    WIDTH = "730" HEIGHT = "260"
    codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4-
    windows-i586.cab#Version=1,3,0,0">
    <PARAM NAME = CODE VALUE = "Xaaa.class" MAYSCRIPT>
    <PARAM NAME = ARCHIVE VALUE = "Ybbb.jar">
    <PARAM NAME="type" VALUE="application/x-java-applet;version=1.4">
    <PARAM NAME="scriptable" VALUE="false">
    <PARAM name="progressbar" value="true">
    </OBJECT>
    Thank you in advance !

    Dear Experts.
    Reading through previous Forum similar questions, I changed the code (down below)
    Now I receive the message:
    Click here to get the plugin
    This is encouraging because before Netscape ignored the applet completely ...
    However I already have plugin version 1.4.2_03 installed (and recognized by Explorer)
    The question is still why the applet is not working with Netscape ?
    Thank you in advance for your help?
    <html>
    <body>
    <!-- HTML CONVERTER -->
    <object
    classid =" clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    codebase =" http://java.sun.com/products/plugin/autodl/jinstall-1_4-windows-i586.cab#Version=1,4,0,0"
    width = 730 height = 260 >
    <param name = CODE value ="Xaaa.class" >
    <param name = ARCHIVE value ="Ybbb.jar" >
    <param name =" type" value =" application/x-java-applet;jpi-version=1.4">
    <param name =" scriptable" value =" false">
    <param name="progressbar" value="true">
    <comment> </comment>
    <embed
    type =" application/x-java-applet;version=1.4"
    code =" Xaaa.class"
    archive ="Ybbb.jar"
    width = 730
    height =260
    scriptable = false
    pluginspage =" http://java.sun.com/products/plugin/index.html#download">
    <noembed> alt="Your browser understands the <APPLET>
    tag but isn't running the applet, for some reason."
    Your browser is completely ignoring the <APPLET>
    tag! </noembed> </embed> </object>
    <!--"END_CONVERTED_APPLET"-->
    </html>
    </body>

  • Javascript working on IE and Netscape

    Hi gurus,
    Do you have a sample javascript code on which the app works on IE and Netscape ? Because we do have here an applet that shows fine on IE but on Netscape it looks very small, so we examined that might be the cause is the javascript we coded in getting the IE's length for the resizing which we think this will not work on Netcape. Any hint or ideas to share?
    Would be very glad any response from you,
    Rema

    that's just a guess...
    try:
    <applet name="myApplet" ...etc...>...</applet>
    <script>
    myApplet.width="200";
    myApplet.height="200";
    </script>This might be wrong. You may have to use document.getElementById("myApplet")[0] instead... and of course use id="..." rather than name="..." in the applet tag.
    At least it gives you the idea i hope.
    Cheers,
    Alex

  • JRE 1.4.x Plugin - Signed Applets and Weird Behaviour (Policy)

    Hello.
    I have recently experienced some strange behaviour related to signed applets and policy files in JRE 1.4.2-b28 ( a friend got the same behaviour in a flavour of 1.4.1-xx as well ). Both tests were on Windows 2000 Professional platforms.
    Initially my unsigned applet, which attempts socket connections to a server different from the download location, fails with security exceptions ( as expected ). Then I did the following to sign the applet jar and configure my environment
    Steps: 1) Import "trusted CA" certificate into ${java.home}/lib/security/cacerts. (JRE home outside the JDK)
    2) Signed the jar using jarsigner and a certificate generated from the "trusted CA" (Entrust CA and certificate).
    3) Imported the signing certificate into the Java plugin using import in the plugin control panel.
    4) Created a new keystore (keytool,jks) and imported the signing certificate into the keystore with alias "developer". The keystore is stored in the user home as .keystore.
    5) Created a .java.policy for the user and attaching the keystore in 4) to it. ( also stored in user home ).
    6) Used the policy tool to grant socketpermissions to the specific codebase ( testing with file:/C:/test/* initially ) signed by "developer"
    After this, when I ran the test page under IE 5.5SP2 and Netscape 7.1 it worked without any security exception. Ditto for using the appletviewer and the policy file I created for the user.
    The weird part occurred when I removed the policy entry from the user policy file. After doing this, Netscape and IE still allow the applet to execute - somehow remembering that it was granted permissions at some point. The appletviewer does not allow it to execute, generating security exceptions.
    It appears the old policy is being cached somewhere, but I cannot find where. If I replace the applet jar with an unsigned version it does fail in IE and Netscape. I tried cleaning the plugin cache and removing the "deployment.certs" files related to the users but still get the same behaviour.
    Does anyone know where the old policy information is being stored ? Does anyone know how to revoke the permissions so that I am restored to my original base environment ( no permissions for "designer" signed applets ) ? Would attempting to utilize the AccessController.doPriveleged( xxxx ) operations in JDK 1.4 avoid all of this confusion with policy files, keystores and certificate storage ? After all the messing about I would like a zero-footprint alternative ( or minimzed footprint anyway ).
    Any ideas would be most welcome.
    Regards,
    James.

    Hello Again.
    I am either enlightened or confused at this point. I found that as long as all of my related Jars are signed ( even by self-signed certificates ) I am granted SocketPermissions for calls outside of the originating server. Unsigned code is refused, but even when the Jars were signed using a self-signed certificate the Socket calls were allowed.
    Am I experiencing the appropriate behaviour in this case ( which would mean not having to utilize policy files to distribute an applet that uses calls to arbitrary servers - e.g. JavaMail ) or am I suffering from something damaged in my environment ?
    It has been a long time since I played with signed applets and I am having difficulty determining what operations require policy file entries/AccessController.doPrivileged() calls and which are granted when a user elects to trust a signed applet without policy.
    Any assistance in clearing up my confusion would be appreciated.
    Regards,
    James.

  • Help Urgent....MAYSCRIPT and netscape

    Hello
    i want to acces JSObject in my applet calss, for this purpose i have imported
    import netscape.javascript.JSException;
    import netscape.javascript.JSObject;
    in my class files
    And in the html file i have written following code
    <EMBED type="application/x-java-applet;version=1.3"
    width="500"
    height="400" align="baseline" code="htmltexteditor.TextEditor.class"
    codebase=".""
    model="models/HyaluronicAcid.xyz"
    MAYSCRIPT="true"
    pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html">
    <NOEMBED>
    No JDK 1.3 support for APPLET!!
    </NOEMBED>
    </EMBED>
    but when i load the page it displays no applet and gives mesage Applet htmltexteditor.TextEditor started
    please can any one tells me where i m wrong , or from where i can help about plug and play applets
    Regards

    Why don't you use the HTMLConverter , you are using a plugin's structure with the embed word but with wrong features.
    check the plugin definition syntax and it should work
    here's a sample :
    <OBJECT classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
    WIDTH = 695 HEIGHT = 525 codebase="http://java.sun.com/products/plugin/1.3/jinstall-13-win32.cab#Version=1,3,0,0">
    <PARAM NAME = CODE VALUE = htmltexteditor.TextEditor.class >
    <PARAM NAME = CODEBASE VALUE = "." >
    <PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">
    <PARAM NAME = MAYSCRIPT VALUE = TRUE>
    <PARAM NAME = SCRIPTABLE VALUE = TRUE>
    <COMMENT>
    <EMBED type="application/x-java-applet;version=1.3" CODE = htmltexteditor.TextEditor.class CODEBASE = "." WIDTH = 695 HEIGHT = 525 scriptable=false pluginspage="http://java.sun.com/products/plugin/1.3/plugin-install.html"><NOEMBED></COMMENT>
    </NOEMBED></EMBED>
    </OBJECT>

  • Java Applet crashes Netscape upon Exit?

    Hello, I created an Applet that I am opening in NEtscape. When I make an attempt to exit (i.e. destroy) the APplet, it crashes the whole netscape. It even happens within Netscape 7. Is there a way around this since it makes a big problem for me to use the applet if it is going to crash my Netscape browser. I`ll appreciate any suggestions or comments, thanks Ivan

    The main class that everything is in is called GUI.java and it is a frame. In order to open this as an Applet in netscape, I created a GUI_RMIApplet.java file. And The GUI_RMIApplet.html file opens the GUI_RMIApplet.java file which in return opens GUI.java. The exit call is in GUI.java file.
    The html file code is as follows:
    <EMBED type="application/x-java-applet;version=1.3" CODE = "musr.client.gui.GUI
    _RMIApplet.class" CODEBASE = "." ARCHIVE = "jar/musr.jar" NAME = "MUSR GUI APPLE
    T" WIDTH = 400 HEIGHT = 300 ALIGN = middle VSPACE = 0 HSPACE = 0 UBBoption = "de
    velop" scriptable=false pluginspage="http://java.sun.com/products/plugin/1.3/pl
    ugin-install.html">
    <NOEMBED>
    The GUI_RMIApplet.java code is:
    package musr.client.gui;
    import java.awt.*;
    import java.awt.event.*;
    import java.applet.*;
    import javax.swing.*;
    import java.rmi.Naming;
    import java.rmi.RemoteException;
    import musr.server.*;
    public class GUI_RMIApplet extends Applet {
    boolean isStandalone = false;
    String message = "The application will launch in a separate window";
    GUI_RMIServer obj = null;
    /**Get a parameter value*/
    public String getParameter(String key, String def) {
    return isStandalone ? System.getProperty(key, def) :
    (getParameter(key) != null ? getParameter(key) : def);
    /**Construct the applet*/
    public GUI_RMIApplet() {
    /**Initialize the applet*/
    public void init() {
    try {
    jbInit();
    } catch (Exception e) {
    System.out.println("GUI_RMI exception: " + e.getMessage());
    e.printStackTrace();
    /**Component initialization*/
    private void jbInit() {
    // Main bulk for this applet
    GUI gui = new GUI();
    gui.setVisible(true);
    public void paint(Graphics g) {
    g.drawString(message, 25, 50);
    /**Get Applet information*/
    public String getAppletInfo() {
    return "Applet Information";
    /**Get parameter info*/
    public String[][] getParameterInfo() {
    return null;
    //static initializer for setting look & feel
    static {
    try {
    //UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
    //UIManager.setLookAndFeel(UIManager.getCrossPlatformLookAndFeelClassName());
    catch(Exception e) {
    And, the GUI.java class calls these funcitons when exit menu button is selected:
    GUI.this.dispose(); // disposes the frame
              System.exit(-1); // disposes the applet (?or not?)
    I think the System.exit button is messing things up but I don't know what other function I can use to close teh applet.
    Hope this is enough information.

  • Persistent applets in Netscape 7.x

    When I run my applet in Netscape 4.x,navigating to a different page cause my applet to get a stop() call, then pressing the "Back" button the applet gets a start() and I can resume the work. All the sockets are still open. Using the same applet in Netscape 7.x, I get a destroy() call and all the sockets are shutdown. This makes it impossible for me to resume my session when pressing the "Back" button.
    Is there a way to instruct the browser not to destroy the applet when the page is not visible?

    Is destroy overrideable? If so, just return from it.It's too late. I just get some exceptions and my sockets are closed. I need to avoid calling destroy() at the first place.

Maybe you are looking for

  • I cannot download adobe flash player to my comuter

    This problem has been occurring and reoccurring since November 2012, I receive a message on my desktop stating that I need to update my adobe flash player. I click to do this and am transported to the adobe flash player download site. I click the "do

  • Reg "created by" and "updated by" fields in Data Manager

    Hi,     I just want to know if we have any solution for the "Create By" and "Update By" issue in data manager. Because in my system i have two users. The 1st user created the record and later if the 2nd user edits any field then only the "Update By"

  • ITunes music will play on iTunes but will not play in my iPod

    I downloaded music from iTunes. It plays on my computer and shows up on my iPod. However, it will not play. When I attempt to play the iPod says "now playing" skipping all 25 tracks. The music is in the purchased, artist, music, etc. folders. Any tho

  • Intel Xserve power problems

    As of recently, I just started noticing a issue with powering on a new intel xserve. If the machine is running, using LOM and shut down works beautifully. After I shut it down, using LOM and the button works beautifully. If i attempt to turn it back

  • "The data area passed to a system call is too small" NFS client Windows 2008 R2 SP1

    Hi I need to map a Hyper-V virtual windows server to a UNIX folder, but when i made de mapping and tried to navigate in to the mapped unit and shows me: "The data area passed to a system call is too small" I tried too many things like adding a regist