Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Lyo/prereqs

< Lyo
Revision as of 12:52, 13 January 2015 by Spadgett.us.ibm.com (Talk | contribs)

Prerequisites for Building Lyo Projects

IBM JVM/JRE Users: There is an issue with older m2eclipse versions and the the IBM JRE. If you have see the error java.lang.NoClassDefFoundError: org.slf4j.impl.StaticLoggerBinder when running a Maven install, you either need to upgrade m2eclipse or copy a newer slf4j api jar into your JRE directory to work around the issue until it is fixed:
  • Download slf4j-1.6.2.zip and extract the zip.
  • Copy slf4j-api-1.6.2.jar from the slf4j distribution to the JAVA_HOME\jre\lib\ext directory
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=338252 if you are interested in the details

Back to the top