I’m working on making a settings dashboard using network tables in processing and I run across an issue when I try to import the networkTables.
import edu.wpi.first.wpilibj.networktables.NetworkTable;
This line in my code gives an error “The import edu cannot be resolved” I have wpi and all the libraries installed on my computer so I’m not sure why it can’t resolve the import.