can bytecode be run without a virtual machine?
Could an micro kernel operating system for example have a Execution server that can JIT(convert bytecode into native code and run) it without the need of a full virtual machine environment.
or would some other components of the virtual machine be needed to run the program?
and why would it work?