For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
Hello All,
I am trying to port one of Java SE code to Java ME code and I have below problem.
InetSocketAddress bindToAddress = new InetSocketAddress(addr, PORT);
I don't see a definition for InetSocketAddress, how to solve this ?
Thanks,
Ashok