• 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

NoClassDefFoundError in WSAD 5.0

 
Ranch Hand
Posts: 1179
Mac OS X Eclipse IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When I try to start the WebSphere 4 or 5 test environment I'm getting an exception.
For the WAS 4 I get:
java.lang.NoClassDefFoundError: 4/0
Exception in thread "main"
and for WAS 5 (beta):
java.lang.NoClassDefFoundError: 5/0
Exception in thread "main"
What am I missing?
I'm running Windows XP pro.
I don't have any problems starting the test environment in the 'old' version of WASAD 4.0.3
Rene
[ October 02, 2002: Message edited by: Rene Larsen ]
reply
    Bookmark Topic Watch Topic
  • New Topic