mrVragec / electron-java

Example how to execute function from Java in Electron application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Example how to execute function from Java in Electron application.


Languages

Language:JavaScript 53.5%Language:CSS 19.8%Language:Java 18.3%Language:HTML 8.4%