Hi Folks,
This is probably really dumb but I'm a bit stuck.
I have a directory H:\eReturns\eASC_Returns\src\com\bt\eReturns\common all the java classes in that directory belong to the package com.bt.eReturns.common.
When I run the following Javadoc command I get the error
javadoc: No package, class, or source file found named com.bt.eReturns.common.
1 error
javadoc -d c:\javadoc -sourcepath H:\eReturns\eASC_Returns\src\com\bt\eReturns\common com.bt.eReturns.common
I have set the CLASSPATH to point at H:\eReturns\eASC_Returns\src\com\bt\eReturns\common
so I don't understand why it's not working.
Can anybody help me please.
Many Thanks
This is probably really dumb but I'm a bit stuck.
I have a directory H:\eReturns\eASC_Returns\src\com\bt\eReturns\common all the java classes in that directory belong to the package com.bt.eReturns.common.
When I run the following Javadoc command I get the error
javadoc: No package, class, or source file found named com.bt.eReturns.common.
1 error
javadoc -d c:\javadoc -sourcepath H:\eReturns\eASC_Returns\src\com\bt\eReturns\common com.bt.eReturns.common
I have set the CLASSPATH to point at H:\eReturns\eASC_Returns\src\com\bt\eReturns\common
so I don't understand why it's not working.
Can anybody help me please.
Many Thanks