Eclipse Plugin Export Error? [message #148419] |
Tue, 11 April 2006 20:17 |
Eclipse User |
|
|
|
Originally posted by: sharon.lourduraj.gmail.com
Hello,
I have two projects:
-Project A (plugin)
-Project B (plugin dependent on A + Eclipse branded Product)
Now when I export Project B, couple of classes in Project B doesn't get
exported (these classes refer to use/create objects in Project A).
If I run within Eclipse, then everything works fine. But if I export it
and run the product file, then it doesnt work.
Any ideas?
Thanks,
Sharon
Snippet of the log:
!SESSION 2006-04-11 19:28:46.608
-----------------------------------------------
eclipse.buildId=unknown
java.fullversion=J2RE 1.5.0 IBM J9 2.3 Windows XP x86-32
j9vmwi3223-20060222a (JIT enabled)
J9VM - 20060220_05389_lHdSMR
JIT - 20060220_2133_r8
GC - 20060214_AA
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86
!ENTRY org.eclipse.ui 4 4 2006-04-11 19:28:58.476
!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.ui 4 0 2006-04-11 19:28:58.486
!MESSAGE
com.example.presentation.ExampleWizard$ExampleWizardInitialO bjectCreationPage
!STACK 0
java.lang.NoClassDefFoundError:
com.example.presentation.ExampleWizard$ExampleWizardInitialO bjectCreationPage
at com.example.presentation.ExampleWizard.addPages(ExampleWizar d.java:558)
at
org.eclipse.jface.wizard.WizardDialog.createContents(WizardD ialog.java:499)
at org.eclipse.jface.window.Window.create(Window.java:426)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1116)
at org.eclipse.jface.window.Window.open(Window.java:785)
at
com.example.presentation.ExampleActionBarContributor$NewActi on.run(ExampleActionBarContributor.java:82)
at
org.eclipse.ui.internal.PluginAction.runWithEvent(PluginActi on.java:254)
at
org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPl uginAction.java:229)
at
org.eclipse.jface.action.ActionContributionItem.handleWidget Selection(ActionContributionItem.java:539)
at
org.eclipse.jface.action.ActionContributionItem.access$2(Act ionContributionItem.java:488)
at
org.eclipse.jface.action.ActionContributionItem$5.handleEven t(ActionContributionItem.java:400)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java :66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:925)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.ja va:3346)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java :2966)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.jav a:1914)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:419)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
|
|
|
Powered by
FUDForum. Page generated in 0.07620 seconds