Mercurial Hosting > junotu
view run.gui_sh @ 5:81608928a9db
Separated window functionality off from the Main class into a Window class
In preparation for multiple windows support.
author | Fox |
---|---|
date | Tue, 05 Apr 2022 00:45:42 +0200 |
parents | 3922b33bb764 |
children | 4ee26d904fe3 |
line wrap: on
line source
#!/bin/sh #export _JAVA_AWT_WM_NONREPARENTING=1 export CLASSPATH=./src:./build:./lib/lucene-core-3.0.3.jar #JAVA=/usr/lib/jvm/java-8-openjdk-amd64/bin/java if [ ! -d 'build/' ]; then mkdir build/ fi javac -d ./build $(find . -name '*.java' | xargs) && java junotu.Main