Hi all,

I have a java applet which i embed on a webpage and i got an error of..

"Applet CatchingBubbles.class notinited"

what seems to be the problem? spent hours to fix it but i couldn't...any reply would be appreciated. thanks

by the way CatchingBubbles.class is the applet.

There can be many reason behind it, Java not being able to find your class file etc. etc. Have you tried running your applet using the console command 'appletviewer'? If it works then its definitely some problem with the location of class files.

Letting us know of the directory structure or posting the Java file here would be better if what I suggested still doesn't work.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.