• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
Sheriffs:
Saloon Keepers:
  • Peter Rooke
Bartenders:

applet throws NoClassDefFoundError under Opera

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys and girls,
I got a little prob with Opera. I wrote a little game applet consisting of 7 .class files and accordingly 7 selfwritten classes (in case I'm making some mistakes with the english language, please don't mind, I'm german and quite a beginner with that). The compiling works fine, also the applet doesn't make any problems when executed with Opera/Netscape6/IE from my local maschine. When uploaded to the appropriate web server, the applet works fine under Netscape 4.7 (linux and windows) and IE (the version which comes along with win98 SE), but under Opera it throws NoClassDefFoundError: CCard. CCard is one of my classes. I thought that this might have something to do with security options in Opera concerning the signing of .class files. Unfortunately I'm not so experienced with this kind of stuff and don't have the slightest clue what the problem could be here. Could you help me?
Thank you,
Paul (also known as CEO2, well maybe :-) )
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic