Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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/