View Single Post
  #1   Spotlight this post!  
Unread 02-23-2015, 07:35 PM
DrOmni9885's Avatar
DrOmni9885 DrOmni9885 is offline
Registered User
FRC #1595 (Dragons)
Team Role: Programmer
 
Join Date: Feb 2013
Rookie Year: 2012
Location: Spokane, WA
Posts: 8
DrOmni9885 is an unknown quantity at this point
Strange file not found issue when compiling

Up until now Eclipse has had no problem compiling and uploading code to the robot. However today it started giving me a java.io.FileNotFound as could be seen here:

Code:
C:\Users\USERNAME\wpilib\cpp\current\ant\build.xml:66: com.jcraft.jsch.JSchException: Could not send 'C:\Users\USERNAME\ECLIPSE\workspace\PROJECTNAME\Debug\FRCUserProgram' to '/home/lvuser' - 4: java.io.FileNotFoundException: C:\Users\USERNAME\ECLIPSE\workspace\PROJECTNAME\Debug\FRCUserProgram (The system cannot find the file specified)
This has never happened before and I'd appreciate any help. Thanks!
__________________
Code guy.
Reply With Quote