Running C Code in a Java VM

If you ever need to run C Code in a Java VM, have a look at NestedVM. It’s a MIPS CPU emulator. All you need is a GCC cross compiler, then you can compile your C sources to MIPS assembler code and execute it with NestedVM.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.