Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What Java versions are supported?

Java supported versions
0
Posted

What Java versions are supported?

0
10

Commons-logging versions 1.0.2 through 1.0.4 require java 1.2. Work is currently in progress on the successor to 1.0.4, and thought is being given to restoring support for java version 1.1 – it is not currently known whether this is possible. Commons-logging version 1.0.1 is believed to work with java 1.1, but only in Applets. To be more specific, commons-logging 1.0.1 is believed to fail on java 1.1 when the commons-logging classes are loaded by the system classloader; this is the case for normal applications, but not the case for Applets. If you encounter difficulties using commons-logging on specific java versions, please post to the commons-user list so the problem can be addressed and/or this FAQ entry updated.

0
10

Officially J2SE SUN/IBM version 1.3.x, 1.4.x and 1.5.x are supported. In common OOJNI can support JVM of other java providers. For this we should know about these java versions some additional data on module names, Registry info, etc.

0

== + + Commons-logging versions 1.0.2 through 1.0.4 require java 1.2. Work is currently in progress on the successor to 1.0.4, and thought is being + given to restoring support for java version 1.1 – it is not currently known whether this is possible. + + Commons-logging version 1.0.1 is believed to work with java 1.1, but only in Applets. To be more specific, commons-logging 1.0.1 + is believed to fail on java 1.1 when the commons-logging classes are loaded by the system classloader; this ”is” the case for + normal applications, but not the case for Applets. + + If you encounter difficulties using commons-logging on specific java versions, please post to the commons-user list so the + problem can be addressed and/or this FAQ entry updated.

0

== @@ -17, +34 @@ If you encounter difficulties using commons-logging on specific java versions, please post to the commons-user list so the problem can be addressed and/or this FAQ entry updated. + + == What alternatives are there to commons-logging? == + + The SLF4J project has similar goals to commons-logging. It uses quite a different approach, however, which has both + benefits and drawbacks. Future versions of commons-logging may adopt some of the concepts of SLF4J. + See http://slf4j.org for more details. + + The Avalon !LogKit provides adapters to other logging libraries. However this library is not very widely used and + is not (as far as I know) maintained any longer. + + The JULI module in Apache Tomcat provides adapters from the java.util.logging API log4j. This is of course not an option for + code that may be run in JVMs prior to 1.4. The java.util.logging system can also be awkward to set up.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123