Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] Running Tomcat from Eclipse

I'm trying to run Tomcat from within Eclipse using the Tomcat Plugin.
However, I keep getting the following error:

java.lang.NoSuchMethodError
	at
com.sysdeo.eclipse.tomcat.VMLauncherUtility.runVM(VMLauncherUtility.java
:67)
	at
com.sysdeo.eclipse.tomcat.TomcatBootstrap.runTomcatBootsrap(TomcatBootst
rap.java:108)
	at
com.sysdeo.eclipse.tomcat.TomcatBootstrap.start(TomcatBootstrap.java:65)
	at
com.sysdeo.eclipse.tomcat.actions.StartActionDelegate.run(StartActionDel
egate.java:37)
	at
org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:204)
	at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Ac
tionContributionItem.java:407)
	at
org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(Action
ContributionItem.java:361)
	at
org.eclipse.jface.action.ActionContributionItem.access$0(ActionContribut
ionItem.java:352)
	at
org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEve
nt(ActionContributionItem.java:47)
	at
org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:75)
	at
org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:637)
	at
org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1420)
	at
org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1208)
	at
org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:722)
	at org.eclipse.ui.internal.Workbench.run(Workbench.java:705)
	at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader
.java:777)
	at org.eclipse.core.boot.BootLoader.run(BootLoader.java:319)
	at java.lang.reflect.Method.invoke(Native Method)
	at org.eclipse.core.launcher.Main.basicRun(Main.java:196)
	at org.eclipse.core.launcher.Main.run(Main.java:555)
	at org.eclipse.core.launcher.Main.main(Main.java:396)

-- Matt Raible, Raible Designs, Morrison CO US
-- Tel: +1 303 979-5340
-- Fax: +1 508 256-6471
-- Web: http://www.raibledesigns.com




Back to the top