Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylar-dev] Issue with Headless jars

Hi,

I am writing a client using the headless jars and I get the following error. Any tips or hints would be great.

Exception in thread "main" java.lang.NoClassDefFoundError: org/eclipse/mylar/core/net/WebClientUtil
    at org.eclipse.mylar.tasks.core.TaskRepository.getProxy(TaskRepository.java:421)
    at org.eclipse.mylar.internal.bugzilla.core.BugzillaClientManager.getClient(BugzillaClientManager.java:40)
    at TestClient.main(TestClient.java:21)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at com.intellij.rt.execution.application.AppMain.main(AppMain.java:90)


Shekar

Back to the top