|
From: SourceForge.net <no...@so...> - 2009-08-11 19:12:38
|
Bugs item #2835768, was opened at 2009-08-11 14:12 Message generated for change (Tracker Item Submitted) made by mgricken You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2835768&group_id=44253 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: User interface Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Mathias Ricken (mgricken) Assigned to: Mathias Ricken (mgricken) Summary: Problem while running the jar executable file Initial Comment: This may be out of date already, but I'm filing it anyway. See also the original support request: https://sourceforge.net/tracker/?func=detail&aid=2835767&group_id=44253&atid=438936 I downloaded drjava-stable-20080904-r4668.jar,tried to work with Java 2(1.5),but its nt working at all. Kindly check the attached file for further details E:\New Folder>java -jar drjava-stable-20080904-r4668.jar java.lang.ArrayIndexOutOfBoundsException: -1 java.lang.ArrayIndexOutOfBoundsException: -1 at java.util.Vector.elementAt(Vector.java:435) at javax.swing.table.DefaultTableModel.getValueAt(DefaultTableModel.java :621) at edu.rice.cs.drjava.ui.InsertVariableDialog$6.valueChanged(InsertVaria bleDialog.java:228) at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSel ectionModel.java:187) at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSel ectionModel.java:167) at javax.swing.DefaultListSelectionModel.fireValueChanged(DefaultListSel ectionModel.java:214) at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSele ctionModel.java:408) at javax.swing.DefaultListSelectionModel.changeSelection(DefaultListSele ctionModel.java:417) at javax.swing.DefaultListSelectionModel.removeSelectionIntervalImpl(Def aultListSelectionModel.java:510) at javax.swing.DefaultListSelectionModel.removeSelectionInterval(Default ListSelectionModel.java:482) at javax.swing.JTable.checkLeadAnchor(JTable.java:2965) at javax.swing.JTable.tableRowsInserted(JTable.java:3081) at javax.swing.JTable.tableChanged(JTable.java:3015) at javax.swing.table.AbstractTableModel.fireTableChanged(AbstractTableMo del.java:280) at javax.swing.table.AbstractTableModel.fireTableRowsInserted(AbstractTa bleModel.java:215) at javax.swing.table.DefaultTableModel.insertRow(DefaultTableModel.java: 349) at javax.swing.table.DefaultTableModel.addRow(DefaultTableModel.java:323 ) at edu.rice.cs.drjava.ui.InsertVariableDialog.createPane(InsertVariableD ialog.java:246) at edu.rice.cs.drjava.ui.InsertVariableDialog.updatePanes(InsertVariable Dialog.java:276) at edu.rice.cs.drjava.ui.InsertVariableDialog.initComponents(InsertVaria bleDialog.java:138) at edu.rice.cs.drjava.ui.InsertVariableDialog.<init>(InsertVariableDialo g.java:101) at edu.rice.cs.drjava.ui.ExecuteExternalDialog.initComponents(ExecuteExt ernalDialog.java:306) at edu.rice.cs.drjava.ui.ExecuteExternalDialog.<init>(ExecuteExternalDia log.java:235) at edu.rice.cs.drjava.ui.ExecuteExternalDialog.<init>(ExecuteExternalDia log.java:255) at edu.rice.cs.drjava.ui.MainFrame.<init>(MainFrame.java:3385) at edu.rice.cs.drjava.DrJavaRoot.main(DrJavaRoot.java:176) at edu.rice.cs.drjava.DrJava.configureAndLoadDrJavaRoot(DrJava.java:213) at edu.rice.cs.drjava.DrJava.main(DrJava.java:144) error thrown Unhandled exception: java.lang.ArrayIndexOutOfBoundsException: -1 Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: com/sun/j di/VMOutOfMemoryException at edu.rice.cs.drjava.ui.DrJavaErrorHandler$1.run(DrJavaErrorHandler.jav a:109) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchTh read.java:234) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThre ad.java:163) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=438935&aid=2835768&group_id=44253 |