{"id":15056202,"url":"https://github.com/romanchekashov/jmail","last_synced_at":"2026-02-07T03:01:48.953Z","repository":{"id":197891972,"uuid":"699532579","full_name":"romanchekashov/jmail","owner":"romanchekashov","description":"JMail - JavaFX desktop app example build with Maven","archived":false,"fork":false,"pushed_at":"2023-10-03T20:40:52.000Z","size":40769,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-24T07:52:16.114Z","etag":null,"topics":["java","java-fx","javafx","maven","openjfx"],"latest_commit_sha":null,"homepage":"","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/romanchekashov.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":"2023-10-02T20:23:58.000Z","updated_at":"2025-04-21T20:18:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"3066a2ff-0571-4155-86ad-96bd7fdbc20c","html_url":"https://github.com/romanchekashov/jmail","commit_stats":null,"previous_names":["romanchekashov/jmail"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/romanchekashov/jmail","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romanchekashov%2Fjmail","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romanchekashov%2Fjmail/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romanchekashov%2Fjmail/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romanchekashov%2Fjmail/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/romanchekashov","download_url":"https://codeload.github.com/romanchekashov/jmail/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/romanchekashov%2Fjmail/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29185112,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T00:44:15.062Z","status":"online","status_checked_at":"2026-02-07T02:00:07.217Z","response_time":63,"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","java-fx","javafx","maven","openjfx"],"created_at":"2024-09-24T21:49:03.866Z","updated_at":"2026-02-07T03:01:48.933Z","avatar_url":"https://github.com/romanchekashov.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JMail - JavaFX desktop app example build with Maven\n\n## Build \u0026 Run\n### Run app\n```shell\nmvn clean javafx:run\n```\n\n### Create executable jar and run it with script\n- [Maven Shade JavaFX runtime components are missing](https://stackoverflow.com/questions/52653836/maven-shade-javafx-runtime-components-are-missing)\n```shell\nmvn clean install\n# chmod +x run-executable-jar.sh\n./run-executable-jar.sh\n```\n\n### Create executables: Win / Linux / Mac\n- [JavaFX, JLink and JPackage](https://dev.to/cherrychain/javafx-jlink-and-jpackage-h9)\n- [Tree FX](https://gitlab.com/lucaguada/treefx/-/tree/openjdk16-jpackage-win)\n- [javafx-maven-plugin](https://github.com/openjfx/javafx-maven-plugin)\n- [jpackage-maven-plugin](https://github.com/petr-panteleyev/jpackage-maven-plugin)\n```shell\nmvn clean compile javafx:jlink jpackage:jpackage\n```\n\n## Debug\n1. Run app in debug mode\n```shell\nmvn clean javafx:run@debug\n```\n2. In intellij idea run Remote debug\n\n## Resources\n### Initial resources\n- [YouTube: Building and Deploying Java Client Desktop Applications with JDK 17 and Beyond](https://www.youtube.com/watch?v=jb7m9dL1iSI)\n- [src code: jmail javafx app](https://cr.openjdk.org/~prr/javaone/2022/)\n\n#### Create JavaFX sample app:\n- [Run HelloWorld using Maven](https://openjfx.io/openjfx-docs/maven)\n- [javafx-maven-archetypes](https://github.com/openjfx/javafx-maven-archetypes)\n```shell\nmvn archetype:generate \\                                                 \n        -DarchetypeGroupId=org.openjfx \\\n        -DarchetypeArtifactId=javafx-archetype-simple \\\n        -DarchetypeVersion=0.0.6 \\\n        -DgroupId=org.example \\\n        -DartifactId=sample \\\n        -Dversion=1.0.0 \\\n        -Djavafx-version=21\n```\n\n- [Download JavaFX](https://gluonhq.com/products/javafx/)\n- [Maven JavaFX](https://central.sonatype.com/artifact/org.openjfx/javafx)\n- [OpenJFX Docs Samples](https://github.com/openjfx/samples/tree/master)\n- [intellij idea: how to debug a java:fx maven project?](https://stackoverflow.com/questions/61340702/intellij-idea-how-to-debug-a-javafx-maven-project)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromanchekashov%2Fjmail","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fromanchekashov%2Fjmail","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fromanchekashov%2Fjmail/lists"}