Hi

I have an applet that works great when I am testing it on my local network
using IE 5. But when I try to run from a computer on internet I get an
exception class not found for the main class of my applet. I am using the
java plugin and java html converter. I am using the Java Web Server but my
computer is going through a @Home proxy server to reach the internet.

I am using the following html:.


<html>
<head> <title>Swing JDBC Test</title></head>
<body>

<center>
<h1>Swing JDBC Test</h1>



</body>
</html>


Thank for your help
John