Skip to content

Commit

Permalink
Confirming Classpath exception applies to the produced binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaroslav Tulach committed Apr 26, 2021
1 parent bd67768 commit f87ec76
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# About nb-javac!
"nb-javac" is a patched version of OpenJDK "javac", i.e., the Java compiler. This has long been part of NetBeans, providing a highly tuned Java compiler specifically for the Java editor i.e., parsing and lexing for features such as syntax coloring, code completion.

**nb-javac** is a patched version of [OpenJDK](http://openjdk.java.net/) *javac* and
available under the same [license](LICENSE.txt). All of the source files,
and the binaries produced from them, are covered by the "Classpath exception".
**nb-javac** has long been part of [NetBeans](http://netbeans.org),
providing a highly tuned Java compiler
specifically for the Java editor i.e., parsing and lexing for features such
as syntax coloring and code completion.

# Prerequisite
- Git
Expand Down

0 comments on commit f87ec76

Please sign in to comment.