|
InetAddress
For the past couple weeks I have been working on a custom dashboard and a communication class to go along with it. I was able to use my class in Java SE projects, but I tried to use it in an FRC project and I cannot compile it because it says that InetAddress cannot be found. I tried importing java.net.InetAddress but it did not work either because of the limited classes we have in FRC. Any suggestions on what I should do?
|