Skip to content

udaychandra/myeditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

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

Releases

No releases published

Packages

No packages published