12 lines
No EOL
188 B
Markdown
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
|
|
``` |