Open declaration doesn't work for J2ee program in eclipse juno [message #1064322] |
Tue, 18 June 2013 13:05 |
Eclipse User |
|
|
|
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....
|
|
|
Powered by
FUDForum. Page generated in 0.06324 seconds