Skip to content

Commit 14f8c91

Browse files
committed
forgot about the classpath variable, this one is needed :D
1 parent 7976cbc commit 14f8c91

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

testHeadlessComponents.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ JAVA=$JAVA_TO_TEST
123123
#cp=`mktemp -d`
124124
#$JAVAC_BINARY `find . -type f -name "*.java"` -d $cp
125125
$JAVAC_BINARY `find . -type f -name "*.java"`
126+
cp="$(pwd)/testHeadlessComponents/jreTestingSwingComponents/src"
126127

127128
declare -A resArray
128129
set +e

0 commit comments

Comments
 (0)