View Single Post
  #1   Spotlight this post!  
Unread 01-02-2012, 16:12
WilliamY WilliamY is offline
Registered User
FRC #0342
 
Join Date: Feb 2012
Location: Ladson, SC
Posts: 2
WilliamY is an unknown quantity at this point
Question FRC Plugins Won't Install (Netbeans on Fedora)

Now, this isn't an immediate issue, seeing as how I've just been using Windows, but it's still bugging me. When the install.xml runs, I get this error (has been seen over several plugin versions).
Code:
/home/team342/sunspotfrcsdk/install.xml:183: The following error occurred while executing this line:
/home/team342/sunspotfrcsdk/lib/WPILibJ/build.xml:43: The following error occurred while executing this line:
/home/team342/sunspotfrcsdk/ant/preverify.xml:54: Execute failed: 
java.io.IOException: Cannot run program "/home/team342/sunspotfrcsdk/bin/preverify" (in directory "/home/team342/sunspotfrcsdk/lib/WPILibJ"): java.io.IOException: error=2, No such file or directory
Those lines it references are
Code:
<ant dir="${wpilibjhome}" antfile="build.xml" inheritall="false" target="create-lib"/>
Code:
<antcall target="jar-app"/>
and
Code:
<exec executable="${preverify.executable}" failonerror="true">
in that order.

This appears to be nowhere here or on Google (at least as far as I have seen), leading me to believe this is an issue with my machine. I have tried this on various versions of both Netbeans and Java. I checked alternatives to make sure Java was assigned correctly. Anybody have a clue?
Reply With Quote