Can't run DIR etc in Console Plugin
Submitted by Tuesday, 7 December, 2004 - 06:24
on
I've seen a couple of other posts with the same problem (i.e., running DIR or LS etc. in the Console Plugin doesn't do anything) but none of them end up with a solution. When I run commands other than CD from the Console Plugin, nothing happens (except that an icon spins) and the following errors are printed on my Windows Command Prompt:
> java -jar jedit.jar [error] AWT-EventQueue-0: Exception in thread "AWT-EventQueue-0" [error] AWT-EventQueue-0: java.lang.LinkageError: loader constraints violated wh en linking gnu/regexp/RESyntax class [error] AWT-EventQueue-0: at console.StreamThread.Changing directories with CD works however. Look at the forums I see that other users have had or are having the same problem, so it would be nice to get a solution posted here for future reference. Any ideas?(StreamThread.java:19 3) [error] AWT-EventQueue-0: at console.ConsoleProcess. (ConsoleProcess.java: 65) [error] AWT-EventQueue-0: at console.SystemShell.execute(SystemShell.java:198) [error] AWT-EventQueue-0: at console.Console.run(Console.java:412) [error] AWT-EventQueue-0: at console.Console.access$1300(Console.java:44) [error] AWT-EventQueue-0: at console.Console$RunActionHandler.actionPerformed(C onsole.java:758) [error] AWT-EventQueue-0: at console.ConsolePane.fireActionEvent(ConsolePane.ja va:134) [error] AWT-EventQueue-0: at console.ConsolePane$EnterAction.actionPerformed(Co nsolePane.java:347) [error] AWT-EventQueue-0: at javax.swing.SwingUtilities.notifyAction(Unknown So urce) [error] AWT-EventQueue-0: at javax.swing.JComponent.processKeyBinding(Unknown S ource) [error] AWT-EventQueue-0: at javax.swing.JComponent.processKeyBindings(Unknown Source) [error] AWT-EventQueue-0: at javax.swing.JComponent.processKeyEvent(Unknown Sou rce) [error] AWT-EventQueue-0: at java.awt.Component.processEvent(Unknown Source) [error] AWT-EventQueue-0: at java.awt.Container.processEvent(Unknown Source) [error] AWT-EventQueue-0: at java.awt.Component.dispatchEventImpl(Unknown Sourc e) [error] AWT-EventQueue-0: at java.awt.Container.dispatchEventImpl(Unknown Sourc e) [error] AWT-EventQueue-0: at java.awt.Component.dispatchEvent(Unknown Source) [error] AWT-EventQueue-0: at java.awt.KeyboardFocusManager.redispatchEvent(Unkn own Source) [error] AWT-EventQueue-0: at java.awt.DefaultKeyboardFocusManager.dispatchKeyEv ent(Unknown Source) [error] AWT-EventQueue-0: at java.awt.DefaultKeyboardFocusManager.preDispatchKe yEvent(Unknown Source) [error] AWT-EventQueue-0: at java.awt.DefaultKeyboardFocusManager.typeAheadAsse rtions(Unknown Source) [error] AWT-EventQueue-0: at java.awt.DefaultKeyboardFocusManager.dispatchEvent (Unknown Source) [error] AWT-EventQueue-0: at java.awt.Component.dispatchEventImpl(Unknown Sourc e) [error] AWT-EventQueue-0: at java.awt.Container.dispatchEventImpl(Unknown Sourc e) [error] AWT-EventQueue-0: at java.awt.Window.dispatchEventImpl(Unknown Source) [error] AWT-EventQueue-0: at java.awt.Component.dispatchEvent(Unknown Source) [error] AWT-EventQueue-0: at java.awt.EventQueue.dispatchEvent(Unknown Source) [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpOneEventForHierar chy(Unknown Source) [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEventsForHierarch y(Unknown Source) [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents(Unknown So urce) [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.pumpEvents(Unknown So urce) [error] AWT-EventQueue-0: at java.awt.EventDispatchThread.run(Unknown Source)