Skip to content

Commit 096b678

Browse files
committed
Add NavX, at USERLIBS_DIR/navx_frc.jar, to .classpath
This will work on all laptops on which the library is *properly installed* (i.e. to wpilib/user/java/lib/). Installation resources for both Windows and *nix can be found in ./README.md
1 parent 42c7ed2 commit 096b678

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.classpath

+1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
99
<classpathentry exported="true" kind="lib" path="lib/stuyvision.jar"/>
1010
<classpathentry exported="true" kind="var" path="USERLIBS_DIR/CTRLib.jar"/>
11+
<classpathentry exported="true" kind="var" path="USERLIBS_DIR/navx_frc.jar"/>
1112
<classpathentry kind="output" path="bin"/>
1213
</classpath>

0 commit comments

Comments
 (0)