view run.gui_sh @ 90:3f068cb07fdf

TabCalendarBoard: Date selection fixes Made 'end' of the range inclusive instead of exclusive, and now setting default spinners to midnight to avoid issues later.
author Fox
date Sun, 19 Feb 2023 02:22:53 +0100
parents 4ee26d904fe3
children
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 './run' ]; then
	mkdir ./run
fi

cd ./run

if [ ! -d '../build' ]; then
	mkdir ../build/
fi

javac -d ../build $(find ../src -name '*.java' | xargs) && java junotu.Main