Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Open declaration doesn't work for J2ee program in eclipse juno(Open declaration doesn't work for J2ee program but it is working fine for core java program)
icon5.gif  Open declaration doesn't work for J2ee program in eclipse juno [message #1064322] Tue, 18 June 2013 17:05
Babu Pasungily is currently offline Babu PasungilyFriend
Messages: 1
Registered: June 2013
Junior Member

Open declaration doesn't work for J2ee program in eclipse but it is working for java program. I created one servlet program. there is one statement,consider this one.

PrintWriter out=res.getWriter();

when i place the curser over the "getwriter()" to get the information about what is the return type of "getwriter()" method and which class implemetns this method like so. but it does not show the information about "getwriter() method instead it shows one Note .that is

"Note:this element has no attached source and Javadoc couldn't be found in attached Javadoc"

then i select "getwriter()" using mouse and i used 'open declaration' tool but it shows another note ,that is,

SOURCE NOT FOUND
"JAR of class file belongs to container 'glassfish system library' which doesn't allow modification to source attachment on it's entry"


but 'open declaration' working just fine for java programs and i can see all those predefined method declaration and information.

HELP ME FRIENDS....




Previous Topic:Issue with c++ and/or variables
Next Topic:eclipse IDE complie Failed in redHat,but is complie Success in Ubuntu
Goto Forum:
  


Current Time: Thu Apr 25 12:41:00 GMT 2024

Powered by FUDForum. Page generated in 0.02882 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top