View Single Post
  #3   Spotlight this post!  
Unread 20-01-2015, 22:02
Qormix Qormix is offline
Programming Captain
AKA: Marc Levesque
FRC #4976 (Rebel Robotics)
Team Role: Programmer
 
Join Date: Jan 2014
Rookie Year: 2014
Location: Canada
Posts: 9
Qormix is an unknown quantity at this point
Re: fsilberberg

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"
};
__________________
Team 4976
-------------------------------------------
Marc Levesque - Programmer

Last edited by Qormix : 21-01-2015 at 10:54.
Reply With Quote