Tools for working with Java class files, Java toolchains, and for compiling Java.
npm install @javamodules/javaThis package provides JavaScript logic for working with [Java class files][0], [JARs][1], [Java toolchains][2], and
other general Java stuff.
Part of the _Java Modules_ project; licensed as MIT. Contributions and issues are
[welcome][1].
[0]: https://en.wikipedia.org/wiki/Java_class_file
[1]: https://docs.oracle.com/javase/8/docs/technotes/guides/jar/jarGuide.html
[2]: https://dev.java/learn/jvm/tools/core/javac/