• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Question about Swing

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello. I am trying to work my way through the Swing Tutorial and have hit a snag.

I am on Lesson 4: CelsiusConverter2

When I try to run it, I get:
java.lang.NoClassDefFoundError: SwingJava/CelsiusConverter2 (wrong name: CelsiusConverter2)
at java.lang.ClassLoader.defineClass0(Native Method)

What am I missing? I have all the updates for Net Beans. All the previous ones worked. Why won't this one?

As I have explained here in other forums previously: I only know enough Java to get frustrated by trying this and that only to have it suddenly work and leave me not knowing why it worked.

Any help is greatly appreciated.

Thanks
Jen
 
jen sol
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Umm, I was using the search feature, before I posted so I may be in the wrong spot. *blush*
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic