Skip to Main Content

Embedded Technologies

Announcement

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!

InetSocketAddress not available in JavaME

Ashok449Jan 29 2016 — edited Jan 29 2016

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

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 26 2016
Added on Jan 29 2016
1 comment
897 views