i’m sure this is more likely an eclipse issue but I can’t see any trace of it there, I’m hoping someone here knows what I’m doing stupid:
I want to attach source for javax.servlet stuff (largely so code assist gives me javadoc and meaningful parameter argument names). Firstly it is pretty hard to find the source for the API classes, Sun don’t seem to ship them now. I have found them under jetty in the jboss source installation, but when I “attach source” to the directory above “javax” or try to jar the sources and attach that, nothing happens.
I know I’ve had this working attaching other sources, though I can’t remember what.
Why I’m posting here:
– first if anyone has seen this or knows my problem (apart from late friday night). Does MyEclipse get involved in any way or is this purely eclipse?
– secondly it would be nice if API sources were included with the binary jars in the library sets, so I didn’t have to go trawling around downloading any package that may include sources.