
The LJRT Java2C translation system is now hosted at https://launchpad.net/ljrt.
Note: The term Java-based that is due to the fact that our way to accomplish a J2SE-compatible (any embedded program will for sure
run on any Java-enabled desktop, which is more standard Java than J2ME
or a RTSJ will provide) is not compatible with the Java license
conditions from Sun (we provide a real-time improved J2SE subset
affecting the RTOS API without going via the JCP and without requiring a JVM). Thus, we may not call our free solution "Java", so we call it Java-based (again, this is legally not Java).
JThread class resembling RTThread in
terms of the available
methods, but the former is for concurrency the Java way whereas the
latter is for real-time execution (when cross compiled and run on
top of an RTOS).RTThread is extended with checking and
exceptions for missed
deadlines, also in the case of soft real time (on a JVM).JThread and RTThread provide
cross-thread exception handling
via event listeners, etc.RTEventBufferInput and
RTEventBufferOutput interfaces, and has the ownership
functionality for
events. Some methods are final for efficiency in cross-compiled
applications.RTSystem.The tutorial "Teach Yourself Java in 21 Minutes" is available on line for those without Java-background.
See the practical lab instructions in exercises and labs.
Page Manager: Klas Nilsson
Webmaster: webmaster@lth.se
Last updated: 2011-09-01