java.lang.NoClassDefFoundError: org/jini/rio/event/EventDescriptor

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • meenakhsi
    New Member
    • Aug 2008
    • 2

    java.lang.NoClassDefFoundError: org/jini/rio/event/EventDescriptor

    I m trying to build a java project using netbeans IDE .......I got the error

    Caused an ERROR
    org/jini/rio/event/EventDescriptor
    java.lang.NoCla ssDefFoundError : org/jini/rio/event/EventDescriptor


    can anybody tell me how this error being resolve...
    plz help me out.......
  • ajos
    Contributor
    • Aug 2007
    • 283

    #2
    Originally posted by meenakhsi
    I m trying to build a java project using netbeans IDE .......I got the error

    Caused an ERROR
    org/jini/rio/event/EventDescriptor
    java.lang.NoCla ssDefFoundError : org/jini/rio/event/EventDescriptor


    can anybody tell me how this error being resolve...
    plz help me out.......
    You probably got a classpath issue here. Check whether the classpath has been set properly. Include the jar file in the classpath of your application

    regards,

    ajos

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      The jar containing the class EventDescriptor needs to be added to your project's classpath.

      Comment

      • meenakhsi
        New Member
        • Aug 2008
        • 2

        #4
        thanx :-)
        it works fine...

        Regds!
        Meenakshi

        Comment

        Working...