Skip to main content

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

Looks like we could be missing the org.eclipse.mylar plug-in from the headless distribution.  Please file a bug.

 

Mik

 

From: mylar-dev-bounces@xxxxxxxxxxx [mailto:mylar-dev-bounces@xxxxxxxxxxx] On Behalf Of Shekar Pasumarthi
Sent: Wednesday, June 06, 2007 3:46 PM
To: mylar-dev@xxxxxxxxxxx
Subject: [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