Connecting to an NTP server

Good Afternoon.

I'm having a big problem connecting to an NTP server like www.worldTimeServer.com. I want to create a java application that can load time from such servers then display it in my time text field. I do not know how to start.

Can somebody teach me how to do it or give me a link that provides how-tos to do this.

[349 byte] By [rching23a] at [2007-10-2 20:16:51]
# 1
http://www.faqs.org/rfcs/rfc1165.html
Michael.Nazarov@sun.coma at 2007-7-13 22:59:15 > top of Java-index,Java Essentials,Java Programming...
# 2

There is a package provided by http://jakarta.apache.org/commons/net/

that have classes for ntp. I myself is new to this (very old) protocol but I'm

building an application that is needing this service so if

you find it helpful let me know.

Message was edited by:

gbohne

gbohnea at 2007-7-13 22:59:15 > top of Java-index,Java Essentials,Java Programming...