K
K
KirillIvanov282015-11-01 18:28:48
Java
KirillIvanov28, 2015-11-01 18:28:48

How to build a java project in netbeans so that it is an exe file with "my icon"?

Sorry for the stupid question...
It is necessary that the "Simple" user can simply open the program

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Evgeny Kornachev, 2015-11-01
@KirillIvanov28

In any IDE (NetBeans, IDEA, Eclipse) you make a jar file, preferably "Runnable Jar". You download the cool Launch4j
program , specify the path to the jar, the path to the icon where to save the exe, and on one of the tabs the minimum version of java. Click collect and voila.

Y
Yuri Yarosh, 2015-11-01
@voidnugget

You can use WinRun4j or similar.
It has nothing to do with netbeans, it can be integrated with maven / gradle etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question