{"id":19885255,"url":"https://github.com/dinstone/jbp-launcher","last_synced_at":"2026-06-07T18:32:22.168Z","repository":{"id":10444010,"uuid":"12611339","full_name":"dinstone/jbp-launcher","owner":"dinstone","description":"java application launcher","archived":false,"fork":false,"pushed_at":"2017-08-27T06:38:50.000Z","size":48,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-11T18:47:09.280Z","etag":null,"topics":[],"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/dinstone.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}},"created_at":"2013-09-05T06:49:39.000Z","updated_at":"2017-12-06T03:39:48.000Z","dependencies_parsed_at":"2022-07-30T11:48:10.030Z","dependency_job_id":null,"html_url":"https://github.com/dinstone/jbp-launcher","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinstone%2Fjbp-launcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinstone%2Fjbp-launcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinstone%2Fjbp-launcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dinstone%2Fjbp-launcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dinstone","download_url":"https://codeload.github.com/dinstone/jbp-launcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241313179,"owners_count":19942417,"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":[],"created_at":"2024-11-12T17:33:44.707Z","updated_at":"2026-06-07T18:32:22.123Z","avatar_url":"https://github.com/dinstone.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jbp-launcher\n\njava application launcher provides a easy way to start and stop a java application.\n\n## Quick Start\n\n### build\n\n`git clone https://github.com/dinstone/jbp-launcher.git`\n\n`mvn install`\n\n### unzip\n`unzip jbp-launcher-2.3.0.zip`\n\n`cd jbp-launcher-2.3.0`\n\n### develop\nnow you can develop your application activator like this:\n\n```java\n\npublic class FooActivator {\n\nprivate static final Logger LOG = Logger.getLogger(FooActivator.class.getName());\n\npublic void start() {\n    showSystemEnvironment();\n\n    try {\n        Thread.sleep(1000);\n    } catch (InterruptedException e) {\n        e.printStackTrace();\n    }\n}\n\npublic void stop() {\n    try {\n        Thread.sleep(1000);\n    } catch (InterruptedException e) {\n        e.printStackTrace();\n    }\n}\n    \n```\n\n### deploy\nedit launcher.properties file, modify the application.activator:\n\n`application.activator=demo.FooActivator`\n\nrelease your application package to 'lib' dir.\n\n### start \u0026 stop\nexecute the shell:\n\n`sh start.sh`\n\n`sh stop.sh`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdinstone%2Fjbp-launcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdinstone%2Fjbp-launcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdinstone%2Fjbp-launcher/lists"}