|
Re: InetAddress
Aside from copying a large portion of the Java libraries onto your project, there's probably little you can do. Last year, we wanted to use some math functions from the native Java libraries, but couldn't figure how to do it, so we just copied entire files from there into our project.
If you're making a custom dashboard, can't you make it a standard Java project?
|