Problems with launch configuration tab [message #328533] |
Tue, 27 May 2008 12:54 |
Eclipse User |
|
|
|
Originally posted by: arthur.leatherman.gmail.com
Hey folks,
I'm adding a custom debugger to a CDT plugin, and have a certain issue
with it.
When I run the plugin from the PDE workspace, everything seems to work
fine, but when I export it to a JAR and try to use it from within a
"clean" CDT distribution, it gives the following error:
!ENTRY org.eclipse.jface 4 2 2008-05-27 13:37:03.724
!MESSAGE Problems occurred when invoking code from plug-in:
"org.eclipse.jface".
!STACK 0
java.lang.NoClassDefFoundError:
org/eclipse/cdt/launch/ui/CLaunchConfigurationTab
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.def ineClass(DefaultClassLoader.java:161)
at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineC lass(ClasspathManager.java:501)
...
It seems that it can't find any classes from org.eclipse.cdt.launch.ui:
this error is coming after I got a similar one, only with CMainTab instead
of CLaunchConfigurationTab.
I'd appreciate it if anyone could shed some light on the issue as to
what's causing it, how to debug it (and further errors like it), and
perhaps even how to solve it and/or how to ensure
org.eclipse.cdt.launch.ui is "recognized"...
Thanks a lot.
|
|
|
Powered by
FUDForum. Page generated in 0.03067 seconds