Quote:
Originally Posted by Johnbot
Oops, the mistake is on my part. I told you to extend the name of the jar containing the default camera widget.
You should be extending WPICameraExtension, not WPILaptopCameraExtension, my apologies.
|
that is not the actual problem here, the compiler somehow cannot read the libraries that I imported, for example after I changed it to "WPICameraExtenion", I still get the same error: package edu.wpi.first.smartdashboard.camera does not exist
import edu.wpi.first.smartdashboard.camera.*;
this error occurs only during compile time, mean while, when I am editing the code, I don't get the this error. God, I have been spoiled with Visual Studio and C#.