{"id":16686158,"url":"https://github.com/oldratlee/java-compiler-demo","last_synced_at":"2025-03-21T18:33:11.332Z","repository":{"id":7262287,"uuid":"8574675","full_name":"oldratlee/java-compiler-demo","owner":"oldratlee","description":"Demo project of creating dynamic applications with javax.tools.JavaCompiler","archived":false,"fork":false,"pushed_at":"2025-03-03T03:54:21.000Z","size":115,"stargazers_count":13,"open_issues_count":0,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-15T08:04:56.297Z","etag":null,"topics":["classloader","compiler","dynamic-app","dynamic-compiler","java"],"latest_commit_sha":null,"homepage":"https://github.com/oldratlee/java-compiler-demo","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oldratlee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-03-05T07:48:30.000Z","updated_at":"2025-03-03T03:54:17.000Z","dependencies_parsed_at":"2023-12-25T12:55:10.995Z","dependency_job_id":"b587fdca-be0d-40ab-ba01-442d743416cb","html_url":"https://github.com/oldratlee/java-compiler-demo","commit_stats":{"total_commits":29,"total_committers":2,"mean_commits":14.5,"dds":0.4137931034482759,"last_synced_commit":"3b6e27330ad633e470a0a76c47bf658ac8828253"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldratlee%2Fjava-compiler-demo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldratlee%2Fjava-compiler-demo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldratlee%2Fjava-compiler-demo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oldratlee%2Fjava-compiler-demo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oldratlee","download_url":"https://codeload.github.com/oldratlee/java-compiler-demo/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244849379,"owners_count":20520699,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["classloader","compiler","dynamic-app","dynamic-compiler","java"],"created_at":"2024-10-12T15:04:49.513Z","updated_at":"2025-03-21T18:33:10.950Z","avatar_url":"https://github.com/oldratlee.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# java compiler demo [![Github Workflow Build Status](https://img.shields.io/github/actions/workflow/status/oldratlee/java-compiler-demo/ci.yaml?branch=master\u0026logo=github\u0026logoColor=white)](https://github.com/oldratlee/java-compiler-demo/actions/workflows/ci.yaml) [![Java support](https://img.shields.io/badge/Java-8+-green?logo=OpenJDK\u0026logoColor=white)](https://openjdk.java.net/)\r\n\r\nCreating dynamic applications with java compiler(`javax.tools.JavaCompiler`).\r\n\r\n- [`Plotter.java`](src/main/java/examples/plotter/Plotter.java)\r\n  - GUI main application.\r\n- [`CharSequenceCompiler.java`](src/main/java/javaxtools/compiler/CharSequenceCompiler.java)\r\n  - java compiler encapsulation of `javax.tools.JavaCompiler`.\r\n\r\n\r\n\u003e demo code of article [Create dynamic applications with javax.tools](http://www.ibm.com/developerworks/java/library/j-jcomp/index.html).  \r\n\u003e \\# simple chinese version: [使用 javax.tools 创建动态应用程序](http://www.ibm.com/developerworks/cn/java/j-jcomp/)\r\n\r\n## how to run\r\n\r\n```bash\r\n./mvnw install exec:java -Dexec.mainClass=examples.plotter.Plotter\r\n```\r\n\r\n## screenshot\r\n\r\n![image](https://user-images.githubusercontent.com/1063891/179347305-7513c8a4-40b6-4518-a4d2-7cd418b635a9.png)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foldratlee%2Fjava-compiler-demo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foldratlee%2Fjava-compiler-demo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foldratlee%2Fjava-compiler-demo/lists"}