Quote:
Originally Posted by cpapplefamily
JAVA:
Code:
Runtime.getRuntime().exec(new String[]{"/usr/local/frc/JRE/bin/java", "-jar", "grip.jar", filename});
|
Is "filename" a variable in your code, or am I supossed to write something specific? If I only write filename, eclipse is showing me an error