Convert Java program to .exe

title says it all...is there an application that will convert your java programs into executable files?

I'm not sure which is more tiresome: The same question asked over again (after all, this is the NtJT forum), or the increasingly silly logins that forum users feel compelled to create.
Sometimes it's amusing. Occasionally it's necessary, in order to speak your mind on a subject without being flamed or ignored on neutral issues. But to my mind, perhaps it's time that multiple IDs were banned under forum rules, and IP addresses logged to enforce the ban (perhaps on complaint only). Especially when these extra logins are used only to abuse or ridicule members who posted reasonable (if monotonous) questions.
Needless to say, if J-M-B is a new user, I think you've stumbled into the wrong forum. If you wish to partake of sensible discussion, ditch the login, or no-one will ever take you seriously.
Let's keep it sensible and constructive, please.
(IMHO only)

Similar Messages

  • Change the java program in *.exe

    how can i do to change my java program in a .exe file ? This could be useful if the user doesn't have the java runtime environment.

    Hello
    You can use third party softwares like
    PJ2Exe or sumthing like that
    search on google
    Rohan

  • How to convert labview program to .exe file?

    Is it possible to convert VI file into .exe file? How to go about doing it?

    hi
    you simply need to use the application builder - included in LabVIEW professional version or you buy this tool separately.
    Remark: On target machine the Run time engine (for free) has to be installed.
    regards
    wha

  • I wan to converte java prog. to exe file

    hi to all
    i have program in java and i use netbeans 6 ( GUI)
    how can i convert this to exe file ??
    plz help me because i use JAR file but i cant doit
    thanx

    I don't NetBeanz, but it's always best to learn from the command line: http://java.sun.com/docs/books/tutorial/deployment/jar/index.html

  • Convert Java Project to exe file

    Helloz everyone,
    I have completed a java project. Now I have to convert it in exe file for windows.
    Can u please guide me. I can use any third party tool.
    But I want that it can be installed on any computer whenever double clicked and it make a icon. Whenever user click on that icon then it run the application.
    Thanks in advance.
    ViVeK

    Your jar command appears to be incomplete; it should lookk about like this:
    jar cvmf0 manifest_file MyJar.jar MyPackage/MyClass.class MyPackage/MyClass.gif MyPackage/MyClass.txt MyPackage/MyClass.html
    The 'm' in the command represents the manifest file. The 'f' represents the jarfile name. These can be reversed in order, but must be reversed respectively - that is, if the 'f' comes before the 'm', then the MyJar.jar needs to come before the manifest_file.
    The contents of the manifest needs - in the simplest cases - to look like this:
    Line 1. Main-Class: MyPackage.MyClass
    Line 2.
    Note please the Line x. do not appear; however the line 2 must exist and must be empty. IOW, a carrage return must exist at the end of line 1.
    Note too that the MyPackage part is optional. It's there if you have a specifically named package.
    Note lastly that you may not have .gif, .txt, etc files to add to your jarfile.

  • Converting java to an exe file

    Hi
    Is there any way i can convert my java app into an exe file?
    That can be run just by double clicking it?
    Thanks

    Do you see that search box on the left?
    <--- That left!
    We had so many threads about that topic.
    * Search before Posting: Especially if you are in a hurry, you may find that the question has already been asked and answered during the long history of the Forums.
    * Know the basics: Read this FAQ and the basic trails of the Java Tutorial (like Getting Started or Learning the Java Language). If you don't understand the question you are posing, you may not understand the answers.
    * Be thorough and precise: Proofread your question before posting. Describe the steps that you have taken. The more effort you put into researching and describing your problem, the more likely you will get a sincere effort in return.
    * Post a subject line that describes the problem: Experts in your subject may skim right past subject lines like "Urgent" and "Need help ASAP". Use keywords about the technologies instead.
    * Post once and in the right area: Multiple postings are discouraged, because they make the category lists longer and create more email traffic for developers who have placed watches on multiple categories. Because of this, duplicate posts are considered a waste of time and an annoyance to many community members, that is, the people who might help you.
    * Post a problem, not an assignment: Break your assignment down into specific problems that you can ask for help with. Dorm hall lounges may be a better resource if you have a last minute, "urgent" demand for solutions to homework problems.
    * Answer questions as well as asking: You can learn by doing as well as gain respect in the community by being a full participant.
    From the forum FAQ

  • How can Java program convert to .exe file which can run on window system?

    Hi,
    I am a new programmer, now I wrote a program on the Eclipse, and now I want to convert to .exe file and make the program can be run on other window office system PC.
    I had downed EXE4J software to make the program to .exe. BUT the exe file can not be run on other PC with the error message that warning the PC have not set up JVE. IS it necessary to set up JVE?
    OR give me your experience on how to do it?
    Thanks!

    >
    I am a new programmer, now I wrote a program on the Eclipse, and now I want to convert to .exe file and make the program can be run on other window office system PC.>If you only code for Windows, why not use dotNet or C# or whatever system MS is pushing at this instant?
    If you wish to code for computers, Java is good, but it needs a JRE.
    The easiest way to get a Java application up and running on a client PC is to launch it via. webstart, and to use deployJava.js to ensure the minimum Java is on the client PC, ready to use webstart.
    Used this way, you link to a web page where the user clicks a link that downloads and installs the application (and adds extras like splash screens, desktop integration, registration of interest in file types, automatic update..).
    As an aside. The best way to ensure answers is to indicate your interest in solutions, by adding a lot of Duke stars to a thread.

  • JAVA Exe+JAVA Program Scheduling

    I have following 3 subquestions:
    1. How do I convert a .class file to .exe
    2. How do i add my java program to a scheduler so that it runs periodically
    3. How do I make my java program run in background
    Please mail me at [email protected]

    I have following 3 subquestions:
    1. How do I convert a .class file to .exeYou can try for instance InstallAnywhere from ZeroG.
    2. How do i add my java program to a scheduler so that
    it runs periodicallyJust make a batch file including the command to run your application and schedule it to be executed.
    3. How do I make my java program run in background
    It depends on what you mean: if you want to run the application without the visible shell window use javaw.

  • Calling a function in an EXE file from Java Program

    Hi Im having a function which is written in c program.i need to call that function from my java program, if i create a shared library (DLL) for my C code then it works but my requirement is i dont want to create that DLL , like in it would be an executable and my java code should access that function in that C program

    I understand the usage od a DLL but the thing is if i convert the exe to a DLL
    the server doesnt start at all so what i need is that i dont want to change
    that .EXE into a .DLL,let it be an executable. that executable is in running mode
    and through my java program i need to call a function in that EXE file.
    Is ther any way to do it?Nope, but you have another problem: why can't you separate your server program
    into a .dll part and a startup part? Both, when properly linked against each other
    should give you an executable file.
    kind regards,
    Jos

  • Java program file to an exe file

    hi all
    i am a final year student doing project in java environment. in my project i want to convert a java program to an exe file.. i have seen some of the replies from the forum but i am not clear with that..
    i need the steps in detail and the way how to do...?
    thanks in advance

    If you Google, you will find a commercial Java compiler available for 60-day free trial. It provides detailed instructions on how to get started with compiling your code. The 60 days should be enough time for finishing your school work.

  • Is it possible to convert Java to EXE and run this EXE file without any JRE

    hello friends
    I have GCC/GCJ for windows but dont know how to work with it... it creates file with .o extension but i m not able to create .exe from that... i installed mingw for that also .. unsuccessful ...
    tell me the solution for it... i want to generate machine dependent exe from java file...on the web i ve seen that GCC/GCJ is used on linux platform..not cleared properly..
    Again i m writing my question
    Is it possible to convert Java to EXE and run this EXE file without any JRE if yes then how... tell me the procedure to do that...

    Vipul wrote:
    Its software now hardware .... some times u need these things ...anyway do u ve solution for my questionSo what? By creating a native executable you are restricting the program to the OS for which that native executable was made, just like removing the engine from a car restricts driving to downhill only. So like the I said, the principle remains the same, "Why would you want to?"
    I am asking you, truthfully, why do you feel the need to negate the largest advantage of using Java by creating a native executable from it?
    What is your rationale?
    I can pretty much guarantee there is a much better way of achieving your wish without "removing the engine".

  • How to start java.exe from a java program in windows ?

    Hi,
    I did like to know, if its possible to run java.exe from a java program on windows ? The java.exe should be visible from checking the processes that are currently running using the Task Manager on windows.

    Runtime.getRuntime().exec("java Sample");

  • How to run an exe file in a java program

    Hi,
    Can somebody tell me how to run an exe file in a java program.
    Thank you!

    Yes, java.lang.Runtime.exec().
    Read this carefully before you do:
    http://www.javaworld.com/javaworld/jw-12-2000/jw-1229-traps.html
    Don't write a line of code before you're reviewed and understood the article completely. - MOD

  • How do I run an exe file from a java program?

    I need to run an exe program from within a java program.
    what do I need to do this?
    thanks

    See java.lang.Runtime.exec()

  • How to package a java program to an exe, independent of platform

    I am new to programming, I have made a Billing software for a firm. Can any anyone tell me how to make exe of the Java program.
    If u can message me soon than it will be so kind of you.
    Regards,
    RahulDhurve

    You cannot make an exe that is independent of platform.

Maybe you are looking for

  • Photoshop CC 14.1 editing paths on multiple layers disabled?

    Has editing paths on multiple layers with the direct selection tool been disabled in Photoshop CC 14.1? I can't seem to figure out how to do it now, shift- or command-clicking doesn't do anything. In fact, I can't even click to select individual path

  • Connecting Dell monitor to iMac?

    Hello - is it possible to connect (add) my Dell monitor to my iMac (core7)?  I have a mini VGA adatper, but it will only fit into the Thunderbolt port. Do I need to purchase a specific Thunderbolt cable? Thanks for any help in advance -

  • "I received a PDF File via email,I can fill out the text box but I cannot save the file."

    I sent a PDF file to someone via email, they were able to fill out the form but they cannot save the file to send back, I have checked the security properties and there were no restrictions. Do I need to save the PDF a specific way? I have sent it to

  • Stack with combo box. (C#)

    I have a combo (retrieves data from the user defined table) on the Item Master Data form (-150). Now how I can get selected value from it? SAPbouiCOM.SboGuiApi oApi; SAPbouiCOM.Application oApp; SAPbobsCOM.Company vCompany; SAPbouiCOM.Form oForm; SAP

  • Invalid characters in etext

    I am using a fixed position etext template for ACH. I need to add a line at the top called the security record that needs to in the following exact format: ADD ID=BHGUSRF1 BID='NWFACH99999999' (with the 9's representing the bank id) However it errors