RE: Question: Unable to display source

"Simon Chou" <[email protected]> Sun, 12 Oct 2003 10:37:37 -0700
Newsgroups gmane.comp.java.jswat.user
Message-ID <[email protected]>
Nathan,

In addition to seeing the busy cursor, the NoClassDefFoundError
messages were generated at the shell prompt, i.e. I started the
Jswat from the Cygwin shell prompt.

I'm going to read through the Jswat on-line doc to see if I've
missed some configuration steps.

SC


The following error messages were generated at the shell prompt:

java.lang.NoClassDefFoundError:
com/bluemarsh/jswat/parser/java/lexer/LexerException
	at
com.bluemarsh.jswat.view.ViewFactory.create(ViewFactory.java:81)
	at
com.bluemarsh.jswat.ui.graphical.GraphicalAdapter.showFile0(Grap
hicalAdapter.java:736)
	at
com.bluemarsh.jswat.ui.graphical.GraphicalAdapter$2.run(Graphica
lAdapter.java:681)
	at
com.bluemarsh.jswat.ui.graphical.GraphicalAdapter.showFile(Graph
icalAdapter.java:688)
	at
com.bluemarsh.jswat.action.OpenFileAction.actionPerformed(OpenFi
leAction.java:117)
	at
javax.swing.AbstractButton.fireActionPerformed(AbstractButton.ja
va:1786)
	at
javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(A
bstractButton.java:1839)
	at
javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButton
Model.java:420)
	at
javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.jav
a:258)
	at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
	at
javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.j
ava:1113)
	at
javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseRe
leased(BasicMenuItemUI.java:943)
	at
java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.j
ava:231)
	at java.awt.Component.processMouseEvent(Component.java:5100)
	at java.awt.Component.processEvent(Component.java:4897)
	at java.awt.Container.processEvent(Container.java:1569)
	at java.awt.Component.dispatchEventImpl(Component.java:3615)
	at java.awt.Container.dispatchEventImpl(Container.java:1627)
	at java.awt.Component.dispatchEvent(Component.java:3477)
	at
java.awt.LightweightDispatcher.retargetMouseEvent(Container.java
:3483)
	at
java.awt.LightweightDispatcher.processMouseEvent(Container.java:
3198)
	at
java.awt.LightweightDispatcher.dispatchEvent(Container.java:3128
)
	at java.awt.Container.dispatchEventImpl(Container.java:1613)
	at java.awt.Window.dispatchEventImpl(Window.java:1606)
	at java.awt.Component.dispatchEvent(Component.java:3477)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:456)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispa
tchThread.java:201)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatc
hThread.java:151)
	at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java
:145)
	at
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java
:137)
	at
java.awt.EventDispatchThread.run(EventDispatchThread.java:100)