https://github.com/mastersign/jdkex
Tool for converting a JDK installer into a portable JDK.
https://github.com/mastersign/jdkex
Last synced: 6 months ago
JSON representation
Tool for converting a JDK installer into a portable JDK.
- Host: GitHub
- URL: https://github.com/mastersign/jdkex
- Owner: mastersign
- License: mit
- Created: 2015-10-16T09:15:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-16T09:54:30.000Z (almost 11 years ago)
- Last Synced: 2025-07-25T00:54:56.484Z (about 1 year ago)
- Language: Batchfile
- Size: 105 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# JDKex
_JDKex_ converts a windows installer of the _Oracle JDK_ into a portable standalone folder and ZIP file.
## Prerequisites
An installed version of _7zip_ available as `7z` on the commandline.
## Usage
Call `convert.cmd` with the JDK installer exe file as the only argument.
Alternatively, just drag-and-drop the installer file on `convert.cmd`, which will do exactly the same.
The portable JDK will be stored in the folder `result` as an open folder as a compressed ZIP file.
**Hint:** By default the converted JDK is stripped by the _Apache Derby DB_, the _Java-FX_ source files and the _Mission Control_ tool.