A Java 2 (JDK 1.3/1.4) compatible virtual machine. joeq is unique in that it is almost entirely implemented in Java, making it reliable and efficient. It is also language-independent, so code from any language can be seamlessly and dynamically compiled.
License
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow joeq virtual machine
Other Useful Business Software
Our Free Plans just got better! | Auth0
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
when i try to use joeq in compiling hello.java program, i got the following error. could u please help me in this matter. j@j-VirtualBox:~/workspace/joeq_c$ ./joeq hello.java Code segment at 0x0x804a8c0, Data segment at 0x0x816a040 branching to entrypoint at location 0x0x8119f00 Exception in thread "Thread[_scheduler_0,5,main] (sus: 1)" java.lang.NoClassDefFoundError: hello.java java.lang.NoClassDefFoundError: hello.java at java.lang.Throwable.fillInStackTrace(Throwable.java:59) at java.lang.Throwable.<init>(Throwable.java:195) at java.lang.Error.<init>(Error.java:49) at java.lang.LinkageError.<init>(LinkageError.java:36) at java.lang.NoClassDefFoundError.<init>(NoClassDefFoundError.java:40) at Clazz.jq_Class.load(jq_Class.java:744) at Main.JoeqVM.boot(JoeqVM.java:135)