The Artima Developer Community
Sponsored Link

Java Answers Forum
rmic loaded the class but gives NoClassDefFoundError

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Suneetha Koda

Posts: 1
Nickname: ksunitha
Registered: Aug, 2003

rmic loaded the class but gives NoClassDefFoundError Posted: Aug 8, 2003 9:27 AM
Reply to this message Reply
Advertisement
While generating stubs and skeletons the rmic tool gives java.lang.NoClassDefFoundError inspite of that class being in the classpath. When I use rmic -verbose option it displays that the class "com.company.Exception" is loaded. But still says java.lang.NoClassDefFoundError: com.company.Exception and fails.

Any idea why this could have happened?

Topic: Database query using string Previous Topic   Next Topic Topic: Timer problem

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use