JAVA-INDEX.COM
Java programming resources: FAQs, tutorials, compiler and browser download sites, documentation, books lists, IDEs, etc.
Home....
|
log in....
|
Pub my question!
|
Sign-up....
Java-index
>>
Java Essentials
>>
Java Programming
Hostname?
How can I get the hostname for the client?
[49 byte] By [
Dennis_Madsena
] at [2007-10-3 4:56:31]
««
Creating a sortable table
»»
getTime()
# 1
What sort of program is this? A webpage? A Socket application you made?
cotton.ma
at 2007-7-14 23:01:46 >
# 2
NetBean calls it a Java Application. :)
Dennis_Madsena
at 2007-7-14 23:01:46 >
# 3
> NetBean calls it a Java Application. :)So you want the hostname of the machine the program is running on?
cotton.ma
at 2007-7-14 23:01:46 >
# 4
Maybe you want?InetAddress.getLocalHost().getCanonicalHostName()
jfbrierea
at 2007-7-14 23:01:46 >
# 5
> NetBean calls it a Java Application. :)InetAddress.getLocalHost().getHostName();Kaj
kajbja
at 2007-7-14 23:01:46 >
# 6
try {InetAddress addr = InetAddress.getLocalHost();// Get IP Addressbyte[] ipAddr = addr.getAddress();// Get hostnameString hostname = addr.getHostName();} catch (UnknownHostException e) {}
Jayesh_Java_J2EEa
at 2007-7-14 23:01:46 >
# 7
Thanks!
Dennis_Madsena
at 2007-7-14 23:01:46 >
Java Essentials
BlackBerry
Problem running my class file
URL (Website) open through Swing
binary to int
Calender
Brand new to programming!!! Need help with an assignment.
here is my GridBagLayout version of the code
graphic.drawImage() issues.
JAVA Docs
plz help urgent --> GridBagLayout
Java Programming
Class in a Class
how to find out jre version installed ,using a java program?
enum
SAX XML NullPointerException in character() method
URL (Website) open through Swing
wanna read data from Sun Java Console
Cookie service is not available - use cache to determine "Cookie"
Accessing properties file information
java.lang.IllegalStateException : Plz help
Adding All Subfolders of a Folder to the Classpath
Java Essentials New Topic
BlackBerry
Class in a Class
enum
SAX XML NullPointerException in character() method
URL (Website) open through Swing
URL (Website) open through Swing
binary to int
wanna read data from Sun Java Console
Java Essentials Hot Topic
Problem running my class file
how to find out jre version installed ,using a java program?
Adding All Subfolders of a Folder to the Classpath
Brand new to programming!!! Need help with an assignment.
Runtime.exec() is not working right
here is my GridBagLayout version of the code
graphic.drawImage() issues.
JAVA Docs
Java Essentials
Java Programming
New To Java
Training
All Classified
Archived Forums
Enterprise & Remote Computing
Java Essentials
Desktop
Core
Solaris Operating System
Security
Database Connectivity
Java Mobility Forums
Web & Directory Servers
Development Tools
Application & Integration Servers
Java HotSpot Virtual Machine
Other Topics
E-Mail, Calendar, & Collaboration
Developer Tools
General
Administration Tools
Sun Hardware
Storage Forums
Java Enterprise System
StarOffice
Open Source Technologies
BigAdmin
Real-Time
Java Coding