Skip to content

ChromeDino on Scala (It's just a test project, I won't work on it anymore)

Notifications You must be signed in to change notification settings

v1mkss/ChromeDino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Options

Choose one of the following build options:

  1. Package: This is the default build option. It creates a JAR file that can be run on any JVM.

  2. Native Image: This option builds a native executable using GraalVM Native Image. It results in faster startup times and lower memory usage but may have limitations on certain Java features.

To use Native Image, ensure you have GraalVM installed and configured. Then, uncomment and set the graalVMNativeImageCommand in your build.sbt file:

graalVMNativeImageCommand := "/path/to/graalvm/bin/native-image"

Note: If you're not using Native Image, you can leave this line commented out or remove it entirely.

About

ChromeDino on Scala (It's just a test project, I won't work on it anymore)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages