Click here to Skip to main content
15,897,704 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I downloaded a weblogic 12c sample ("Avitek™ Medical Records Sample Application") and started a domain successfuly with this aplication. Then I imported its to my Eclipse Juno with the interest to debug this sample application. I included every lib are needed. I got this error "The type javax.jms.Message cannot be resolved. It is indirectly referenced from required .class files" in the PatientNotifierBroker project. I looked for javax.jms_1.1.2.jar and I had already added this library.
Have someone face similiar problem after imported some project?
Posted
Comments
DemeCarv 9-Jan-13 7:20am    
TorstenH, thank you for answering.
But I didn't understand what you mean by "mark it for export on that 3". And how do I solve this problem? In the .classpath I have correctlly included javax.jms_1.1.2.jar. Actually, it was included by Eclipse when I clicked Quick Fix.

<classpathentry kind="lib" path="C:/Oracle/Middleware/wls1211_dev/modules/javax.jms_1.1.2.jar">
<attributes>
<attribute name="javadoc_location" value="http://docs.oracle.com/javaee/6/api/">


1 solution

mark it for export on that 3. Project property tab. The lib is there, but not part of your build.
That`s why it is indirect referenced.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900