Skip to content

Buildable Dockerfile for nestedvm, which translates C source code into Java class and jar files.

Notifications You must be signed in to change notification settings

martinhaye/nestedvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

nestedvm translates C source code into Java class and jar files. It is also hard to build, with dependencies on particular versions of GCC and other tools, and a shifting array of downloads that keep going unavailable. With this image you can just run it without all the hassle. In the end you can get a jar file that runs anywhere, without the dependencies. This build is based mostly on the version from: https://github.com/tewarfel/nestedvm around Jan 18, 2016.

To build:

docker build -t yourTagHere .

e.g. : docker build -t mhaye/nestedvm:v5 .

About

Buildable Dockerfile for nestedvm, which translates C source code into Java class and jar files.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published