Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ethlo/qjc
An easy-to-use tool allowing for on-the-fly reloading of classes useful for dynamic configuration and scripting.
https://github.com/ethlo/qjc
compilation groovy java on-the-fly
Last synced: about 1 month ago
JSON representation
An easy-to-use tool allowing for on-the-fly reloading of classes useful for dynamic configuration and scripting.
- Host: GitHub
- URL: https://github.com/ethlo/qjc
- Owner: ethlo
- Created: 2020-06-07T12:41:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-09T12:21:19.000Z (11 months ago)
- Last Synced: 2024-10-01T14:59:42.351Z (about 1 month ago)
- Topics: compilation, groovy, java, on-the-fly
- Language: Java
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quick JVM Compiler
[![Maven Central](https://img.shields.io/maven-central/v/com.ethlo.qjc/qjc.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.ethlo.qjc%22)
[![Hex.pm](https://img.shields.io/hexpm/l/plug.svg)](LICENSE)Simple wrapper API for compiling source code and loading new classes to the JVM code on-the-fly.
## Supported languages
* Java 17 +
* Groovy 4 +