Closed SenseiGia closed 6 years ago
It looks like the .classpath files have some extra dependencies...
<classpathentry kind="var" path="USERLIBS_DIR/jama-1.0.3.jar"/>
<classpathentry kind="var" path="USERLIBS_DIR/jcabi-ssh-1.6-jar-with-dependencies.jar"/>
<classpathentry kind="var" path="USERLIBS_DIR/json-simple-1.1.1.jar"/>
<classpathentry kind="var" path="USERLIBS_DIR/navx_frc.jar"/>
<classpathentry kind="var" path="USERLIBS_DIR/Pathfinder-Java-1.8.jar"/>
<classpathentry kind="var" path="USERLIBS_DIR/start.jar"/>
These look like they're other libraries that happen to be installed in your wpilib user directory.
@SenseiGia We should probably remove these from the classpath files, otherwise anyone who downloads the examples and doesn't have these libraries will have to restart Eclipse in order to re-generate the classpath file and not have errors.