|
Re: Netbeans Plugins don't work
OK, so if I write the line
"import edu.wpi.first.wpilibj.IterativeRobot;"
so it does'nt mark this line as error, but it marks the "extends IterativeRobot" as error. It does the same thing for Jagaur. and if i change the line to
"import edu.wpi.first.wpilibj.XHDLVUI;" it still don't mark this line as error..
it marks the line "package bot" as error, no matter what is the name of the package, and it writes:
"cannot access java.lang
Fatal Error: Unable to find package java.lang in classpath or bootclasspath"
help?
Last edited by MorocoMan : 23-03-2012 at 07:06.
Reason: adding information
|