Creating executable with IntelliJ.

How do you create an executable file with IntelliJ?

0
Avatar
Permanently deleted user

If you mean creating a .exe (Windows), binary (Linux) or .app (Mac) file, IDEA
doesn't do this for you. There are many applications which will help you with
this like JSmooth and MRJ tools from Apple.

Antonios wrote:

How do you create an executable file with IntelliJ?

0
Avatar
Permanently deleted user

Does someone knows a tool that is implemented as IDEA plug-in also ?

0
Avatar
Permanently deleted user

lllopo wrote:

>Does someone knows a tool that is implemented as IDEA plug-in also ?

>

I use exe4J - 59$ - to generate exe files, and it works great. You can
use it in standalone mode, or though Ant.


Alain

0
Avatar
Permanently deleted user

I use the same ... and in the same way :-).
So, no plug-in ... yet ?

0

请先登录再写评论。