Hacker News new | ask | show | jobs
by hansdieter1337 2150 days ago
I want to see Java on mission critical computers in space!
2 comments

Not on space, but still mission critical,

"Aegis Battleship Weapons System"

http://www.artist-embedded.org/docs/Events/2011/JTRES/Slides...

"French radar system for ballistic missile tracking and measurement"

https://www.militaryaerospace.com/defense-executive/article/...

"NASA Ground Control Station for Multiple UAVs Flight Simulation"

https://www.semanticscholar.org/paper/Ground-Control-Station...

I've seen plenty of ground station and mission control software in Java. Actually in space a bit less likely though... A lot of that is running in RTOS environments that Java isn't well suited for (forget garbage collection, some flight software projects go as far as to ban dynamic memory allocation)