electron-java
This is a sample electron application with executing java function for calculating in Java.
#Install & Run
# Clone the repo
git clone https://github.com/mrVragec/electron-java.git
# Go into the repo folder
cd electron-java
# Install dependencies & run the application
npm install && npm start
#Known issues Error: Module version mismatch. Expected XX, got XX.
npm rebuild --runtime=electron --target=1.6.0 --disturl=https://atom.io/download/atom-shell --build-from-source