|
Problems with running jar file -
06-05-2008, 07:09 AM
Does anyone has the same problems?
I try to run "java -jar ipddump-0.1.0.jar 1.ipd"
Then i get this output
:
Exception in thread "main" java.lang.IndexOutOfBoundsException: Index: 257, Size: 79
at java.util.LinkedList.entry(LinkedList.java:382)
at java.util.LinkedList.get(LinkedList.java:332)
at org.quaternions.ipddump.data.Database.createRecord (Database.java:85)
at org.quaternions.ipddump.Main.parse(Main.java:177)
at org.quaternions.ipddump.Main.main(Main.java:36)
Thnx so far...
|