Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Problems with launch configuration tab
Problems with launch configuration tab [message #328533] Tue, 27 May 2008 12:54
Eclipse UserFriend
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.
Previous Topic:Platform configuration has been modified outside this program???
Next Topic:fast view position
Goto Forum:
  


Current Time: Wed Jul 17 17:43:29 GMT 2024

Powered by FUDForum. Page generated in 0.02979 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top