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
You Might Also Like
Monitor the status and performance of any IT environment with NMIS
Trusted by thousands of IT teams worldwide, The NMIS platform offers comprehensive network management, handling faults, performance, and configurations with ease.
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)