• 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

java. lang. NoClassDefFoundError

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have recently started studying EJB using HFEJB. I have successfully deployed Advice Bean. I am facing Exception in Thread "main" java.lang.NoClassDefFoundError: while trying to run AdviceClient.

By the bye, I have tried all the other remedies posted on this forum, like changing the name of the method getAdvice(). Could anyone please help me as I have been wasting my time since a week on this.

Softwares I am using: 1. WinXP sp1.
2. j2sdkEE 1.3.1
3. j2sdkSE 1.3_02

I would be much obliged.

- yoga
 
yoga eesh
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Folks,


I am really sorry. Please dont suggest any answers for the above post for I have found a solution for it. I hadnt seen the post posted by mi Mohammad. He indeed has a solution for my problem. I had just missed a semicolon at the end of the classpath. and wasted one week just from that. Its really great mi mohammad. I wonder how u figured out the missing semicolon. In fact, a semicolon is not needed for the last value of the classpath. I dont know. Only God knows why. Anyway, mohammad thanks a lot for watching so keenly.

-- Yoga
 
reply
    Bookmark Topic Watch Topic
  • New Topic