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
ManageEngine Endpoint Central for IT Professionals
ManageEngine's Endpoint Central is a Unified Endpoint Management Solution, that takes care of enterprise mobility management (including all features of mobile application management and mobile device management), as well as client management for a diversified range of endpoints - mobile devices, laptops, computers, tablets, server machines etc. With ManageEngine Endpoint Central, users can automate their regular desktop management routines like distributing software, installing patches, managing IT assets, imaging and deploying OS, and more.
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)