Mercurial Hosting > junotu
comparison run.gui_sh @ 0:4e9f2e87eb7b
Repository start, basic interface mockups
| author | Fox |
|---|---|
| date | Fri, 01 Apr 2022 00:32:11 +0200 |
| parents | |
| children | 3922b33bb764 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:4e9f2e87eb7b |
|---|---|
| 1 #!/bin/sh | |
| 2 | |
| 3 #export _JAVA_AWT_WM_NONREPARENTING=1 | |
| 4 export CLASSPATH=./build:./lib/lucene-core-3.0.3.jar | |
| 5 #JAVA=/usr/lib/jvm/java-8-openjdk-amd64/bin/java | |
| 6 | |
| 7 if [ ! -d 'build/' ]; then | |
| 8 mkdir build/ | |
| 9 fi | |
| 10 | |
| 11 javac -d build/ src/*.java && java Main |
