You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After that, when I test the program, it works fine:
npm run start
Finally, to package it, I followed the Quick Setup Guide to install and run electron-builder.
The packaging process completed successfully, and the program runs, but the program terminates at the point where the JAVA module is executed. I think it's because the packaged electron is not rebuilt to link to java.
What should I do? I need help.
The text was updated successfully, but these errors were encountered:
Hello.
I'm trying to use Java with electron.
So, I installed it on my macOS like this:
And, I rebuilt electron to connect the two:
After that, when I test the program, it works fine:
Finally, to package it, I followed the Quick Setup Guide to install and run electron-builder.
The packaging process completed successfully, and the program runs, but the program terminates at the point where the JAVA module is executed. I think it's because the packaged electron is not rebuilt to link to java.
What should I do? I need help.
The text was updated successfully, but these errors were encountered: