Hi all,
OK. I'm about to crack here. I have written an applet. Included the <applet> tag in my html file but the applet won't load. I know that my classpath, etc. is correct because when I use appletviewer it works. I am using 1.3.1 and I have the plugin installed. We are working on a NT network - could that be the problem? The webpage is on a different drive from the workstations (acting as a server). My applet (the class files, the html file, even the source files are all in the same directory so what's the problem. I'm doing my head in, honestly. OK, here's the html code:
<applet
code="VATCalc.class"
width="330"
height="170">
</applet>
The complier creates 2 anonymous classes VATCalc$1 & VATCalc$2. Could this be a problem?
Thank you in advance to anyone who could help me sort this simple little silly big problem out. ;o)
Clinton
"The important thing is not to stop questioning." - Albert Einstein
OK. I'm about to crack here. I have written an applet. Included the <applet> tag in my html file but the applet won't load. I know that my classpath, etc. is correct because when I use appletviewer it works. I am using 1.3.1 and I have the plugin installed. We are working on a NT network - could that be the problem? The webpage is on a different drive from the workstations (acting as a server). My applet (the class files, the html file, even the source files are all in the same directory so what's the problem. I'm doing my head in, honestly. OK, here's the html code:
<applet
code="VATCalc.class"
width="330"
height="170">
</applet>
The complier creates 2 anonymous classes VATCalc$1 & VATCalc$2. Could this be a problem?
Thank you in advance to anyone who could help me sort this simple little silly big problem out. ;o)
Clinton
"The important thing is not to stop questioning." - Albert Einstein