問題タブ [exe4j]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
0 に答える
69 参照

install4j - Generate a Windows executable with Install4J and JDK11 works alone

I am migrating my app from JDK 8 to JDK 11. During my development on IntelliJ IDE, I have to add some VM parameters in order to start correctly my app.

Something like :

But when I generate ".exe" with Install4J 7 or Exe4J 7, I don't need to add any "--add-exports" params. It works "alone".

Someone kwows why ? Is it possible that, at the execution, my app will fail because of missiong one of these args ?

Regards.