Making exe file

Dear sir/madam
I have developed a project and it is working properly, if i give this project to customer then he will have to compile and run on DOS. what should i do that my costomer click on a file placed on desktop and it start working.So please tell me that how can we create an exe file of this project.

Rajsarawat wrote:
jdk1.4 is install in c:\ and my project named "myedit.txt".
how can i make it so that it can be run on a sigle click. please send me procedure.My friend,
- Create a normal text file on windows, right click "new text document".
- inside the text file write java followed by the name of your main class file without the class extension at the end.
e.g. java myedit (if myedit is the name of your main class)
- save the text file
- rename the the file to whatever you want with .bat as extension
e.g. run.bat
good luck

Similar Messages

  • .. Making Exe File of Forms 6i

    Hi..
    I have completed a project and now want to make exe file of the Forms..
    i do not exactly know how to do so..
    it is something like IF RUN 60 command..
    but i m not getting it right ..
    Kindly tell me how to do so..
    Will it be the exe we can insatall anywhere and access the database like we does in VB.. where we do not need to install VB at each machine to run the exe.. files..
    I m in the process of deploying the application now..
    Your support will count alot..
    Thanx alot ..
    Best Regards..

    There is no need to install the Oracle Forms runtime engine, neither your application files (Forms, Reports, etc.) on each client machine.
    You can install the Oracle Forms software on a share file server where each client access the Oracle Forms engine and your application files. In that setup, you still need to configure the client Oracle registry to tell it where to find the files. You would not do that kind of setup on a WAN or slow client connections because it will take ages for the Oracle forms files to download to the client machine.
    You can't create an exe with Oracle forms the same way you would in VB. Oracle Forms is a runtime engine and you need it to run your application.
    The command line for your application will look like:
    If installed on client machine:
    C:\Oracle\forms6i\BIN\ifrun60.EXE <name of your main application form>
    If installed on File server
    F:\Oracle\forms6i\BIN\ifrun60.EXE <name of your main application form>
    The deployment vehicule can be any of
    - You physically go to the workstation and do the installation
    - You provide a Web or server link (or through Microsoft SMS) where they can download and install the application files with instructions (this can be a batch file which will extract and copy all of the required files, Oracle Forms + Application files + update the registry). Don't forget that some Oracle files are installed within the Windows\system folder when you install Oracle Forms from the installation CD and are required to properly run any Oracle Forms application.
    Client-server deployment with Oracle Forms (or other client-server software) is not easy and that's where the Web or something such as Citrix becomes very handy.

  • Making '.exe' file/application using JAVA

    Hi,
    Is it possible to make an application(an exe file) using just Java, just as we in VB.If yes can you please give some idea how can we do that.
    Thanks.....

    To make a java application run from a click on an icon
    you must create a Jar file as I've explained below:
    Create a separate folder and place all the source code programs needed to run the application in it. You just need the ones with the .class extension. You don't need the ones with the .java extension.
    Open up 'Notepad' and type in this line:
         Main-Class: your class that has the main method
    You don't need the .class extension.
    ex. If your main method is in a program called HelloWorld.class
    type in :
    Main-Class: HelloWorld
    Make sure you hit the RETURN key at the end of the line. I forgot to do that which is why I spent four hours trying to get this to work!
    Save this as: manifest.mf
    and put in the same folder as above. Make sure it doesn't save as manifest.mf.txt
         Open MS-DOS.
    CD change to the directory and folder you are in.
    Type this in exactly as I have written:
    jar cvfm0 myprogram.jar manifest.mf *.class
         This should put a Jar file in your folder. Just click on it and it should work.
    Make sure the program doesn't need to take input from a command line, like DOS.
    Otherwise it will do nothing. As long as your program creates a frame, window, button or something, it should work.
         To run the Jar file from DOS(for testing purposes) type:
    java -jar myprogram.jar
         If you get an error stating that it can't find the main method class(like mine did), right click on the 'myprogram.jar' file that was created,
    click on properties, then ZipMagic.
    Open the 'manifest.mf' file and make sure
    that 'Main-Class: yourprogramname' is in there.
         If you followed these directions you should be able to create an executable java file.
    Below I've explained what the commands to create the Jar file mean.     
    jar: means you are creating a java archive file which acts like a ZIP file
    c: means create a new jar file
    v: means verbose which tells DOS to show the action it is doing
    f: means that the files to choose are going to be typed in by a user(you at the Dos prompt)
    m: means to use the manifest file that you specify
    0: means that the file won't be compressed
    To make a JAR file you only need the cfm letters.

  • Problem in making exe file for java application

    helo,
    i tried to make an windows installer packge for my jar file using advance installer. There is one option for including JRE with this package. i included jre package also.otherwise ,the applicaiton will not work in client side,if java is not installed in his system.
    But the problem is after i make the setup including JRE ,the size of the file become 26mb. So,it took long time to download the application.
    What are the essential jav files we have to include while makes the setup for running the application.I included all the JRE folder itself.
    So the size become heavy. Anybody plz help me solve this
    regards
    jithesh

    Hello, I have the same problem, did you solved it?
    Thanks

  • How to make .exe file in java swing

    dear friends;
    i am working on a project. I want to create a setup file so that we can install our software any where on the system and for that I have to make .exe file. pls gide me for making .exe file
    thanks and regards
    shashi_vns007

    prigas wrote:
    Make a .jar which is javas equivalent to .exe.Then for the "..setup file.." offer the end user a JWS *(<- link)* based launch that will offer desktop integration (desktop shortcut and menu item) as well as access to automatic updates and much more. JWS will, of course, also work for Mac and Linux OS's.

  • Error in making an .exe file

    hello..
       i just make a labview file  and tried to make an .exe file..
    i show error..   missing of  file path of an  Icon.. it is in NI Library file..
    Why it is not taking the path from thr..
     it also showing error that.it may be due to the moving or deleting the File..
    Please suggest a Solution to debugg this problem soon..
    TIJU
    Regards
    Tiju Thomas

    TIJU wrote:
    hello..
       it also showing error that.it may be due to the moving or deleting the File..
    Hai,
    Try to collect all the files in a single folder and try to build exe again.
    Hope this helps!
    Mathan
    Don't forget to rate a good answer.

  • Making labview .vi file to exe file

    hi all,
    i am using labview 8.5 professional version. how to made the labview vi file to exe file?

    mic_k86 a écrit:
    i think i have find the way to make the exe file. however, i hv problem with my lvm file. how to make the lvm file can be detected by the exe file (when exe file running will save the data to the lvm file)?
    Right-click the lvm file, then "Open with...", select your .exe application and make it the default application. 
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

  • Making java project .exe file

    how can you make your java project an executable file
    I mean how can people execute a java project like they are executing programs that written in c++(.exe files)
    Thanks

    <--- SEARCH FORUMS

  • Making an .exe file

    Hi,
    i am new to Java...
    One thing I'd really like to know is:
    Can I make a .exe file out of my java files???
    Ralf

    Hi Ralf,
    Generally no, but there are third party products. To see more do a forum search with EXE as search key.
    Phil

  • I need to de-install Foxfire 6 and go back to Foxfire 5 on my Mac to run a picky program that won't run under Foxfire 6. I can't get install software for version 5 to run. It sees it as exe file.

    When I drag the downloaded Foxfire 5 install file to my Applications folder, it shows up as an .exe file. When I double click to run it, I get an error message saying it is not DOS executable.

    In the exact same boat here. Life-long iPhone user. Got a 6 on Tuesday and absolutely hate it to the point where I dread using it. Upgraded from an iPhone 4 I'd had for 4+ years. After making several phone calls, my understanding is that Apple will take it back no problem, within 14 days. My iPhone 4 was out of contract with AT&T but when I bought the 6, I renewed my previous contract for 2 years. My AT&T contract also has a 14 days, cancel for any reason with no early termination fee, clause. I assume your AT&T contract would have the same. But I don't think you need to worry about canceling your contract. Since you still have your iPhone 5, you should be able to bring it to the AT&T store, have them switch the existing contract from the 6 to your old 5 and then you can go return the 6 to the Apple store where you bought it. That's no different than being halfway through a two year contract, your phone is stolen and you have to buy a new one at retail price to replace it on your existing contract. You're essentially just bringing your own device you already paid for (the 5) to the existing AT&T plan.
    I would just caution that assuming you want to keep your phone number, get the service put back on your 5 at AT&T and have them deactivate the 6 before you go return the 6. Or just make sure the Apple store is capable of transferring the service from the 6 back to the 5 while you're there to do the 6 return.

  • In making .ard file what command line argument

    In making .ard file what command line argument  must be kept

    Taken form SAP Business One Development Environment Project.
    .bat file:
    "SAPAddOnRegDataGenFileFolder\AddOnRegDataGen.exe" "YourAddOnInstallXMLFolder\YourAddOnInstall.xml" "1.1" "YourAddOnInstallFolder\YourAddOnInstall.exe" "YourAddOnInstallFolder\YourAddOnInstall.exe" "YourAddOnFolder\YourAddOn.exe"
    .xml file:
    <AddOnInfo partnernmsp="YOU" contdata="Your Name" addonname="YOUR ADD-ON" addongroup="M" esttime="60" instparams="" uncmdarg="/x" partnername="YOU" unesttime="30" />
    Hope it helps.
    D.

  • What application opens Windows .exe files?

    I bought a Samsung SSD 840EVO 500GB for my mid-2010 MacBook Pro but can't start Data dump without a Windows application to run the .exe file to start Data Dump.  Any suggestions?

    .EXE don't run oMacs
    There is an application called Wine that claims to open .exe files, I know nothing about it, and it may screw up your machine. I won't even post a link, you can search it and download at your own risk.
    UNDERSTAND I AM NOT RECOMMENDING THIS APPLICATION!
    Only making you aware of it.

  • Importing .exe files to dreamweaver

    OK im going to make this as clear as i possibly can to stop
    confusing. i am making a site that will have a games section and i
    want people that come onto that site to be able to play those games
    on MY site. i do not know at all how to even get it onto
    dreamweaver or how to import it so it is on there. i no how to do
    it with swfs which is insert > flash. Is it possible to to do
    something that you can do to do this with .exe files. if so how
    step by step. and if not why. Thankyou

    Here's a step-by-step for you.
    1. You cannot do this.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "hawkermay66" <[email protected]> wrote in
    message
    news:e371jj$a15$[email protected]..
    > OK im going to make this as clear as i possibly can to
    stop confusing. i
    > am
    > making a site that will have a games section and i want
    people that come
    > onto
    > that site to be able to play those games on MY site. i
    do not know at all
    > how
    > to even get it onto dreamweaver or how to import it so
    it is on there. i
    > no how
    > to do it with swfs which is insert > flash. Is it
    possible to to do
    > something
    > that you can do to do this with .exe files. if so how
    step by step. and if
    > not
    > why. Thankyou
    >

  • When i download an ".exe" file the only option i'm given is to save; i want to be able to run

    when i want to download an ".exe" file i'm not given the option to run, only save. i want run option.

    I understood the security reasons for not making it a default but didn't see why it should be completely removed, just put warnings on the option if needed.
    re download: yes I realise that at least it's to a temp area that can be cleaned up. All I care about is that I click and it runs, I do not want to worry about saving it, bringing up Windows Explore, finding it and then clicking on it again to run it.
    Thanks a lot for the help, I hope Firefox won't dumb down the products to the lcd. It's tricky to design something that is simple to use but flexible enough to satisfy different requirements if needed but it is worthwhile.

  • How to open an .exe file in flash using AS3.0?

    hi all
    Iam trying to open  an notepad.exe file, when I click a button in flash file. I tryed navigateToURL methoad, it is getting but it is showing some alert with
    " save  -  run  -  cancel "   options, when I click run it will open the notepad. But my requirement is it will not show any alert messages it should open the notepad directly. So, pls help me it is posible in flash with AS3.0 or not. If not, pls tell me is there any alternative for the same.
    thanks in advance
    Santhosh .M

    hello..
       i just made a labview .exe file..i do it by application builder..
    It shows error..   missing of  file path of an  Icon.. it is in NI Library file..
    Why it is not taking the path from there...
     it also showing error that.it may be due to the moving or deleting the File..
    The program is running good before making buid..
    Please suggest a Solution to debugg this problem soon..
    TIJU
    Regards
    Tiju Thomas

Maybe you are looking for

  • Error in MIRO Help Reqd

    I have setup new instance. Created p.o & done MIGO things worked fine. In MIRO typically error is seen in tax code. I have assigned Tax procedure TAXGB to country IN. In Fin Acct in tax on sales & purchases defined new taxcode VX with country option

  • Redirect 302 doesn't work

    I need to do a redirect 302, I made this script but it is doesn't work. I modified a script, I include inside it a redirect 302. Could you tell me what is wrong? .. ... .. Over this script there is othr code. .. .. . IF Request.QueryString("id") = "o

  • DATACOPY from Dynamic Calc Member not working

    Hello, I have a BR to Copy from one Scenario to another. I let the user chose the Scenario via RTP. When they chose a dynamic calc scenario no data is copied. Here is the Rule SET CREATENONMISSINGBLK ON; SET COPYMISSINGBLOCK ON; FIX(Dec, "Daten brutt

  • ITunes off in its own world

    Our iTunes plays about 18 hours a day, every day, but what I saw and heard it doing the other day was interesting. It was playing an apparently never ending series of 3 - 4 second tracks that don't exist in my Library and each track was a single note

  • Authorization for Task - Manual Document Posting

    Hi All   We have have few tasks in our consol monitor like data collection, manual posing, validation, reclass etc. I want to restrict authorizaiton to users based on company and tasks.  When I do so its perfectly working except for manual posting ta