0

我的代码中有一个错误,它使用 JTidy 来清理一些 html。当它发现格式错误的 html 时,我可以跳过它。但有时程序会在格式错误的 html 上停止,所以我想看看我的代码中发生了什么。但我似乎无法在 netbeans 上运行调试器。调试器停在这Debugger stopped on uncompilable source code.条线上import org.w3c.tidy.Tidy;我运行程序的方式是在命令提示符下:java -cp jtidy-r938.jar;. HtmlCleanerTest http://yahoo.com那么有没有办法在 netbeans 中调试它,或者我只需要使用 println 语句?

4

1 回答 1

0

在项目设置中查看 Netbeans 后,在库类别下,添加 JAR 文件,它将在 netbeans 上运行

于 2012-11-05T20:46:08.707 回答