java-examples/README.md
2026-06-01 04:03:01 +00:00

12 lines
No EOL
188 B
Markdown

# java-examples
examples of non-trivial operations in java
## freebsd workflow
```shell
$ . env.sh
$ cd projects/hello-fx
$ pkg install javafx14
$ mvn clean compile
$ . bin/run.sh
```