Konstantinos,

I can formally confirm that SLF4J compiles under JDK 1.3, except for the binding for JDK 1.4 logging, for obvious reasons. Compiling under JDK 1.2 should be fine as well although I can't confirm this as a hard fact. As for compiling under JDK 1.1, the code is using a few java.util classes introduced in JDK 1.2. However, after a few small changes, it should be possible to target JDK 1.1.

I'll be happy to can help if you need it.

At 01:48 PM 3/17/2006, Konstantinos Karadamoglou wrote:
Hello all,

I am new to slf4j. My team intends to use it in a enterprise project
which involves various types of clients and servers. The main problem
that we have in order to adopt the slf4j library is our applet
client!!!

There is requirement that says that that the applet should operate
with the jre 1.1 and microsoft vm. While I was testing the applet with
the slf4j under microsoft vm I came across the following error:

Error loading class: org.slf4j.LoggerFactory
java.lang.NoClassDefFoundError (taken from MS VM console)

No surprise at all, known incompatibility issues between sun and ms
vm. Some google search lead me to the conclusion that I have to
compile slf4j using jdk 1.1.

Is that correct? Can avoid that task? What's your experience on such issues?


Thank you in advance, kostas

--
Ceki Gülcü
http://ceki.blogspot.com/

_______________________________________________
user mailing list
[email protected]
http://slf4j.org/mailman/listinfo/user

Reply via email to