473,396 Members | 2,034 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

how to make java exe file from class files

I want to know how to make exe ie.how to make executable file of java instead of run on cmd.I have made three projects in java for desktop application but I dont have idea of how to make it into application.please give me detail information of that problem.
Dec 19 '12 #1
2 2214
PreethiGowri
126 64KB
All java editors produce a .jar file, which are similar to exe file. you can run a jar file just like a .exe file by double clicking on it.
If in case you want to convert it into .exe then, "Jsmooth" is one of the tool.
Dec 19 '12 #2
zmbd
5,501 Expert Mod 4TB
The point of JAVA is cross platform compatibility. That is to say, if the computer has a JAVA installation then the JAR file should run on that computer.
However, if you really need to have a binary-executable, then you need to find a compiler that supports such a conversion. A search using your favorite search engine should turn up a couple of these… some commercial and a few free/share-ware.
Dec 19 '12 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Hal Vaughan | last post by:
My first Java project has gotten to the point where there are so many .java and .class files that I'd like to keep them separated so I can easily keep files straight. I have my /home/me directory...
2
by: Harold Ensle | last post by:
Has anyone ever had this problem? I have been compiling servlet files, correcting them, recompiling them and seeing the changes on the next URL request. So everything was going smoothly. Suddenly...
3
by: Joseph | last post by:
hi I have 2 questions.. 1) I am a little confused about how i should layout my java files..ie, how it's normally done..i have a heep of classes in one file...mostly JPanel and a button class...
2
by: Markus Dehmann | last post by:
Is there a library that supports Java-like .properties files? I have several settings for each of my classes. So, I want to have a file like this: MainClass.numOfLoops = 3232 # the number of...
14
by: Mick | last post by:
I wrote a C# program that interfaces with a data vendor over the web using an API they supplied and their examples in C#. Now I have another data vendor's API and example that I want to add to...
6
by: napi | last post by:
C to Java Class Files ------------------------------- We are pleased to announce the release of version '1.5.1' of AMPC (Axiomatic Multi-Platform C) C to Java class files compiler suite. It is...
17
by: Sunburned Surveyor | last post by:
I was thinking of a way I could make writing Python Class Files a little less painful. I was considering a Ptyhon script that read a file with a list of property names and method names and then...
3
by: aleplgr | last post by:
Hi! I need to start to work in a medium-size application (500 classes) that some students have been developing for up to 2 years, the first thing I found is that for each .java file there are many...
2
by: jpr | last post by:
I have 2 classes saved as 2 different java files.(eg- class ABC.java & PQR.java) ->ABC.java classABC extends JTextField { ABC(int i) { super(i); ...
19
by: sukatoa | last post by:
I have a class file that instantiates an object from a jar file or simply a class file inside the jar file is used as part of the simple program.... When we use the the jar file in JSP, we...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.