Re: DatagramSocket is not throwing socket exception

2014-05-12 Thread Akash Jain
Provide more details. On Tue, Apr 15, 2014 at 9:35 PM, aruna prabha wrote: > Hi All, > > I am using open JDK to build my java code and observed one of the jar > i am using uses Datagram Socket to bind to UPD port. With Java 6 i was > getting an exception when ever port is bind. But with Open JDK

DatagramSocket is not throwing socket exception

2014-05-12 Thread aruna prabha
Hi All, I am using open JDK to build my java code and observed one of the jar i am using uses Datagram Socket to bind to UPD port. With Java 6 i was getting an exception when ever port is bind. But with Open JDK 7 i am getting any exception can please let me know how i can resolve this issue. Th