View Single Post
  #1   Spotlight this post!  
Unread 14-01-2015, 19:28
Pault's Avatar
Pault Pault is offline
Registered User
FRC #0246 (Overclocked)
Team Role: College Student
 
Join Date: Jan 2013
Rookie Year: 2012
Location: Boston
Posts: 618
Pault has a reputation beyond reputePault has a reputation beyond reputePault has a reputation beyond reputePault has a reputation beyond reputePault has a reputation beyond reputePault has a reputation beyond reputePault has a reputation beyond reputePault has a reputation beyond reputePault has a reputation beyond reputePault has a reputation beyond reputePault has a reputation beyond repute
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?
Reply With Quote