Class xy not found in import.
Hi,
I want to generate the documentation with the JavaDoc of J2SDK 1.3.1_02.
I get the message "Class com.ibm.eNetwork.HOD.HIFramework not found in import." only by external JAR-Files
the JAR-Files are in
E:\Develop\BIOJava\runtime\classes\hodbeans.jar
E:\Develop\BIOJava\runtime\classes\hacp1a.jar
E:\Develop\BIOJava\runtime\classes\WCJhllapi.jar
the source files are in
E:\Develop\BIOJava\runtime\sources\
I'm using a script
the command line is:
<pre>
E:\Develop>C:\jdk1.3.1_02\bin\javadoc.exe -J-Xms48m -J-Xmx48m -classpath "C:\jdk1.3.1_02\jre\lib\rt.jar; E:\Develop\BIOJava\runtime\classes\habeans.jar; E:\Develop\BIOJava\runtime\classes\hacp1a.jar; E:\Develop\BIOJava\runtime\classes\WCJhllapi.jar" -d "E:\Develop\BIOJava\runtime\javaDoc" -sourcepath "E:\Develop\BIOJava\runtime\sources" -version -author -windowtitle "BIOJava Dokumentation" -doctitle "BIOJava Dokumentation" -header "<b>BIOJava </b>" de.oedav.base de.oedav.base.fmgr de.oedav.base.fmgr.reedit de.oedav.base.tools de.oedav.base.ui de.oedav.biojava de.oedav.biojava.com de.oedav.biojava.ctrl de.oedav.biojava.generator de.oedav.biojava.ui de.oedav.biojava.util de.oedav.biojava.viewer de.oedav.texid.editor de.oedav.texid.font de.oedav.texid.parser de.oedav.texid.previewer de.oedav.texid.resource de.oedav.texid.siltre de.oedav.texid.text de.oedav.texid.tools de.oedav.texid.variable
</pre>
Thanks for your help!

