File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes to identify internet connection Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "to identify internet connection " Watch "to identify internet connection " New topic
Author

to identify internet connection

sachin kataria
Ranch Hand

Joined: Mar 27, 2006
Posts: 43
hi,
in my application, i have to identify that system (computer) is connected to internet or not..

i try URL class but that is giving my exception:

java.net.UnknownHostException: www.google.com

i also give proxy settings using command,
java -Dhttp.proxyHost=linuxserver test

but that is giving me exception...

so, how i can identify that internet connection is there or not ....??

pls help me.
Chengwei Lee
Ranch Hand

Joined: Apr 02, 2004
Posts: 884
Check out these codes.



SCJP 1.4 * SCWCD 1.4 * SCBCD 1.3 * SCJA 1.0 * TOGAF 8
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: to identify internet connection
 
Similar Threads
Https url connection ArrayIndeoutofBounds Exception java
Unable to connect through an NTLM proxy...
Unable to connect through an NTLM proxy...
Bypassing proxy in java
How can I identify the connection problem?