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.

j2ee.jar in classpath

843830Jan 11 2005 — edited Jan 17 2006
Hi to all,

I have a JMS broker that is currently running. It uses the one from Sun and this is installed as a NT service. In order for this to work, as mentionned in the JMS tutorial, I must include j2ee.jar in my environment variable.

This causes some trouble. My webserver (Resin) includes the environment variables in its classpath. So it uses XML parsers included in j2ee.jar which are outdated.

Is there a way to use Sun's JMS broker without using j2ee.jar and, if so, how can I do this??

Thank you
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 14 2006
Added on Jan 11 2005
7 comments
101 views