Yes, it's not clear from the title and maybe it's not feasible I'm interested in a way to make a java app (with UI, made with JavaFX) like a OS: It should load when the system load, and should show the UI at fullscreen like the normal desktop. The system should be installed on a pc like Raspberry Pi or a VM with VirtualBox (for testing). It is possible? Sorry for the strange question Thanks
Asked
Active
Viewed 93 times
2
-
There are some attempts to write Java window managers, I don't know of any that are production ready. – Boris the Spider Feb 15 '15 at 14:26
-
possible duplicate of [Java VMs that do not require an operating system?](http://stackoverflow.com/questions/763438/java-vms-that-do-not-require-an-operating-system) – MarnixKlooster ReinstateMonica Feb 15 '15 at 20:28
-
yes, but that post was written 3 years ago, maybe something changed! – fabio_vac Feb 17 '15 at 11:04
1 Answers
4
You're probably mixing up the OS with the desktop environment / window manager.
You probably want to install a regular OS, such as Raspbian, and auto-launch your Java application when the OS has booted.
This thread might be useful: Start ubuntu without a desktop environment but start an X application