Here's something I would like to ask about the JVM:
- Is there any free to use Bare Metal JVM server?
- Is there any "proxy" JVM which actually runs bytecodes from a Bare metal server?
For example running a java application on a client machine while the bytecodes are actually executed from the server? Is that possible?
I am currently looking at Oracle JRockit
, however, I'm not sure whether it fits the job requirements?