Possible Duplicate:
Where can I find JavaEE packages' sources?
I downloaded the Java EE 6 with Glassfish server from Oracle's website. Then I created a Java EE project in Eclipse. But I wasn't able to find the source code attachment when I click "Open Declaration" on a Java EE class in Eclipse.
It says "Source not found" for Java EE classes in the class file viewer. I can, however, find the source code for Java SE classes from the installed JDK directory in glassfish3/jdk/src.zip. But for Java EE API, I couldn't find the source code zip file from the downloaded Glassfish JDK directory. Any suggestions?