I have a question: How to export a project so that it looks like this:
-lib
-res
.exe file
And another one: Which of the IDEs should I use for that? Eclipse, Intellij, NetBeans, else? Should I also use Jarsplice? Thanks!
I have a question: How to export a project so that it looks like this:
-lib
-res
.exe file
And another one: Which of the IDEs should I use for that? Eclipse, Intellij, NetBeans, else? Should I also use Jarsplice? Thanks!
For exporting project personally I use Eclipse with Jarsplice
I don’t know if it is the best way, but it works ¯_(ツ)_/¯
I tried it, but I have 2 things:
Maybe, I should do something else (I don’t understand it so much)?
P.S. In the MANIFEST.MF
file I found next information:
Manifest-Version: 1.0
Main-Class: org.ninjacave.jarsplice.JarSpliceLauncher
Launcher-Main-Class: **********
Launcher-VM-Args: --enable-preview
There is written --enable-preview
, but why I can’t launch it?