Thanks for the documentation I was able to create a jre haven't tested it on the RoboRio yet.
I have another question. Is this legal for competition? I don't want to ruin the spirit of FIRST
hears what I added
Code:
private static String[] JRE_CREATE_COMMAND = {"java",
"-jar",
"", // This is the JRECreate jar location
"--dest", "JRE", // This is the folder that you need to put in /usr/local/frc
"--profile", "compact2",
"--vm", "client",
"--keep-debug-info",
"--debug"
"--extension", "nashorn"
};