Skip to content

Commit 80e645b

Browse files
author
Jaroslav Tulach
committed
Confirming Classpath exception applies to the produced binaries
1 parent 722accd commit 80e645b

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# About nb-javac!
2-
"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.
2+
3+
**nb-javac** is a patched version of [OpenJDK](http://openjdk.java.net/) *javac* and
4+
available under the same [license](LICENSE.txt). All of the source files,
5+
and the binaries produced from them, are covered by the "Classpath exception".
6+
**nb-javac** has long been part of [NetBeans](http://netbeans.org),
7+
providing a highly tuned Java compiler
8+
specifically for the Java editor i.e., parsing and lexing for features such
9+
as syntax coloring and code completion.
310

411
# Prerequisite
512
- Git

0 commit comments

Comments
 (0)