top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How To Convert .jar File To .exe File ?

+1 vote
403 views
How To Convert .jar File To .exe File ?
posted Mar 18, 2014 by Ashwini Miraj

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

2 Answers

+1 vote
answer Mar 18, 2014 by Sanjay Kumar
0 votes

JSmooth is a Java Executable Wrapper. It creates native Windows launchers (standard .exe) for your java applications. It makes java deployment much smoother and user-friendly, as it is able to find any installed Java VM by itself. When no VM is available, the wrapper can automatically download and install a suitable JVM, or simply display a message or redirect the user to a web site.

JSmooth provides a variety of wrappers for your java application, each of them having their own behaviour: Choose your flavour!

Download: http://jsmooth.sourceforge.net/

answer Mar 18, 2014 by Anand Kalagi
Similar Questions
+3 votes

I want to write a Makefile that compiles. My question here is how to add an external library using Make syntax?

+1 vote

I am using Windows XP os with Eclipse IDE. I write one java program which can able to call Unicode (Telugu) from out side of the program i.e its read from .txt file(.txt file saved under UTF-8 mode). While running this program in IDE I can able to see Unicode. But when I exported it as into Jar file, instead of Unicode I get square boxes. Can any one please tell me how can I get Unicode in Jar file.

0 votes

I am using Windows XP os with Eclipse IDE. I write one java program which can able to call Unicode (in my language) from out side of the program i.e its read from .txt file. While running this program in IDE I can able to see Unicode. But when I exported it as into Jar file, instead of Unicode I get square boxes. Can any one please tell me how can I get Unicode in Jar file.

...