Skeleton for creating your new Java 8 project based on Sinetja.
See also:
- Sinetja-Skeleton: If you want to use older Java (without Java 8 lambda syntax).
- Sinetja-Scaleton: If you want to use Scala.
sbt/sbt run
To create Eclipse project:
sbt/sbt eclipse
You then can run the project inside Eclipse.
To package for distribution:
sbt/sbt xitrum-package
Directory target/xitrum
will be created.
To run:
cd target/xitrum script/start
It will run main
method in class skeleton.App
.
Please modify the start script if you want to run other.