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
- Host: GitHub
- URL: https://github.com/udaychandra/myeditor
- Owner: udaychandra
- License: apache-2.0
- Created: 2020-01-07T02:52:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T02:57:45.000Z (over 6 years ago)
- Last Synced: 2025-07-02T07:03:32.926Z (12 months ago)
- Topics: graal-native, graalvm, java, jdk11, native-apps
- Language: Java
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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