Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

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!

java bean doesnt compile...

843838Nov 7 2005 — edited Nov 14 2005
Hi,
I have created a java bean and i am getting error while compiling the same..

1) i created a a bean called RequestBean.java
2)I included import package com.ora.jsp.util.* at tope the file.
3)i plaaced com.ora.jsp.util directory in the same folder where RequestBean.java
4) the util directory contains many html files.

when i compile RequestBean.java i get the following error.
package com.ora.jsp.util does not exist

What mistake have i done?

Thanks
vivek
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 12 2005
Added on Nov 7 2005
7 comments
178 views