Hello Ceki, Thanks for your reply
What kind of help can you offer me? The fact that slf4j cannot be compiled under jdk 1.1 is a big problem for my project. The reason is that we want to provide a common way of logging. So far we are using custom Loggers for applets and log4j for the servers. Do you have in mind a possible solution? PS. I was intending to use slf4j coupled with simple logger (simple-log.dev.java.net). To be honest I don't know if simlpe-log is able to operate under jdk 1.1 Regards, Kostas On 17/03/06, Ceki Gülcü <[EMAIL PROTECTED]> wrote: > > 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 > _______________________________________________ user mailing list [email protected] http://slf4j.org/mailman/listinfo/user
