开发者

install jee6 doc on netbeans

开发者 https://www.devze.com 2022-12-16 14:12 出处:网络
netbeans 6.8 ubuntu 9.10 i am able to build the sample applications, but the doc in the code assistant po开发者_如何学Cpup is missing (when type Ctrl + Space)

netbeans 6.8

ubuntu 9.10

i am able to build the sample applications, but the doc in the code assistant po开发者_如何学Cpup is missing (when type Ctrl + Space)

how to fix this?


For each platform (Version of the JDK, etc) in netbeans, you can specify the location of the JavaDocs

  • Select the Tools-> Java Platforms menu
  • Select the Platform you're interested in
  • In the Javadoc tab, add the zip file or folder with the javadoc files.

The files you want should be in <Netbeans 6.8 install directory>/enterprise6/docs/javaee6-doc-api.zip.

However, if you install the EJB and EAR plugins in the Netbeans Platform these should be setup automatically so perhaps a fresh install is required. (Note: I just added them to my Netbeans install on Karmic and the docs worked.)

0

精彩评论

暂无评论...
验证码 换一张
取 消