mirror of https://github.com/sbt/sbt.git
This project is used to create client executables. The implementation is pure java but we can build graalvm native-images from the java main class. There are two versions of the client. One of them uses the ipcsocket jni implementation to connect to the sbt server while the other uses jna. It is necessary to use jni for the graalvm native-image tool to work. Otherwise the two approaches should be identical. |
||
|---|---|---|
| .. | ||
| java/sbt/client | ||
| resources/META-INF/native-image | ||