I have a custom built DOS based operating system, and I need to run an application on it in java. My operating system is built in assembly. Is there any codec or assembly-friendly files that can interpret the java files?
Printable View
I have a custom built DOS based operating system, and I need to run an application on it in java. My operating system is built in assembly. Is there any codec or assembly-friendly files that can interpret the java files?
My first guess is 'JamVM' (Google is your friend); is a C compiler available for your OS?
kind regards,
Jos