{"id":17194463,"url":"https://github.com/storyyeller/jrt-extractor","last_synced_at":"2026-03-02T10:02:47.216Z","repository":{"id":66120607,"uuid":"105456161","full_name":"Storyyeller/jrt-extractor","owner":"Storyyeller","description":"Extract Java 9+ JRT image to a normal Jar","archived":false,"fork":false,"pushed_at":"2017-10-01T16:41:00.000Z","size":6,"stargazers_count":35,"open_issues_count":0,"forks_count":5,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-13T20:13:58.877Z","etag":null,"topics":["java-9"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Storyyeller.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2017-10-01T16:30:45.000Z","updated_at":"2025-03-28T16:36:50.000Z","dependencies_parsed_at":"2023-07-07T00:01:47.501Z","dependency_job_id":null,"html_url":"https://github.com/Storyyeller/jrt-extractor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Storyyeller/jrt-extractor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Storyyeller%2Fjrt-extractor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Storyyeller%2Fjrt-extractor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Storyyeller%2Fjrt-extractor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Storyyeller%2Fjrt-extractor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Storyyeller","download_url":"https://codeload.github.com/Storyyeller/jrt-extractor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Storyyeller%2Fjrt-extractor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29998084,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-02T09:59:02.300Z","status":"ssl_error","status_checked_at":"2026-03-02T09:59:02.001Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["java-9"],"created_at":"2024-10-15T01:47:04.333Z","updated_at":"2026-03-02T10:02:47.198Z","avatar_url":"https://github.com/Storyyeller.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jrt-extractor\nExtract Java 9+ JRT images to a normal Jar\n\nIn previous versions of Java, the standard library was contained in an ordinary jar named rt.jar within the JDK or JRE. However, in Java 9, this was changed to use a custom undocumented format. This tool extracts the new JRT to an ordinary jar file, so it can be used by tools that expect jar files and by non-Java tools.\n\n# Usage\nThis tool is just one class. You can compile and run it as follows, or use the build system of your choice\n\n```\njavac JRTExtractor.java \u0026\u0026 java -ea JRTExtractor\n```\n\n\nThis will produce a file named \"rt.jar\" in the current directory which contains every classfile and module file found. Classfiles appear at paths such as `java/lang/String.class` as before while module files appear in a directory named after the module, such as `java.base/module-info.class`.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstoryyeller%2Fjrt-extractor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstoryyeller%2Fjrt-extractor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstoryyeller%2Fjrt-extractor/lists"}