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
Your top-rated shield against malware and online scams | Avast Free Antivirus
Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
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)