Error in creating Javadoc

1.2k Views Asked by At

I am using NetBeans ID 8.0.1 to generate a javadoc, but whenever i try to create javadoc following error occurs:

Constructing Javadoc information...
1 error
D:\EFConnect\libs\activemq-all-5.9.1.jar(org/apache/activemq/ActiveMQConnection.java):107: error: cannot access Logger
import org.slf4j.Logger;
                ^
  bad source file: D:\EFConnect\libs\activemq-all-5.9.1.jar(org/slf4j/Logger.java)
    file does not contain class org.slf4j.Logger
    Please remove or make sure it appears in the correct subdirectory of the sourcepath.
D:\EFConnect\nbproject\build-impl.xml:1208: Javadoc returned 1
BUILD FAILED (total time: 1 second)

My project otherwise is working fine, also the classes mentioned in the error also exist where they are supposed to exist.

0

There are 0 best solutions below