Java Applet Question

I’m hoping that some kind soul can help me with a Java Applet I’m trying to create. The Java compiles with no errors but when I try to load the applet into Netscape I get an error that says “Wrong class name inside class file.” But the Public class I have declared inside the applet is the same as the file name and I’ve made sure that my html is correctly naming the applet, caps and all. Explorer simply claims not to be able to find the applet. I’m down to just trying to display text in an applet to try and figure this out. It’s driving me nuts.

Send me the source code. I’ll look at it.

lanceturbo@aol.com

Much thanks for the offer of help. I think I figured it out. Well, at least I figured out what’s behind it not working, haven’t figured out the why yet. Apparently it has nothing to do with the source code. On a hunch, I compiled it using Sun’s JDK and it worked! Something in Borland’s Jbuilder 2 (or something I was doing trying to use it) was causing the code to compile incorrectly.

Thanks again for the offer.