> java.lang.NoClassDefFoundError: org/jdom/input/SAXBuilder
When did this class start getting bundled with the JRE? 1.5? What
version is your Client Java?
See http://mindprod.com/applets/wassup.html
to find out.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
> "GET /bin/jdom.jar HTTP/1.1" 200
> ...
> "GET /bin/org/jdom/input/SAXBuilder.class HTTP/1.1" 404
Perhaps your server isn't configured to return the jar with the
appropriate MIME type. You could try
telnet localhost 82
HEAD /bin/jdom.jar HTTP/1.0
Host: localhost
(Finnish with two returns.)
It might be worth renaming the jar as jdom.zip (and also in the applet
tag), as that is much more likely to be configured correctly.
Tom Hawtin

Signature
Unemployed English Java programmer
http://jroller.com/page/tackline/
Roedy Green - 12 Jan 2006 22:57 GMT
On Thu, 12 Jan 2006 15:28:45 +0000, Thomas Hawtin
<usenet@tackline.plus.com> wrote, quoted or indirectly quoted someone
who said :
>Perhaps your server isn't configured to return the jar with the
>appropriate MIME type. You could try
you can check if it is with http://mindprod.com/applet/mimecheck.html

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.