How can we take Computer ID using JBuilder?
Thanks in advance,
Steve
Define "Computer ID". Hostname? IP address? Something else?
--
Regards,
Lori Olson [TeamB]
------------
Save yourself, and everyone else, some time and search the
newsgroups and the FAQ-O-Matic before posting your next
question.
Google Advanced Newsgroup Search
http://www.google.ca/advanced_group_search
Other Newsgroup Searches:
http://www.borland.com/newsgroups/ngsearch.html
Joi Ellis's FAQ-O-Matic:
http://www.visi.com/~gyles19/fom-serve/cache/1.html
"Lori M Olson [TeamB]" <javad...@techie.com> wrote in message
news:44ecd65b$1...@newsgroups.borland.com...
>By computer ID, I mean anything that can recognise a computer. Please give
>me information in this regard.
java.net.InetAddress.getLocalHost().getHostName()
--
Kevin Dean [TeamB]
Dolphin Data Development Ltd.
http://www.datadevelopment.com/
NEW WHITEPAPERS
Team Development with JBuilder and Borland Enterprise Server
Securing Borland Enterprise Server
http://www.datadevelopment.com/papers/index.html
Please see Borland's newsgroup guidelines at
http://info.borland.com/newsgroups/guide.html
"Kevin Dean [TeamB]" <NkOdS...@datadevelopment.com> wrote in message
news:xn0eqcsaxac...@www.teamb.com...
>Is it possible to take motherboard ID or CPU ID too?
Not without writing your own JNI DLL. That level of access is
system-specific and so is not part of Java.
"Kevin Dean [TeamB]" <NkOdS...@datadevelopment.com> wrote in message
news:xn0eqe6vuef...@www.teamb.com...