facebook

ClassNotFoundException … [Closed]

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #211457 Reply

    Ivar Vasara
    Member

    I realize that remote debugging is probably the way to go, but since the ‘old days’ we’ve had an instance of Jetty embedded in our webapp that we use to run our webapp within Eclipse’s debugger. I’ve switched workstations and now whenever I try to lauch the debugger, I get a ClassNotFoundException and the main thread gets suspended. I’m not sure if this is an Eclipse or MyEclipse issue, but I’m hoping maybe someone can throw me a bone…

    notes:
    – I’ve ‘cleaned’ and rebuilt my app
    – I’ve check the filesystem, and the JettyBoot.class file exists where it should

    
    Thread [main] (Suspended (exception ClassNotFoundException))
        URLClassLoader$1.run() line: not available [local variables unavailable]
        AccessController.doPrivileged(PrivilegedExceptionAction, AccessControlContext) line: not available [native method]
        Launcher$AppClassLoader(URLClassLoader).findClass(String) line: not available
        Launcher$AppClassLoader(ClassLoader).loadClass(String, boolean) line: not available
        Launcher$AppClassLoader.loadClass(String, boolean) line: not available
        Launcher$AppClassLoader(ClassLoader).loadClass(String) line: not available
        Launcher$AppClassLoader(ClassLoader).loadClassInternal(String) line: not available
    

    any ideas ?

    p.s. I thought this thread was promising, but it’s not the same issue :
    http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-2786.html

    #211460 Reply

    Ivar Vasara
    Member

    arg, for some reason my project wasn’t added to the classpath (!?)
    Anyway, adding it explicitly solved the problem…

    thanks for your patience. (sigh)

    #211465 Reply

    Riyad Kalla
    Member

    Glad you got it, thanks for closing the loop with us.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: ClassNotFoundException … [Closed]

You must be logged in to post in the forum log in