Date: Sun, 27 Jul 1997 21:43:30 -0500
From: "Julian Benson" <Julian.Benson@MCI.Com>
To: comp.lang.java.tech@MCI.Com
Subject: Unstable JDK1.1.3, need help !
FYI,
After trying several machine, I found wild things happen.
First, my applet works 100% fine with appletviewer but while using
netscape 3.01 or 4.01. It work once a while. Most times it only display
the Button without display textfiled. My applet contain text
editor with a button to update change. The applet read from a file
then save it back to itself after click update button.
Don't you thik it unstable. If any idea , please share with me.
thanks
my autoexec.bat
PATH=%PATH%;C:\jdk1.1.3\bin\
set CLASSPATH=.;C:\jdk1.1.3\lib\classes.zip
my properties
acl.read=c:\jdk1.1.3\bin
acl.write=c:\jdk1.1.3\bin
My file located in c:\jdk1.1.3\bin