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!

Importing packages from java.*, omg.*, etc. gives me error messages

843810Jun 15 2001 — edited Jun 19 2001
Hi

I'm not a developer at my company, so I don't have the full-and-proper set up on my computer. However, I'm the spearhead of the javadoc initiative, and I build and update it on a weekly basis.

I get a lot of error messages in the following format:

^
C:\se.1.1\lib\se\com\smartenergy\domain\UserNoCoverage.java:16: Class javax.mail.internet.InternetAddress not found in import.
import javax.mail.internet.InternetAddress;

I then get the following statement:

Too many errors. (The limit on reported errors is 100.)

Followed by more statements like this:

Internal error: IMPORTNOT*FOUND* javax.servlet.http.HttpSession - ignoring



I was wondering if I were to use the -link option and link my javadoc build to the javadoc builds of these imports (if there is any!), would it reduce these errors?

How do I get a relatively error-free build?

And after this is solved, there are more issues to come....

Thank you

Jane Sorensen
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 17 2001
Added on Jun 15 2001
6 comments
115 views