|
From: Slava P. <sp...@gj...> - 2000-05-24 07:49:12
|
Reinout van Schouwen wrote: > > Hi, > > I'm having problems running 2.5pre3 on OS/2 JDK 1.1.8. The first loaded > text field (Untitled-1 or the last open file) becomes gray on first > starting jEdit. The log is attached. > > [snipped] > > [error] EditBus: Exception while sending message on EditBus: > [error] EditBus: java.lang.ArrayIndexOutOfBoundsException: -1 > [error] EditBus: at java.util.Vector.elementAt(Compiled Code) > [error] EditBus: at javax.swing.JTabbedPane.fireStateChanged(JTabbedPane.java:241) What version of Swing are you running? The 1.1.1fcs source code has no calls to any Vector methods in fireStateChanged(). Slava |