Skip to content

Example how to execute function from Java in Electron application.

Notifications You must be signed in to change notification settings

mrVragec/electron-java

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published