Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 516 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 516 Bytes

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