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!

[1504 byte] By [Markus Nohr] at [2007-9-27 21:06:49]
# 1

Is the class

com.ibm.eNetwork.HOD.HIFramework

contained in any of the jar files?Possibly in hodbeans.jar?

If it is in that jar file, then I would ask why is rt.jar on the classpath?

You might try removing it and seeing if you still get that error.

-Doug Kramer

Javaodc team

dkramer at 2007-7-7 2:49:40 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...
# 2
Thanks for your Help it works now.Markus Nohr
Markus Nohr at 2007-7-7 2:49:40 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...