Does the debugging option require 1.4.x+

Am I mistaken that smack itself requires JRE 1.2+ but the debugging option requires JRE 1.4+?

Hey Jake,

Smack provides 3 different debuggers. Which debugger are you referring to? Are you having any compile error?

Regards,

ā€“ Gato

Iā€™'m using

JRE 1.3.1_10

Smack 2.1.0

XMLConnection.DEBUG_ENABLED=true

The following was my original exception and was easily overcome by downloading Xerces however the second exception is a little more challenging.

java.lang.NoClassDefFoundError: javax/xml/transform/TransformerException\

at java.lang.Class.forName0(Native Method)\

at java.lang.Class.forName(Unknown Source)\

at org.jivesoftware.smack.XMPPConnection.initReaderAndWriter(XMPPConnection.java:9 44)\

at org.jivesoftware.smack.XMPPConnection.init(XMPPConnection.java:825)\

at org.jivesoftware.smack.XMPPConnection.(XMPPConnection.java:167)\