> Can you please guide me as to how i can build javadocs from 
> sapdb-jdbc-src-7.3.00.29a.jar after unpacking it?

copy the following lines into a file 'javadoc.args' (make sure that the -group lines 
are not wrapped) and then execute
mkdir javadoc
javadoc @javadoc.args

-d javadoc
-group "JDBC Driver" "com.sap.dbtech.jdbc:com.sap.dbtech.jdbc.*"
-group "Runtime and Constants" 
"com.sap.dbtech.rte.comm:com.sap.dbtech.vsp00:com.sap.dbtech.vsp001"
-group "Database Tools" "com.sap.dbtech.powertoys"
com.sap.dbtech.jdbc
com.sap.dbtech.jdbc.exceptions
com.sap.dbtech.jdbc.packet
com.sap.dbtech.jdbc.trace
com.sap.dbtech.jdbc.translators
com.sap.dbtech.powertoys
com.sap.dbtech.rte.comm
com.sap.dbtech.util
com.sap.dbtech.util.cache
com.sap.dbtech.util.printf
com.sap.dbtech.vsp00
com.sap.dbtech.vsp001

Or use a Java-IDE which has a button for this task.

Daniel Dittmar

-- 
Daniel Dittmar
SAP DB, SAP Labs Berlin
[EMAIL PROTECTED]
http://www.sapdb.org/
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to