load: class not found

Using the Java SDK with TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Sofia

load: class not found

Post by Sofia »

I have compiled an applet with text pad and works OK. The textpad creates an html file for me. But when I see the html file, the space for the java applet appears but it says "load: class nameOfApplet not found".
Do you know what is not working?
Thanks,
Sofia
Hildur

Re: load: class not found

Post by Hildur »

I am having what I think may be a similar problem. When I build an application I can compile the the class associated with the application but when I then compile the application I am also told that the class is not found. I was told by a friend that for some reason it is not linking the two. I have tried everything that TextPad customer support has told me to do and nothing is making it work. I am using TextPad 4.5. I am getting very frustrated. I keep getting the nag screen to pay for it but I am not paying for it until I can get it to work. Any help at all would be greatly appreciated.
Thanks,
Hildur
shooto_ed

Re: load: class not found

Post by shooto_ed »

Check the html code to make sure the Appletname.class is the same as your actual class file. Or try installing the java plug-in. I noticed that applets would work fine in the TextPad but not in a regular browser. I installed the plug-in and it worked great!
Post Reply