- Thread Author
- #1
So I'm having issues with the runemate directory so that I may see the classes I'm compiling in my local scripts. I used this tutorial: https://www.runemate.com/community/...bots-for-runemate-from-novice-to-expert.2322/
And am at the end of the first video. Everyone worked perfectly up to that point and I followed what he said closely. Then I opened Runemate through Intellij, it started, I went to switch the directory to the right folder, I switch it, and for some reason it cannot see the testscript class. I got this error message:
And am at the end of the first video. Everyone worked perfectly up to that point and I followed what he said closely. Then I opened Runemate through Intellij, it started, I went to switch the directory to the right folder, I switch it, and for some reason it cannot see the testscript class. I got this error message:
Exception in thread "JavaFX Application Thread" (08:12:17) java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
(08:12:17) at java.util.ArrayList.rangeCheck(ArrayList.java:653)
(08:12:17) at java.util.ArrayList.get(ArrayList.java:429)
(08:12:17) at app.CO.enum(zsb:154)
(08:12:17) at app.GM.enum(fob:71)
(08:12:17) at app.GM.call(fob:254)
(08:12:17) at javafx.scene.control.TableColumn.getCellObservableValue(TableColumn.java:578)
(08:12:17) at javafx.scene.control.TableColumn.getCellObservableValue(TableColumn.java:563)
(08:12:17) at javafx.scene.control.TableCell.updateItem(TableCell.java:644)
(08:12:17) at javafx.scene.control.TableCell.indexChanged(TableCell.java:468)
(08:12:17) at javafx.scene.control.IndexedCell.updateIndex(IndexedCell.java:116)
(08:12:17) at com.sun.javafx.scene.control.skin.TableRowSkinBase.updateCells(TableRowSkinBase.java:533)
(08:12:17) at com.sun.javafx.scene.control.skin.TableRowSkinBase.init(TableRowSkinBase.java:147)
(08:12:17) at com.sun.javafx.scene.control.skin.TableRowSkin.<init>(TableRowSkin.java:64)
(08:12:17) at javafx.scene.control.TableRow.createDefaultSkin(TableRow.java:212)
(08:12:17) at javafx.scene.control.Control.impl_processCSS(Control.java:859)
(08:12:17) at javafx.scene.Node.processCSS(Node.java:9056)
(08:12:17) at javafx.scene.Node.processCSS(Node.java:9049)
(08:12:17) at javafx.scene.Node.processCSS(Node.java:9049)
(08:12:17) at javafx.scene.Node.processCSS(Node.java:9049)
(08:12:17) at javafx.scene.Node.processCSS(Node.java:9049)
(08:12:17) at javafx.scene.Node.processCSS(Node.java:9049)
(08:12:17) at javafx.scene.Scene.doCSSPass(Scene.java:545)
(08:12:17) at javafx.scene.Scene.access$3600(Scene.java:159)
(08:12:17) at javafx.scene.Scene$ScenePulseListener.pulse(Scene.java:2392)
(08:12:17) at com.sun.javafx.tk.Toolkit.lambda$runPulse$31(Toolkit.java:348)
(08:12:17) at java.security.AccessController.doPrivileged(Native Method)
(08:12:17) at com.sun.javafx.tk.Toolkit.runPulse(Toolkit.java:347)
(08:12:17) at com.sun.javafx.tk.Toolkit.firePulse(Toolkit.java:374)
(08:12:17) at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:510)
(08:12:17) at com.sun.javafx.tk.quantum.QuantumToolkit.pulse(QuantumToolkit.java:490)
(08:12:17) at com.sun.javafx.tk.quantum.QuantumToolkit.lambda$runToolkit$405(QuantumToolkit.java:319)
(08:12:17) at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
(08:12:17) at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
(08:12:17) at com.sun.glass.ui.win.WinApplication.lambda$null$149(WinApplication.java:191)
(08:12:17) at java.lang.Thread.run(Thread.java:745)