'Anyone experienced in real-time Java on embedded systems? [closed]
Has anyone out there implemented a real-time embedded Java system? I am very interested to see if this could work for a new product I'm developing, but am unsure of how the whole real-time responsiveness & garbage collection work. Would really like to contact anyone who's done a real-time Java system before.
Solution 1:[1]
Have a look at Java Optimized Processor. It's the implementation of JVM in the hardware. This system can be used as a real-time embedded system.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | halfer |