Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ant-dev] AntView takes NoClassDefFoundError: org/xml/sax/SAXParseException

I installed the AntView 2.2.8 plugin with Eclipse 2.0.1 and get the following
exception when opening the view:

java.lang.NoClassDefFoundError: org/xml/sax/SAXParseException
at com.r2tech.eclipse.antview.views.AntView.createPartControl(AntView.java:66)
at org.eclipse.ui.internal.PartPane$4.run(PartPane.java:136)
at
org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.java:839)
at org.eclipse.core.runtime.Platform.run(Platform.java:416)
at org.eclipse.ui.internal.PartPane.createChildControl(PartPane.java:134)
at org.eclipse.ui.internal.PartPane.createControl(PartPane.java:178)
at org.eclipse.ui.internal.ViewPane.createControl(ViewPane.java:181)
at org.eclipse.ui.internal.PartTabFolder.createPartTab(PartTabFolder.java:249)
at org.eclipse.ui.internal.PartTabFolder.add(PartTabFolder.java:85)
at org.eclipse.ui.internal.PartTabFolder.add(PartTabFolder.java:108)
at
org.eclipse.ui.internal.PerspectivePresentation.stackView(PerspectivePresentation.java:1512)
at
org.eclipse.ui.internal.PerspectivePresentation.stack(PerspectivePresentation.java:1485)
at
org.eclipse.ui.internal.PerspectivePresentation.addPart(PerspectivePresentation.java:137)
at org.eclipse.ui.internal.Perspective.showView(Perspective.java:1337)
at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:559)
at org.eclipse.ui.internal.WorkbenchPage.access$7(WorkbenchPage.java:541)
at org.eclipse.ui.internal.WorkbenchPage$12.run(WorkbenchPage.java:2306)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:66)
at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:2303)
at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:2293)
at org.eclipse.ui.internal.ShowViewMenu.showOther(ShowViewMenu.java:163)
at org.eclipse.ui.internal.ShowViewMenu.access$0(ShowViewMenu.java:148)
at org.eclipse.ui.internal.ShowViewMenu$2.run(ShowViewMenu.java:39)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:749)
at
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:407)
at
org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:361)
at
org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:352)
at
org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:47)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:77)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:827)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1529)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1291)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1256)
at org.eclipse.ui.internal.Workbench.run(Workbench.java:1239)
at
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:775)
at org.eclipse.core.boot.BootLoader.run(BootLoader.java:462)
at java.lang.reflect.Method.invoke(Native Method)
at org.eclipse.core.launcher.Main.basicRun(Main.java:247)
at org.eclipse.core.launcher.Main.run(Main.java:703)
at org.eclipse.core.launcher.Main.main(Main.java:539)



=====
http://freepages.genealogy.rootsweb.com/~cstillwell/
http://ourworld.compuserve.com/homepages/cstillwell/

__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/


Back to the top