Skip to content

Commit

Permalink
Update to handle new location for built jar
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperpape committed Jul 6, 2023
1 parent 40c4ac0 commit f8ec7e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/makeDemoLogFile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ echo "VM Switches $REQUIRED_SWITCHES $OPTIONAL_SWITCHES"
echo "Building example HotSpot log"

if [ "$unamestr" = 'Darwin' ]; then
export CLASSPATH=../ui/target/jitwatch-ui-1.4.4-shaded-mac.jar
export CLASSPATH=../ui/target/jitwatch-ui-shaded-mac.jar
else
export CLASSPATH=../ui/target/jitwatch-ui-1.4.4-shaded-linux.jar
export CLASSPATH=../ui/target/jitwatch-ui-shaded.jar
fi

"$JAVA_HOME/bin/java" $REQUIRED_SWITCHES $OPTIONAL_SWITCHES -cp "$CLASSPATH" org.adoptopenjdk.jitwatch.demo.MakeHotSpotLog 2>&1 >/dev/null
Expand Down

0 comments on commit f8ec7e3

Please sign in to comment.