RE: [Htmlparser-user] compilation problem
Brought to you by:
derrickoswald
From: Dave K. <dav...@ho...> - 2003-03-10 14:06:16
|
<html><div style='background-color:'><P>is your jar, in the same folder as the entry point for your program? If not you need to give the classpath the actual path to the htmlparser.jar. If it is, i would suggest adding more files to your classpath. For example, if you are compiling from the directory with your main in it, then just doing something like this:</P> <P>javac -classpath .;./htmlparser_location/htmlparser.jar YourClass.java</P> <P>just keep trying different configurations in your classpath and you are bound to get it to compile.</P> <P>good luck,</P> <P>Dave Knipp</P></div><br clear=all><hr>MSN 8 with <a href="http://g.msn.com/8HMPENUS/2740">e-mail virus protection service: </a> 2 months FREE*</html> |