Is Eclipse enough to make an EXE using java? -
i'm going study java via book "head first: java".. im going use eclipse, when in 3rd year college, basic java programming, used notepad++ , command prompt compiling.
i know if can make exe using eclipse , java alone. guis? done application in android, code using "button.settext"" things, java application desktop, how can make guis? exes? there other programs use?
i start creating simple pc apps calculator. how can that?
launch4j cross-platform tool wrapping java applications distributed jars in lightweight windows native executables. executable can configured search jre version or use bundled one, , it's possible set runtime options, initial/max heap size. wrapper provides better user experience through application icon, native pre-jre splash screen, custom process name, , java download page in case appropriate jre cannot found.
i launch4j best tool converting java source code(.java) .exe file can bundle jre distribution , exe can iconified. although size of application increases, makes sure application work if user not have jre installed.
Comments
Post a Comment