|
Creating a custom library for robot code in Eclipse
I am trying to make a library of various classes my team has made during the off season which we think will be useful in the future. Rather than having to copy the classes into each new project (potentially causing the versions in older code to become outdated), we would like to create a library on our github that we could put into every robot project we make. So far I have been able to create a .jar file that can be imported into a normal java project, but when I try to put it into a FRC project it does not allow me to use the contained classes. Is there any way that I could make this work?
|