Skip to content

Example how to execute function from Java in Electron application.

Notifications You must be signed in to change notification settings

gxbsst/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

Languages

  • JavaScript 53.5%
  • CSS 19.8%
  • Java 18.3%
  • HTML 8.4%