문제

I am unable to find the JAR files I need to download for these:

import org.apache.commons.net.ntp.NTPUDPClient;
import org.apache.commons.net.ntp.TimeInfo;

Sorry it may sound stupid to you, but I really could not find what to download at the time this question was asked.

도움이 되었습니까?

해결책

Go to http://commons.apache.org/proper/commons-net/download_net.cgi and Download the jars and then import them in library in your java program.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top