Sorry, Andrew, I don't follow you. That looks the same, up to the "-"
as what I have. Also, my competency with javac itself is mediocre.
-Thufir Hawat
> ..That looks the same, up to the "-" as what I have.
Let me try that a different way..
You put..
javac -classpath .;C:\java\java\jTidy -g C:\java\java\jTidy\Test16.java
I suggest..
javac -classpath .;C:\java\java\jTidy\ -g C:\java\java\jTidy\Test16.java
Compare the two strings character for character in a text editor,
if need be. I do not know if it is the source of the problem, but
I guarantee you that they are different.
[ ..and once you have convinced yourself, return to the originals,
just to check if I'm actually going crazy. ;-) ]

Signature
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane
thufir - 14 Jan 2005 11:59 GMT
Doh! Andrew, I *tried* to cancel that post, you weren't supposed to
read it ;)
I'll give it a try.
--
Thufir Hawat
thufir - 14 Jan 2005 12:45 GMT
I did it exactly as you suggested with the same results as before,
errors on the import. Note that this was from the command line, not
from JEdit as previously.
I've downloaded JTidy, but don't know they syntax to tell javac where
to find the required package. Neither do I know where the package is.
All I know is that it should be in a .jar file.
--
Thufir Hawat