Create a setup file

Hy, can anyone please tell me how to create a setup file in Java
i already have my *.java and *.class files

Nah, I Think he means an installer (Setup.exe)
For this purpose, visit www.zerog.com and download InstallAnywhereNow!. It is freeware, and very useful and easy to set up an installer.
Ciao

Similar Messages

  • Is there any way to create a setup file Like Visual Basic

    Hi,
    I want to create a setup file of all developed foms and reports to install them to desireable location, is there any way to create a setup file in oracle, Like Vb.
    Raza

    I believe there is something from Oracle but it was frustratingly buggy when I used it a few years back and only worked via the Oracle installer.
    Personally, I'd recommend something like Innosetup, which is freeware and a Windows-style installer much like InstallShield etc. so it'll create an executable setup file probably OK if they've already got the Oracle Runtime components installed.

  • How many softwares are there to create a setup file for java programs

    Hi, i am new to java
    I want to know how many softwares are there to create a setup file for java programs.
    I know one software i.e java launcher to create a setup file.
    I want to know about any other softwares are available to create a setup file for java programs.
    I created a setup file for swings program in JCreator.
    And don't think that i am wastiing ur time with this question .
    Help me regarding this topic.
    Thanks in Advance

    superstar wrote:
    I want to know how many softwares are there to create a setup file for java programs.13, no wait, 42.
    I know one software i.e java launcher to create a setup file.You should clearly identify what you think you already know.
    I want to know about any other softwares are available to create a setup file for java programs.
    I created a setup file for swings program in JCreator.Is this the one you talked before, or is this different?
    And don't think that i am wasting ur time with this question .Why should I not think that?

  • How to create the setup file injava

    hi
    am new to java...
    is it possible to create setup file in java like in .net..
    if yes how?

    Hello,
    You can package your application in a jar and make your jar executable.
    Olivier

  • How to create the setup file in java

    hi
    am new to java...
    is it possible to create setup file in java like in .net..
    if yes how?

    i mean our application can be installed in to any other system..
    using .net we can easily generate setup fileThe other people understood what you meant.
    And they suggested that you use one of the free
    installer generator, such as
    http://www.java-source.net/open-source/installer-generators

  • Creating a Setup File in PO8

    I have made a project using oracle PO8 but now i want to make an installation file of this project so that enduser just click on the set up and every required program i.e Oralce 8 and the Project gets install and the project starts functioning.
    A brief and step by step supervision is required on immediate basis...
    thank u

    I could suggest you to find out, first of all, about the silent installation mode in 8.0, you should completely be aware that this release dates back to 98, 10 years ago, and no support can be found. There are very few people who currently has this release and performing a silent install with 8.0, even if this is possible, it is not throughfully documented at the manual reference. But if you want to give it a try, documents can be found at --> http://www.oracle.com/technology/documentation/oracle8.html
    Next, once you have understood the silent install procedure in 8.0 just create a batch file and you may use any regular software installer such as Install Shield, just to name one out of many kind of software installers.
    On the other hand, if you are trying to skip license payment using this so old release or if your software was designed for the 8.0 environment, may be you should consider using Oracle XE, it is more likely you will find documentation and people who know about it, additionally it is free.
    ~ Madrid
    http://hrivera99.blogspot.com

  • How to attach sql database file to creating .exe setup in c#

    I create a Setup file and put data folder, in data folder i put database file , but the problem is i have to mannualy attach database file in sql server 2005. I have to automatically attach database file when installing setup file.

    Hi
    bhagvad,
    Welcome to MSDN Forums!
    We can implement auto attach database just use the connection string following.
    1)      
    Add a folder named ”DB” to the project, and copy the database file into it after you detach it from your sql server.
    2)      
    Change your connection string like this:
        <connectionStrings>
            <add name="WindowsFormsApplication1.Properties.Settings.BabakConnectionString"
                connectionString="Data Source=.;AttachDbFilename=|DataDirectory|\DB\Babak.mdf;Initial Catalog=test;Integrated Security=True"
                providerName="System.Data.SqlClient" />
        </connectionStrings>
    3)      
    After these, the database file will auto attach to the sql server when you run your application, and the database name is “test”, you can open the sql server
    management studio to find it.
    In addition, you can find the connection in the app.config file through the solution explorer in vs2010. And you also can find this file under your project. With
    these information, you can find it and modify it.
    If there’s anything unclear, please feel free to let me know.
    Best wishes,
    Mike
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually
    answer your question. This can be beneficial to the others community members reading the thread.
    when i try this i have an error from the computer. in my computer just microsoft server 2005 installed. and i need to setup my project. 
    <add name="TelekomEthernetApp.Properties.Settings.TelekomEthernetConnectionString" 
           connectionString="Data Source=.;AttachDbFilename=|DataDirectory|\DB\TelekomEthernet.mdf;Initial Catalog=test;Integrated security=true" providerName="System.Data.SqlClient"/>
    what is the problem?
    http://img31.imageshack.us/img31/2305/asdet.png

  • How to create a setup for window form application including the related sql database?

    i have created a simple window form application project that have only 2 form..
    1st one for login in which it'll check the userid n password from database.if both are correct then it will go to 2nd form.
    now i want this project to run in another computer.
    i created a setup file but its showing some error regarding the database instances connection..
    so if anyone can tell me in details how to create the setup file then it'll b a great help..
    thanx in advance..

    Hi,
    Consider the above scenario,I suggest you to use the SQL Server Compact+ ClickOnce Deployment, A Compact SQL database is a file that can be bundled with your application installation. Below is a link guiding you through the creation process of a SQL Compact
    database.
    http://technet.microsoft.com/en-us/library/ms173009.aspx
    The following link discusses setting up the necessary dependencies and prerequisites for SQL Server Compact. (Note, you will need to scroll to the section entitled Private File–Based Deployment.)
    http://msdn.microsoft.com/en-us/library/aa983326(v=VS.100).aspx
    A ClickOnce Deployment can help you publish your application attach compact SQL database into client machine.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to make my java project install in my cient machine using a setup file.

    how can i create a setup file using java, such that when i give the project to my client ,the client simply installs it my double clicking the setup icon.As in the case of windows applications.

    Hi,
    You can make a batch file for this purpose.
    Thanks,
    Mansoor

  • How to make a setup file in java

    I have a softwave writting in java . I want to create a setup file.
    Please help me . thanks

    http://forum.java.sun.com/thread.jsp?forum=54&thread=422117&tstart=0&trange=15
    This should answer 99.9% of your questions. In addition you may want to look into how to create Executable Jar files.

  • Creating setup file for java

    Somebody tell me how to create setup file for the software which is made by using java programming. We can create jar file for that purpose but I want to create setup file or exe file.

    open source
    - izpack (windows, linux, macos) www.izforge.com or org
    - nsis.sf.net (winblows only)
    commercial
    - www.zerog.com 's InstallAnywhere

  • Creating setup file for java project

    hi
    My project has java files, properties files,batch files as well as two jar files,mail.jar & activation.jar(for importing packages).
    I have to include these jar files while setting environment variables.
    Now i want to make setup file for myproject to provide quick launch from desktop ,can anyone pls help me how to include these all files into a single jar file. and how to make setup file
    Pls Help
    Thanks a lot !!!

    JAR files can contain any type of file that you want so you could use the following command:
    jar cf jar-file input-file(s)
    (the c tells jar to create the jar file; the f says the next item is the name of the jar file; the jar-file should be replaced with the name of the jar file; and the input-file(s) should be replaced with the name of the files you want jarred).
    In general, batch files don't do much good bundled inside a jar file. If you really want a way to bundle all of your files and have them installed, then you might want to look into JExpress or one of its competitors. Full disclosure, I work for DeNova (the mfg of JExpress).
    The advantage of an installer over a jar file is that you can distribute your files plus create a native executable to launch your java app, set up an uninstaller, etc.

  • How do I put my jar executables into a cab file to create a setup/install?

    I want to create a setup program for installing my jar executable. I've seen ones that create cab files with a setup.exe program and would like to do the same. Any suggestions?

    Well, JARs generally don't have support files. That's the whole idea. A JAR is designed to be a stand alone application. You don't really need to install it, for that matter. I just thought you might be wanted shortcuts or something.
    Actually, there is some way to install Java programs through Java Web Start, if you want to check that out. I don't know anything about it, though.

  • Create setup file

    Hi,
    How to create setup file in oracle application.
    I was developed number of forms and reports within that we created records.
    I need to create setup file for my application, but i've no idea what type of tools are using.
    regards
    venki

    Ying,
    Sorry for that may be my post was not clearly understanding to you. I'm not talking about that, Maran was reply that is correct.
    Basicaly all kind of application like java, .net, php...,are having such, this kind of
    setup tools. Even though our oracle Apps having these setup tools, for example
    They are provide sample code of Form6idemo. It contain no of forms ,reports, graphics,that are integrated with tables and records.we just click the setup file all table and records are stored our database automatically.
    But i dont've idea about that deployment concept, bcoz i'm very new to oracle and apps
    regards
    venki

  • "Create Auto Server Setup File" no longer exists /doc outdated/

    On http://manuals.info.apple.com/MANUALS/1000/MA1193/en_US/ServerAdmin_v10.6.pdf on 117 page - is written to use Server Admin , to create auto setup. These option not exists.
    How to make settings for server with XML, then to edit it, and to then put it to USB drive during next similar instalations?

    This is how it currently looks Murray
    Thanks again...

Maybe you are looking for

  • Cannot login on boot, can login through chroot

    I have an Arch install and when I boot I get a LightDM webkit greeter I set up. However, every time i try to log in, it says my pasword is incorrect. The same happens when I use TTY2 and I cannot login as my user or as root. However, when I log into

  • Is it possible to have more than one event/project in Imovie at the same time?

    Let me see if I can shorten this. I am working on a project for a review. It's going to take quite awhile and I'm half way through it. However, I need to work on another project, one thats short and I can dish out fairly quickly. My problem is that I

  • Unconfirmed Line items in Sales Orders in TP/VS

    While doing TP/VS process and moving the shipments from C to D status, certain shipments do not move to D status due to the reason that there are unconfirmed line items in the orders and are not converted to deliveries, thus preventing shipment statu

  • Error in democracy library: libgtkembedmoz

    Hi,    I have installed Democracy Player Version: 0.8.5 from AUR but when I run democracyplayer I have error: Traceback (most recent call last):   File "/usr/bin/democracyplayer", line 80, in ?     startapp()   File "/usr/bin/democracyplayer", line 3

  • Work item 000000399133: Object 000000399133 method SENDTASKDESCRIPTION can

    hi experts,                    sometimes frequently i get this kind of wrror after executing my workflow. Work item 000000399133: Object 000000399133 method SENDTASKDESCRIPTION cannot be executed..how to correct this??what might be the problem?