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

https://github.com/udaychandra/myeditor

Demo project to build native apps with GraalVM
https://github.com/udaychandra/myeditor

graal-native graalvm java jdk11 native-apps

Last synced: 12 months ago
JSON representation

Demo project to build native apps with GraalVM

Awesome Lists containing this project

README

          

# Demo project

This is a demo project to build cross platform native apps with GraalVM.

Helidon is leveraged to host a simple Http server that will be used by the simple JSON editor.

## Build

With JAVA_HOME pointing to GraalVM 19.3.x for JDK 11, run the following command:

```bash
mvn clean build
```

## Native image with GraalVM
Run the maven command to build a native image

```
mvn package -Pnative-image
```

Start the native application:

```
./target/myeditor
```

## License
Apache License 2.0