Skip to content

Commit

Permalink
Update launch.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeTurner616 committed Jan 11, 2024
1 parent 491c5b1 commit 998c0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ BASEDIR=$(realpath $(dirname "$0"))

# Classpath including the jsoup library and your application's jar file

CLASSPATH="$BASEDIR/lib/jsoup-1.17.2.jar:$BASEDIR/target/LibGenSearchApp-1.0.3-SNAPSHOT-jar-with-dependencies.jar"
CLASSPATH="$BASEDIR/lib/jsoup-1.17.2.jar:$BASEDIR/target/LibGenSearchApp-1.0.4-SNAPSHOT-jar-with-dependencies.jar"



Expand Down

0 comments on commit 998c0ec

Please sign in to comment.