I'm trying to kick off an applet I wrote from within a web page, both
on my hard drive.
<body lang=EN-US link=blue vlink=purple style='tab-interval:.5in'>
<APPLET CODE = "C:\JAVA\DEV\Out2EatApplet\out2eatmainAppl.class"
</APPLET>
<div class=Section1>
The path is correct.
I get this error:
load: class C:\JAVA\DEV\Out2EatApplet\out2eatmainAppl.class not found.
java.lang.ClassNotFoundException:
C:.JAVA.DEV.Out2EatApplet.out2eatmainAppl.class
How can I get around this?