|
Custom Robot Netbeans Libraries
After the last two years, our team has developed a few utilities to aid in our programming (namely an Xbox class and a Socket connection for a RPi). I would really like to make a Library project in Netbeans and use it in our production code.
I have however run into a few problems, which after some searching, that I haven't been able to resolve.
1) The library project needs the wpilibj.jar and squawk.jar and potentially also the networktables-crio.jar libraries depending on the classes in the library. The actual issue is making sure that adding these libraries would carry not only between computers but between Platforms. I know that the FRC plugins would know where they are, is there a way I could reference it through them?
2) How do I add a custom library to an FRC project. I searched through several dialog/property windows looking and couldn't find it... And once I DO add it, how can I ensure it will transfer easily between computers and platforms, likely referencing the NetBeansProjects directory?
Any help is greatly appreciated.
__________________
 Programmer - A creature known for converting Caffeine into Code.
Studying Computer Science @ Louisiana Tech University
Associate Consultant @ Fenway Group
2012-13: 3946 - Head of Programming, Electrical and Web
2014 - 3468 - Programming Mentor
2015 - Present - Lurker
|