An open API service indexing awesome lists of open source software.

https://github.com/cbuschka/graaleval

Evaluation of graal for compiling java to native binary.
https://github.com/cbuschka/graaleval

docker graal-native graalvm java

Last synced: 3 months ago
JSON representation

Evaluation of graal for compiling java to native binary.

Awesome Lists containing this project

README

        

# Evaluation of graal for compiling java to native binary

## Prerequisites
* docker
* make

## Compile java hello world into native binary
```
make
```

then ./target/ contains a binary named "app".

## License
[MIT](./license.txt)