Hi everyone. I am a noob when it comes to developing on J2EE, javadoc, etc.
I am interested in trying to utilize Javadoc for my projects. In Eclipse I create a web projects and use a combination of servlets, jsp, html, js, and jquery. When publishing my code, I export the EAR file and upload that to an instance in Oracle Weblogic.
Unfortunately I cannot run javadoc from my local machine. I need to run it on my server. When I run javadoc on the EAR files I get messages like this.
Loading source files for package testEAR.ear...
javadoc: warning - No source files for package testEAR.ear
Constructing Javadoc information...
javadoc: warning - No source files for package testEAR.ear
javadoc: error - No public or protected classes found to document.
1 error
2 warnings
I exported the EAR file with the source code from Eclipse.
Frankly I am not sure really what I am doing. I couldn't really find anything on google about running javadoc from the EAR files.
Is there a tutorial or something that can tell me how to do what I want? Am I even approaching this correctly?
Thanks