0.0.2 • Published 2 years ago

el-java v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Electron - Java

Basically the same as joeferner/node-java v0.12.2 But with applied fix from Fixes utils.cpp to support electron #532 which is not merged yet to the main repo

Installation

$ npm install el-java

How to Build

Make sure you have the requirement modules: node-gyp and electron-rebuild if not included

Run this in root directory (where your node_modules folder located):

.\node_modules\.bin\electron-rebuild.cmd -v [target-version]

//sample
.\node_modules\.bin\electron-rebuild.cmd -v 17.1.0

Then run this:

node .\node_modules\el-java\postInstall.js

Notes: The command given above is in windows format. For further instruction please read guides from the original repo here joeferner/node-java v0.12.2