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!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Problem with compiling "ConverterBean" example in J2EE1.3 release

843833Sep 1 2005
Hi all,
Im using J2EE1.3 release with jdk1.3
I refereing the J2EE tutorial released by Sun with J2EE1.3 release.
Im using the deploytool to deploy the example "Converter" in "examples\src\ejb\converter" directory. I am manually compiling the following java files.
Converter
ConverterBean
ConverterClient
ConverterHome

Both Converter and ConverterBean have been successfully compiled. But the following error appears in compiling ConverterHome.
Cannot resolve symbol : Converter

I have included j2ee.jar in my classpath
Can anybody figure it out.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 29 2005
Added on Sep 1 2005
0 comments
131 views