https://github.com/tidev/appcd-plugin-jdk
JDK service for the Appc Daemon
https://github.com/tidev/appcd-plugin-jdk
npm-package
Last synced: 7 months ago
JSON representation
JDK service for the Appc Daemon
- Host: GitHub
- URL: https://github.com/tidev/appcd-plugin-jdk
- Owner: tidev
- License: other
- Created: 2017-12-07T18:36:09.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T17:13:54.000Z (almost 2 years ago)
- Last Synced: 2025-04-24T04:43:41.493Z (8 months ago)
- Topics: npm-package
- Language: JavaScript
- Homepage:
- Size: 1.79 MB
- Stars: 1
- Watchers: 14
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# @appcd/plugin-jdk
JDK service for the Appc Daemon.
Report issues to [GitHub issues][2]. Official issue tracker in [JIRA][3].
## Info
The `info` service uses [jdklib](https://github.com/appcelerator/jdklib) to detect the installed
JDKs and returns the information.
```js
const { response } = await appcd.call('/jdk/latest/info');
console.log(response);
```
## Legal
This project is open source under the [Apache Public License v2][1] and is developed by
[Axway, Inc](http://www.axway.com/) and the community. Please read the [`LICENSE`][1] file included
in this distribution for more information.
[1]: https://github.com/appcelerator/appcd-plugin-jdk/blob/master/LICENSE
[2]: https://github.com/appcelerator/appcd-plugin-jdk/issues
[3]: https://jira.appcelerator.org/projects/DAEMON/issues