mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
Fix 2 path problems in some scripts
Fix build.xml to use the correct path for ar that is used to build the libraries package when the version updates. Also update the runjavaprogram script to run java from the /usr/local/frc/JRE directory. Change-Id: Ifbc60e4975ca7e23f05cfcc92d3b3ab0d695b5e6
This commit is contained in:
@@ -2,4 +2,5 @@
|
||||
killall java
|
||||
killall FRCUserProgram
|
||||
sleep 1
|
||||
nohup java -Djna.library.path=$LD_LIBRARY_PATH -Xmx32M -jar FRCUserProgram.jar
|
||||
nohup /usr/local/frc/JRE/bin/java -jar FRCUserProgram.jar
|
||||
#nohup /usr/local/frc/JRE/bin/java -Djna.library.path=$LD_LIBRARY_PATH -Xmx32M -jar FRCUserProgram.jar
|
||||
|
||||
Reference in New Issue
Block a user