view run.gui_sh @ 57:99958b2e2a5a

TabColumns: Redesigned button toolbar Now 'add column' button is located within a newly added bottom bar, instead of being at the top next to the title field. Added dummy 'back' and 'as card' buttons.
author Fox
date Fri, 23 Dec 2022 12:47:08 +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