|
Re: InetAddress
I used NetBeans on another computer to make a Java SE Project that would be the graphical interface on the driver computer, that worked perfectly. I also wrote a class that would allow the robot to communicate with the computer and it worked fine on the PC, but I tried to import the jar that contains the library into my FRC project, but it keeps saying that my package (org.serviterobotics.comm), doesn't exist. So that is why I tried to use InetAddress to see if I could compile my classes with the rest of the project. As for your workaround, could you please tell me exactly what files you copied and where you copied them to, I thought of doing this but wasn't sure what to copy. Thank you
|