tags:

views:

289

answers:

1

Actually, I want to integrate spring javadoc with my netbeans IDE. Spring website only provides an HTML version javadoc online, no download link. But Netbeans only accept a jar/zip file or a local folder.

I know I can build it myself from spring source, but would rather not go through the work.

A: 

You need the -with-docs.zip download

http://www.springsource.com/download/community

skaffman