View Single Post
  #4   Spotlight this post!  
Unread 17-01-2014, 21:06
Peter Rivera Peter Rivera is offline
Registered User
FRC #0662
 
Join Date: Jan 2014
Location: Colorado Springs
Posts: 1
Peter Rivera is an unknown quantity at this point
Re: SmartDashboard 2.0 launch issue

Yes, we also had the same problem with being unable to launch SmartDashboard 2.0. The sfx directory had the sfx.jar file, but issuing the command "java -jar sfx.jar" resulted in an error stating that the file "sfxlib.jar" was not found.


The directory path had a directory with spaces, which was being translated by java into "%20".

Moving the sfx.jar file to a directory with no spaces allowed the sfxlib.jar and sfxmeta.jar to be created, and the SmartDashboard was launched.

Also tried moving these two files into the directory that had a space, but still received the error that the sfxlib.jar file was not found, and the directory path had "%20" as the path (instead of a space), which is probably why java was unable to find the file.

Peter Rivera
Programming Mentor
RMR 662 - Rocky Mountain Robotics