Re: [tcljava-dev] Re: [tcljava-user] Swank 1.0 (bugs)
Brought to you by:
mdejong
|
From: Bruce J. <nm...@ma...> - 2002-05-18 00:57:25
|
Ooops, I don't get this Exception because in my copy of tcljava I've=20 made the allowExceptions method in the Interp class public. This is necessary=20= for the bindings to allow breaks in bind scripts. If anyone would like to=20 submit a patch for this that would be great. Otherwise I'll try to get around to it. Bruce On Friday, May 17, 2002, at 07:32 AM, Maurice DIAMANTINI wrote: > Bruce Johnson said : >> Swank 1.0 is now available at http://www.nmrview.com/swank.html. > > I've done these tests an a linuxppc box with jdk1.3.1. > > At each caracter I hit the message is : > > Exception occurred during event dispatching: > java.lang.IllegalAccessError: try to access method=20 > tcl/lang/Interp.allowExceptions()V from class swank/BindCmd > at swank.BindCmd.doCmd(BindCmd.java:435) > at swank.SwkKeyListener.processKey(SwkKeyListener.java:125) > at swank.SwkKeyListener.keyPressed(SwkKeyListener.java:68) > at java.awt.Component.processKeyEvent(Component.java:3677) > at = javax.swing.JComponent.processKeyEvent(JComponent.java:2014) > at=20 > javax.swing.JEditorPane.processKeyEvent(JEditorPane.java:1159) > at java.awt.Component.processEvent(Component.java:3553) > at java.awt.Container.processEvent(Container.java:1164) > at java.awt.Component.dispatchEventImpl(Component.java:2593) > at java.awt.Container.dispatchEventImpl(Container.java:1213) > at java.awt.Component.dispatchEvent(Component.java:2497) > at=20 > java.awt.LightweightDispatcher.processKeyEvent(Container.java:2155) > at=20 > java.awt.LightweightDispatcher.dispatchEvent(Container.java:2135) > at java.awt.Container.dispatchEventImpl(Container.java:1200) > at java.awt.Window.dispatchEventImpl(Window.java:926) > at java.awt.Component.dispatchEvent(Component.java:2497) > at java.awt.EventQueue.dispatchEvent(EventQueue.java:339) > at=20 > java.awt.EventDispatchThread.pumpOneEventForHierarchy > (EventDispatchThread.java:131) > at=20 > = java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.ja= va: > 98) > at=20 > java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) > at = java.awt.EventDispatchThread.run(EventDispatchThread.java:85) > > > > ------------------------------------------------------------ >> Within the week I'll post a notice >> to comp.lang.tcl. > > Peharps the basic install/use features should work every-where > > Apart the fact that java is slow, I'm realy impressed by the work > you have done ! > And I hope your wish of creating a sourceforge entry for swank > will be involve that more poeple will use/developp swank > > >> Bruce > > -- > Mau...@en... - ENSTA/LMA > =C9cole Nationale Sup=E9rieure de Techniques Avanc=E9es > Laboratoire de Math=E9matiques Appliqu=E9es > http://www.ensta.fr/~diam > > _______________________________________________________________ > > Have big pipes? SourceForge.net is looking for download mirrors. We=20 > supply > the hardware. You get the recognition. Email Us:=20 > ban...@so... > _______________________________________________ > tcljava-dev mailing list > tcl...@li... > https://lists.sourceforge.net/lists/listinfo/tcljava-dev |