"Ashish" <[EMAIL PROTECTED]> writes:
> how to close server socket without throwing an exception?
>
> if i call close then it throws exception which gets caught in catch 1 not in catch 2
> can anybody explain
I tried it on JDK 1.1.7v3. First, I did not get any exception that
you got. Second, t
Paul Metcalfe <[EMAIL PROTECTED]> writes:
> This resulted in the following message:
> /opt/jdk117_v1a/bin/../bin/i586/green_threads/java: error in loading
> shared libraries: /opt/jdk117_v1a/bin/../lib/i586/green_threads/libjava.so:
> undefined symbol: _dl_symbol_value
>
> Any suggestions on ho