java-electron-tutorial icon indicating copy to clipboard operation
java-electron-tutorial copied to clipboard

How to build Java Desktop applications with Electron

Results 7 java-electron-tutorial issues
Sort by recently updated
recently updated
newest added

following the tutorial I wonder you also pack the entire java stuff in a jar with all dependencies and launch it with node-java: https://github.com/joeferner/node-java

Hi. I like this technique and I am trying to implement it in my project but it seems Vaadin 10 doesn't work like that. Any tips or quick fix on...

question

Hi, When following the tutorial to the letter, the application does not work initially. At least not for the first few steps underneath [vaadin ui at the speed of light](https://github.com/cuba-labs/java-electron-tutorial#vaadin-ui-at-the-speed-of-light)...

The tutorial is great and completely worked for me. If I go one step further and bundle a MacOS app with: `electron-packager . `, the generated app can be started...

I have followed the tutorial and gotten to the point where I can launch my application with "npx electron ." This is as far as the tutorial goes, but it...

question

You are missing the 'ready-to-show' hook. Without it, the process starts but the windows will not open since it is never told to do so.

Is there any confirmation on this setup working with Java 9, 10, or 11?