redss
Programmer
- Oct 20, 2002
- 195
I am learning to work with java, and downloaded a free whois javabean from but all the zipfile had was a jar file and an example java file which has as its first line:
There are only html help files in the com/ezjavabeans/ezwhois folder.
My question: how do I compile the test file and have it look in the jar file?
Code:
import com.ezjavabeans.ezwhois.*;
My question: how do I compile the test file and have it look in the jar file?