Frage

Is Netbeans Chrome Extensions Open Source ? If yes then , where to find netbeans chrome extensions source code ?

War es hilfreich?

Lösung

According to the docs on NetBeans Sources:

All the souce code made available on netbeans.org is provided to you under the terms and conditions of Common Development and Distribution License (CDDL) v1.0 and the GNU General Public License (GPL) v2.

The source code for the Netbeans Chrome Extension is indeed part of the sources, so the same licenses apply.

To access the sources, you have the following options:

  1. Download an archived snapshot (ZIP) from the downloads page.
  2. Browse the sources online. E.g.:
    a. The Chrome Extension code can be found here.
    b. The Java classes that implement the integreation can be found there.

  3. Using Mercurial to work with NetBeans Sources in the IDE.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top