| | |
Retrieving Computer Name
Thread Solved
![]() |
hey guys,
I was wondering if there is anyway that my java app could retrieve the computer name.
IE
My computer could be named
I want to retreive
Thanks PO.
I was wondering if there is anyway that my java app could retrieve the computer name.
IE
My computer could be named
"PhiberOptik-desktop" I want to retreive
"PhiberOptik-desktop" !Thanks PO.
History will be kind to me for I intend to write it.
---------------------------------- Sir Winston Churchill
---------------------------------- Sir Winston Churchill
Nevermind Figured it out!
java Syntax (Toggle Plain Text)
import java.net.*; class myName { public static void main (String args[]) { try { InetAddress address = InetAddress.getLocalHost(); System.out.println("Hello. My name is " + address.getHostName()); } catch (UnknownHostException e) { System.out.println("I'm sorry. I don't know my own name."); } } }
History will be kind to me for I intend to write it.
---------------------------------- Sir Winston Churchill
---------------------------------- Sir Winston Churchill
![]() |
Similar Threads
- How To Save in our Computer (Perl)
- C++ computer memory access (C++)
- Storing and Retrieving Number String/Array (PHP)
- Retrieving data from a HDD (Storage)
- Help!! Applet only works in AppletViewer but not in html file with <applet> tags!!! (Java)
- Data Error: cyclic redundancy check (Windows 95 / 98 / Me)
- Retrieving data from old hard drive (Storage)
Other Threads in the Java Forum
- Previous Thread: IEEE format to decimal conversion
- Next Thread: java vs .net
| Thread Tools | Search this Thread |
-xlint add android api applet application array automation bank bi binary blackberry block bluetooth class client code compile compiler component database developmenthelp eclipse equation error event fractal freeze functiontesting game gameprogramming givemetehcodez graphics gui health html hyper ide idea image infinite int j2me j2seprojects java javac javame javaprojects jetbrains jni jpanel jtable julia learningresources lego linux mac main map method mobile myregfun netbeans nonstatic notdisplaying number online pearl problem program project qt scanner screen scrollbar server set singleton sms sort sorting spamblocker sql sqlserver string superclass swing system textfields thread threads time title tree tutorial-sample update variablebinding windows working xor





