Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rladstaetter/graalvm-scala-maven-helloworld
A helloworld project which serves as an example for GraalVM, Scala and Maven.
https://github.com/rladstaetter/graalvm-scala-maven-helloworld
graalvm helloworld-programs maven scala
Last synced: 12 days ago
JSON representation
A helloworld project which serves as an example for GraalVM, Scala and Maven.
- Host: GitHub
- URL: https://github.com/rladstaetter/graalvm-scala-maven-helloworld
- Owner: rladstaetter
- License: apache-2.0
- Created: 2020-11-04T22:25:26.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-04T22:25:39.000Z (about 4 years ago)
- Last Synced: 2024-11-12T23:35:54.330Z (2 months ago)
- Topics: graalvm, helloworld-programs, maven, scala
- Language: Scala
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GraalVM-Scala-Hellworld
A helloworld project which serves as an example for GraalVM, Scala and Maven.
## Build
Clone this repository, make sure GraalVM is used as your Java Environment. You should have installed native-image as well.
mvn package
This command should create a binary in your target folder which is named `helloworld`` It can be executed without JRE, and is about 7 MB in size.Read more about GraalVM here: https://www.graalvm.org/reference-manual/