search for: javaimport

Displaying 1 result from an estimated 1 matches for "javaimport".

Did you mean: java_import
2012 Jun 21
1
[LLVMdev] Error: unsupported GC: vmkit
...llvm-3.1 , gnu classpath-0.97.2 and vmkit I compiled a simple java file "hello.java" to hello.class Then converted hello.class to llvm bytecode(hello.bc) using vmjc from vmkitwhen i tried to run "hello.bc" using lli I am getting the following error shyam at shyam:~$ cat hello.javaimport java.io.*; class hello { public static void main(String[] args) { System.out.println("Hello world\n"); }}shyam at shyam:~$ javac hello.java -o hello.classshyam at shyam:~$ vmjc hello.class -o hello.bcshyam at shyam:~$ lli hello.bc unsupported GC: vmkitUNREACHABLE executed at /ho...