Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[hyades-dev] exception on launching


Hi,

       Has anybody seen this particular exception coming from HyadesJUnitRunner on trying to launch a Remote application in the debugger at eclipse 3.0?  Apparently it thinks some file named test.cookie needs to be there, even though I have a cookie.testsuite file and a Cookie.java file generated.  Who generates this test.your_project_name file?

   fall back to executionContext logger -- event org.eclipse.hyades.models.common.testprofile.impl.TPFMessageEventImpl@782d6d6f (id: ROOT, ownerId: AA2D7EF00F9F11D88000C8F212B38EA9, timestamp: 1082120009303, text: java.lang.ClassNotFoundException: test.Cookie
        at java.net.URLClassLoader.findClass(URLClassLoader.java:374)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:561)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:441)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:493)

Thanks,
Suzanne

Back to the top