{"id":16432435,"url":"https://github.com/sanjoy-sust/java9","last_synced_at":"2026-06-19T05:31:58.622Z","repository":{"id":78027475,"uuid":"123169478","full_name":"sanjoy-sust/java9","owner":"sanjoy-sust","description":"java 9 module practice","archived":false,"fork":false,"pushed_at":"2018-03-07T16:19:13.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-25T14:54:36.137Z","etag":null,"topics":["java","java9","java9module"],"latest_commit_sha":null,"homepage":null,"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/sanjoy-sust.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":"2018-02-27T18:15:55.000Z","updated_at":"2018-02-27T19:14:55.000Z","dependencies_parsed_at":"2023-02-23T22:00:47.361Z","dependency_job_id":null,"html_url":"https://github.com/sanjoy-sust/java9","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sanjoy-sust/java9","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanjoy-sust%2Fjava9","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanjoy-sust%2Fjava9/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanjoy-sust%2Fjava9/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanjoy-sust%2Fjava9/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sanjoy-sust","download_url":"https://codeload.github.com/sanjoy-sust/java9/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sanjoy-sust%2Fjava9/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34519049,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-19T02:00:06.005Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","java9","java9module"],"created_at":"2024-10-11T08:43:26.400Z","updated_at":"2026-06-19T05:31:58.617Z","avatar_url":"https://github.com/sanjoy-sust.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# java9\njava 9 module practice\nTo run this project follow the below process 👍 \n\n1. Clone or download this project\n2. Go to folder java9\n3. Open bash or command prompt\n4. Create directory mods by run command `mkdir ./mods`\n5. Run following command to compile java files to class files \n   `javac --module-source-path ./src -d ./mods $(find src -name '*.java')`\n6. Now class files created inside mods folder. so we need to create mlib folder for jar files. Run following command\n   `mkdir mlib`\n7. Run following command to create jar file\n   `jar --main-class=com.flop.client.WelcomeClient --create --file=mlib/com.flop.client@1.0.jar --module-version=1.1 -C mods/com.flop.coder . -C mods/com.flop.client .`\n8. So jar file will be created at mlib folder\n9. Run jar file using following command \n   `java -jar mlib/com.flop.client@1.0.jar`\n\nThat's All. Thank You.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanjoy-sust%2Fjava9","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsanjoy-sust%2Fjava9","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsanjoy-sust%2Fjava9/lists"}