Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » J2EE and javadoc(How to)
J2EE and javadoc [message #1170911] Mon, 04 November 2013 23:58
Bryan Mising name is currently offline Bryan Mising nameFriend
Messages: 10
Registered: October 2009
Junior Member
Hi everyone. I am a noob when it comes to developing on J2EE.

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?

Thanks
Previous Topic:Please help increase java heap size
Next Topic:Error message on start up
Goto Forum:
  


Current Time: Fri Apr 19 22:54:41 GMT 2024

Powered by FUDForum. Page generated in 0.07535 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top