Re: [Htmlparser-user] ERROR
Brought to you by:
derrickoswald
From: Derrick O. <der...@ro...> - 2007-11-12 15:56:14
|
It doesn't seem like the htmlparser.jar is being found. You might need to add a path: java WhoIs yahoo.com -classpath "C:\path_to_jar\htmlparser.jar" ----- Original Message ---- From: Ali <to...@ya...> To: htmlparser user list <htm...@li...> Sent: Monday, November 12, 2007 12:43:56 AM Subject: Re: [Htmlparser-user] ERROR I am unable to execute the code of faq.htm I am getting fowling errors C:\project>java WhoIs yahoo.com -classpath htmlparser.jar Exception in thread "main" java.lang.NoClassDefFoundError: org/htmlparser/beans/ StringBean at WhoIs.<init>(WhoIs.java:55) at WhoIs.main(WhoIs.java:80) C:\project>java WhoIs yahoo.com -classpath "htmlparser.jar" Exception in thread "main" java.lang.NoClassDefFoundError: org/htmlparser/beans/ StringBean at WhoIs.<init>(WhoIs.java:55) at WhoIs.main(WhoIs.java:80) Kindly if some can tell me what is the problem --- Derrick Oswald <der...@ro...> wrote: > The FAQ has an example of how to use POST: > http://htmlparser.sourceforge.net/faq.html#post > > ----- Original Message ---- > From: Ali <to...@ya...> > To: htm...@li... > Sent: Sunday, November 11, 2007 9:13:57 AM > Subject: [Htmlparser-user] Need help > > Hi everyone! > I am new user to HTML parser, I have problem I want > to > POST a form request and then parse the resultant > HTML, > but so far I have failed to do so. > Ali > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam > protection around > http://mail.yahoo.com > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? > Stop. > Now Search log events and configuration files using > AJAX and a browser. > Download your FREE copy of Splunk now >> > http://get.splunk.com/ > _______________________________________________ > Htmlparser-user mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlparser-user > > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? > Stop. > Now Search log events and configuration files using > AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/> _______________________________________________ > Htmlparser-user mailing list > Htm...@li... > https://lists.sourceforge.net/lists/listinfo/htmlparser-user > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Htmlparser-user mailing list Htm...@li... https://lists.sourceforge.net/lists/listinfo/htmlparser-user |