java.lang.NoClassDefFoundError: org/apache/juli/logging/LogFactory

后端 未结 5 1044
野性不改
野性不改 2020-11-27 15:03

I have actually figured this problem out, but it took me days, so I thought I would paste my solution here to aide others.

I am using Fedora 11, and in Eclipse I trie

5条回答
  •  悲哀的现实
    2020-11-27 16:05

    I found the solution here: http://forums.opensuse.org/applications/391114-tomcat6-eclipse-not-working.html

    1. In Eclipse, Open the "Server" tab.
    2. Double click on the "Tomcat6" entry to see the configuration.
    3. Then click on the "Open launch configuration" link in the "General information" block.
    4. In the dialog, select the "Classpath" tab.
    5. Click the "Add external jar" button.
    6. Select the file "/usr/share/tomcat6/bin/tomcat-juli.jar"
    7. Close the dialog.
    8. Start tomcat 6 from Eclipse.

    Hopefully posting it here will help some poor soul.

提交回复
热议问题