search for: indexoutofboundsexception

Displaying 7 results from an estimated 7 matches for "indexoutofboundsexception".

2012 Jan 06
0
rJava System.out / System.err & stacktraces
Hi, Is there any way to initialize rJava so it can print System.out and System.err to console? Also, is there any way to see stack traces? Otherwise we're limited to just seeing: > .jcall(machine, "V", "Build") > .jcheck() Error: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 which doesn't tell me much about the problem nor where the problem occurred in the Java code. If there's no way to do this, I'm just going to have to send every System.out/err statement in my code to a log file which is a very ugly way of doing debugging. Thanks, A...
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
...#39;java/lang/NoSuchMethodException' requires Java version 1.7. This JVM only supports Java versions up to 1.6. WARNING: Class file 'java/lang/reflect/InvocationTargetException' requires Java version 1.7. This JVM only supports Java versions up to 1.6. WARNING: Class file 'java/lang/IndexOutOfBoundsException' requires Java version 1.7. This JVM only supports Java versions up to 1.6. WARNING: Class file 'java/lang/RuntimeException' requires Java version 1.7. This JVM only supports Java versions up to 1.6. WARNING: Class file 'java/lang/IllegalAccessException' requires Java version 1....
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
...ires Java >> version 1.7. This JVM only supports Java versions up to 1.6. >> WARNING: Class file 'java/lang/reflect/InvocationTargetException' >> requires Java version 1.7. This JVM only supports Java versions up to >> 1.6. >> WARNING: Class file 'java/lang/IndexOutOfBoundsException' requires >> Java version 1.7. This JVM only supports Java versions up to 1.6. >> WARNING: Class file 'java/lang/RuntimeException' requires Java version >> 1.7. This JVM only supports Java versions up to 1.6. >> WARNING: Class file 'java/lang/IllegalAccessExc...
2013 Nov 21
0
[LLVMdev] vmkit2 core dump after building mmtk
...dException' requires Java > version 1.7. This JVM only supports Java versions up to 1.6. > WARNING: Class file 'java/lang/reflect/InvocationTargetException' > requires Java version 1.7. This JVM only supports Java versions up to > 1.6. > WARNING: Class file 'java/lang/IndexOutOfBoundsException' requires > Java version 1.7. This JVM only supports Java versions up to 1.6. > WARNING: Class file 'java/lang/RuntimeException' requires Java version > 1.7. This JVM only supports Java versions up to 1.6. > WARNING: Class file 'java/lang/IllegalAccessException' requ...
2013 Nov 22
0
[LLVMdev] vmkit2 core dump after building mmtk
...t; version 1.7. This JVM only supports Java versions up to 1.6. >>> WARNING: Class file 'java/lang/reflect/InvocationTargetException' >>> requires Java version 1.7. This JVM only supports Java versions up to >>> 1.6. >>> WARNING: Class file 'java/lang/IndexOutOfBoundsException' requires >>> Java version 1.7. This JVM only supports Java versions up to 1.6. >>> WARNING: Class file 'java/lang/RuntimeException' requires Java version >>> 1.7. This JVM only supports Java versions up to 1.6. >>> WARNING: Class file 'java/lang/...
2013 Nov 21
0
[LLVMdev] vmkit2 core dump after building mmtk
I also misunderstood :) So, in this case, the problem is that your version of openjdk is probably not supported. In fact, we only support the version 7u23 of openjdk :) You can find this version here: http://www.oracle.com/technetwork/java/javase/downloads/java-archive-downloads-javase7-521261.html#jdk-7u25-oth-JPR Currently, I'm modifying the internal design of vmkit and I'm not working
2013 Nov 21
2
[LLVMdev] vmkit2 core dump after building mmtk
I guess I mispoke, I checked out the source from http://llvm.org/svn/llvm-project/vmkit/trunk. I thought this was vmkit2. I guess I was just referring to vmkit then. On Thu, Nov 21, 2013 at 12:10 PM, Gaƫl Thomas <gael.thomas00 at gmail.com> wrote: > Hi Adam, > > I don't know which repo you have used? Because only the llvm repo is > maintained (not the gforge one), and