RE: [Htmlparser-user] compilation problem
Brought to you by:
derrickoswald
From: Gokcen O. <sca...@bi...> - 2003-03-10 13:29:52
|
i have tried, javac -classpath htmlparser.jar LinkExtractor.java and export CLASSPATH=$CLASSPATH:/home/x/htmlparser.jar javac LinkExtractor.java and they both didn't work, i'm probably mistyping the commands above. where am i doing wrong? thanks again, gokcen > You need to include "htmlparser.jar" in your classpath settings and then > compile the example code. You do not need "ant". > > Regards, > > Dhaval Udani > |