blob: 2a7d25f89b03f73229f21db533070a3ad686efc9 [file] [log] [blame]
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
//
= DevFaqGeneralWhereIsJavadoc
:jbake-type: wiki
:jbake-tags: wiki, devfaq, needsreview
:jbake-status: published
:keywords: Apache NetBeans wiki DevFaqGeneralWhereIsJavadoc
:description: Apache NetBeans wiki DevFaqGeneralWhereIsJavadoc
:toc: left
:toc-title:
:syntax: true
=== Where can I find Javadoc for the IDE and Platform?
There is no separate set of Javadoc for the NetBeans Platform. However, as the Platform is just a subset of the IDE, the Javadoc for the IDE will apply.
You can link:http://bits.netbeans.org/dev/javadoc/index.html[browse the Javadoc online] (this link always points to the latest development version).
You can also download the Javadoc for a particular NetBeans release:
1. Go to the nightly build download site: link:http://bits.netbeans.org/dev/nightly/[http://bits.netbeans.org/dev/nightly/]
[start=2]
. Click the link for the build you want.
[start=3]
. Add "zip/" to the end of the URL in your browser's address bar and hit enter. In other words, the complete URL might look like this: link:http://bits.netbeans.org/dev/nightly/2010-06-11_00-01-15/zip/[http://bits.netbeans.org/dev/nightly/2010-06-11_00-01-15/zip/]
[start=5]
. There are about a dozen links on that page. The one you want begins with `netbeans-trunk-nightly` and ends with `-javadoc.zip`; click that link to download the Javadoc archive.
Finally, you can go to the update center (*Tools > Plugin Manager*) in the NetBeans IDE and request the *NetBeans API Documentation* module, which bundles Javadoc matching your IDE release. Use *Help > Javadoc References* (*View > Documentation Indices* in NetBeans 5.x) to see the overview pages for API sets currently used by your open projects. The IDE should also automatically display this Javadoc in code completion popups.
<hr/>
Applies to: NetBeans 5.x, 6.x, 7.x
Platforms: all
=== Apache Migration Information
The content in this page was kindly donated by Oracle Corp. to the
Apache Software Foundation.
This page was exported from link:http://wiki.netbeans.org/DevFaqGeneralWhereIsJavadoc[http://wiki.netbeans.org/DevFaqGeneralWhereIsJavadoc] ,
that was last modified by NetBeans user Anebuzelsky
on 2011-12-22T17:26:33Z.
*NOTE:* This document was automatically converted to the AsciiDoc format on 2018-02-07, and needs to be reviewed.