Skip to Main Content

Java APIs

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

No source files for package - error

843810Sep 12 2005 — edited Sep 12 2005
Currently i am running javadoc from the commandline as follows:-

javadoc -doclet javadoc.StandardDoc -classpath C:\j2sdk1.4.2_03\lib\tools.jar -sourcepath D:\Data\CVS\Tools\SoapDocGenerator\src sample

I get these warnings :-
Loading source files for package sample...
javadoc: warning - No source files for package sample
Constructing Javadoc information...
javadoc: warning - No source files for package sample
No public or protected classes found to document.
2 warnings

sample has 3 packages which in turn have the java files.

even if i remove the -doclet option and run javadoc i get the same error.

Could you let me know where i am going wrong?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 10 2005
Added on Sep 12 2005
1 comment
6,529 views