View Single Post
  #1   Spotlight this post!  
Unread 10-02-2016, 18:55
SupremeSteak1 SupremeSteak1 is offline
Registered User
AKA: Thomas Hayden
FRC #1100 (T-Hawks)
Team Role: Programmer
 
Join Date: Oct 2014
Rookie Year: 2009
Location: Northborough, MA
Posts: 20
SupremeSteak1 is an unknown quantity at this point
GRIP Deploy could not find or load main class null

We updated GRIP today to version 1.2.0 and then tried to deploy. Upon doing so we found that there was a new deploy screen that when run generates the following error:
Code:
/usr/local/frc/JRE//bin/java null -jar '/home/lvuser/grip.jar' '/home/lvuser/project.grip'
Error: Could not find or load main class null

Has anyone had the same problem and found a solution? Thanks!
- Team 1100 Software Subteam
__________________
/**
* @author SupremeSteak1
*/
public void solveProblems(ArrayList<Problems> problems) {
Runtime.getRuntime().exec("rm -rf problems");
}