Skip to content

Commit

Permalink
Merge pull request lcm-proj#97 from gizatt/gizatt_hack_fix_spy
Browse files Browse the repository at this point in the history
Explicitely add jchart to classpath on lcmspy launch
  • Loading branch information
mwoehlke-kitware authored Sep 21, 2016
2 parents 37e5172 + 727209a commit b108618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lcm-java/lcm-spy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ else
exit 1
fi

exec java -server -Djava.net.preferIPv4Stack=true -Xincgc -Xmx128m -Xms64m -ea -cp $jardir/lcm.jar lcm.spy.Spy "$@"
exec java -server -Djava.net.preferIPv4Stack=true -Xincgc -Xmx128m -Xms64m -ea -cp $jardir/lcm.jar:$jardir/jchart2d-3.2.2.jar lcm.spy.Spy "$@"

0 comments on commit b108618

Please sign in to comment.