Can we create installer for  Java projects ?

when we create any desktop application using swing. Can we create installer for that application that will include all the files, which is required to run that application including data base. Data base is Mysql and in some case it might be MS Access.
We can create the jar files for this and deploy. But other then this ...
Is it possible to create ?? If anybody have idea then plz give me steps how to do this ??
welcome in advance for reply...

MukeshSinghRathaur wrote:
when we create any desktop application using swing. Use [Java Web Start|http://www.java.com/en/download/faq/java_webstart.xml] *(<- link)*
..If anybody have idea then plz give me steps how to do this ??Please take the effort to type all 6 letter of the word 'please'. Also - one '?' indicates a question, whereas 2 or more often indicates a bozo.
Do some research, ask a specific question. These forums are not designed as a 'help-desk' where people will hold your hand and tutor you as to how to do things.

Similar Messages

  • How do I create an installer for my project that allows for variable data entry like a server unc path?

    Hello All,
    I have a questions and a few hours of scouring the internet hasn't brought me much closer to an answer.
    Here's what I want to do. I have created a visual c# wpf application. I want to have an installer that during install time will have a text box or something where I can enter a server path as a string. Basically my application needs to know where to look
    for a server unc path \\server\somesharedfolder that it will be accessing primarily for its work. Secondly, how do I reference said information from within my code.
    I have come across application/user scoped settings, which appears to be what I'm looking for. However I can't find a way to have the installer prompt for a value "Server Path:" __________ that I could type into during installation. So far it appears
    the only way would be to edit the config.deploy file before running the installer, which isn't a big deal but you'd think there'd be an easy way to take in variables during install.
    EDIT: Apparently I can't edit the config.deploy file as I get an error message about the hash not matching.
    Thanks for your help!
    Lance

    Hello,
    The forums I found confusing, didn't know the best place to put this question so I put it here.
    I have found the answer over at stackoverflow and will detail here for anyone who may stumble across the same problem.
    The problem is ClickOnce seemingly doesn't support this feature. Installshield LE either doesn't or does but its incredibly too complicated if all you need is one variable passed to the registry during installation. And it seems the words used for googling
    this particular problem will never lead you to the solution.
    So here's how to do it (we will be first adding the Visual Studio Installer Add-on to restore original installer project functionality):
    1) Inside of visual studio 2013 go to Tools -> Extensions and Updates
    2) On the left-hand side click on Online -> Visual Studio Gallery
    3) In the upper-right search box search for "Visual Studio Installer"
    4) Download the extension labeled "Microsoft Visual Studio Installer Projects"
    5) Install, then open a new project under Templates -> Other Project Templates -> Visual Studio Installer -> Setup Project
    6) Now for the gold. In the solution explorer there are icons in a bar just below its title bar, highlight till you see "User Interface Setup" and open it.
    7) Now you can right click on Start, Progress, End etc any Category heading and hit Add Dialog.
    8) From here for my purposes, I used TextBoxes A
    9) Once you add it, click on it and observe its properties window. You will see Label, Property, and Value. Make a note of the property name as it will be used to store the data directly into the registry. *Note: there appears to be no way to perform data
    validation using the built in textbox dialogs, users can enter whatever they want and move on.
    10) Go to the registry editor on the same icon bar under solution explorer.
    11) Specify your registry folder, make a new value (I used string) and name it whatever you like. In the value section enter the property label formatted as such   [EDITA1]   depending on your value. 
    12) Now when you run the installer for your project, it will take data into that field and place it into the registry provided it has access to that key with the permissions you run the program under.

  • How to create the exe file for java project.

    How to create the exe file for java project.
    am done the project in java swing , i like to create the project in exe format, so any one help for me,
    send the procedure for that.
    thanking u.

    How to create the exe file for java project.Have you ever heard of google? I pasted your exact "question" into a google search:
    http://www.google.com/search?q=How+to+create+the+exe+file+for+java+project.
    and got several useful links.
    Better search terms might yield even better results.
    Sheesh.

  • How to create reports for java programs?

    Hi,
    I have planned to do a project using java,that will help to create reports for java programs. To create reports for java programs i used two options.
    1)Crystal reports
    2)Write the code to produce reports for each java programs
    The second one little cumbersome.SO i planned to develop a software that is compatible for creating java reports.
    I would like to know how i will do the project?Can you help me to made it a successful project.Hope you can help me.
    Expecting your reply
    PreethiRenjith

    Uggg... Crystal reports...
    I would personally write a generic report generator, It would probably be easier than fighting w/
    crystal reports (CR is popular, but painful :) )
    Anyhow, I've written report generators for many different applications. It is one of the simplest projects you
    can take on, and the results make you feel special --
    If your need nicely formated, portable, printable reports, you could have your report generator make PDF files (the format is open, and VERY simple, plus people like pdf files) you can get the pdf spec from adobe or from wotsit.org (the famous wotsit file format archive).
    enjoy!

  • How can i create messenger with java tv API on STB

    deal all.
    how can i create messenger with java tv API on STB.
    how can Xlets communicate each other?
    how?
    i am interested in xlet communications with java tv.
    is it impossible or not?
    help all..

    You can create a messenger-style application using JavaTV fairly easily. JavaTV supports standard java.net, and so any IP-based connection is pretty easy to do. The hard part of the application will be text input, but people have been using cellphone keypads to send SMS messages for long enough that they're familiar with doing this. This doesn't work well for long messages, where you really need a decent keyboard, but for short SMS-type messages it's acceptable.
    The biggest problem that you need to work around is the return channel. Many receivers only have a dial-up connection, ties up the phone line and potentially costs people money if they don't get free local calls. Always-on return channels (e.g. ADSL or cable modem) are still pretty uncommon, so it's something that you nee to think about. Of course, if you do have an always-on connection then this problem just goes away.
    This is really one of those cases that's technically do-able, but the infrastructure may not be there to give users a good experience.
    Steve.

  • "Can't create part for model element: null"

    Hello Colleagues,
    I am developing a Widget using Eclipse. Yesterday I closed the project and today I tried to open it again. For some reason, it seems that the config.xml file is corrupted. When I open the editor, I receive the following error:
    "Can't create part for model element: null"
    I tried to find out where in the xml file is the error, without success.
    Do you have any clue to get it solved?
    If you need some more information, please let me know.
    Thank you very much!
    Rafael

    Hi Rafael,
    What version are you using? I have had similar problems in the past. Worst case I had to recreate the widget and copy the coding across.
    Can you send me the project file, I will understand also if you do not want to, I will try it on my machine.
    Regards
    John

  • Can i create mcx for shut down properly mac when battery is less 5 %

    Hi hello
    Can i create mcx for shut down properly mac when battery is less 5 % ?
    Thanks for your reply

    You can create a mailing list by using the "Groups" feature of Address Book. Simply select "New Group" from the File menu. Name the group, and drag the contacts you need into the group.
    In Mail, open up Preferences (under the Mail menu), and click on "Composing". Then make sure that "When sending to a group, show all member addresses" is unchecked.
    The auto reply is a feature that is better done on your mail server, as you Mac can only send an auto reply when it is on, with the Mail application open. If you use dot Mac, you can set up a vacation responder through the web, and you can leave your computer switched off.
    If you really want to leave your Mac on when you are on holiday, you can set up a mail rule (Preferences, Rules).

  • Can we create routine for PO excise duty should calculate at basic amount

    Dear All,
    can we create routine for Purchase order excise duty should calculate at basic amount not after discounted value.
    actually at per current  scenario  system is calculating excise duty after discount base amount, but
    we want to write a routine/scenario excise duty should calculate at basic value not after discount value.
    Regards
    chandrashekar

    Hi,
    In my opinion you have two alternatives to resolve your problem:
    1. To customize some special solution for this; this can be made by adding a new pricing condition similar with the VAT pricing condition (let's call it ZMWS); this pricing condition should be as absolute value and accepted as manual in the document / pricing procedure
    2. Something similar to your solution (I have used this for some customer) to have in the credit memo two lines, one with VAT and one without VAT; the one without VAT should have a negative price = price from the line with VAT.
    For this second solution I would recommend you to have two different special materials "DUMMY" materials, lets say "DUMMY without VAT" and "DUMMY with VAT"
    BR,
    Valentin

  • How to import an image icon into Web Dynpro for Java project

    Dear Experts,
    I would like to have a "select all" button which has an image of a standard "Select ALL" icon in SAP R/3. Where do I store the icon in my Web Dynpro for Java Project? 
    Any help would be very appreciated.
    regards,
    Shoira

    Hi Shoira!<br>
    <br>
    You have to use the following path:<br>
    <your workspace>\LocalDevelopment\DCs\demo.sap.com\<your UI component>\_comp\src\mimes\Components\<your component><br>
    <br>
    Best regards,<br>
    <br>
    Christoph

  • Can I create books for iPhone using iBooks Author?

    Can I create books for iPhone using iBooks Author?

    There is a new $5 iBooks Creator app in iOS app store for the iPad.
    The output looked pretty good for an iPad app.
    There is a video on how to use it to give you an idea of how easy it is.
    It creates ePub 2 whihc can be read on all platforms with an ePub reader except Amazon Kindle whihc forbids such things.
    You can run the ePub through Calibre and get MOIB for Kindle which works for me.
    I have done thirty or forty conversions so far.

  • Can I create books for the iBookstore for iPad and iPhone using Pages?

    Can I create books for the iBookstore for iPad and iPhone using Pages?

    No problem, Peter. iBooks Author makes a lot of things much easier than trying to grapple with a standard epub, but it also has some big limitations, like iPad only, and ibookstore only.
    EDIT It's not really suitable for something like a novel, for example, although it's great when you need lots of illustrations and movies and such.

  • Printer: can't create PDFDocumentRef for `/private/var/spool/cups/tmp/'

    Just moved from Tiger to leopard 10.5.2
    Using an Hp deskjet 3650 which worked last week in Tiger. Now, no matter what I try to print, I get errors like the following:
    can't create PDFDocumentRef for `/private/var/spool/cups/tmp/480cbc6235144'
    To the best of my knowledge, I installed every possible printer driver from the DVD

    OhhhhKayyy ... I went to http://tinyurl.com/3r8d85
    a ww1.hp.com address ...
    installed /OSXHPInkjetInstaller.dmg
    tried same print and get same failure:
    first I get this:
    /usr/libexec/cups/filter/pstopdffilter failed
    then the topic error named

  • Can't create payment for the invoice created by DI Server

    I can not create payment for my invoice that created by DI Server.  The error -2028 appears. I investigated this issue and found that the OINV.CtlAccount is empty. After I filled it manually, I can create the payment for it. Any suggestions? BTW, the version used is SBO2005B.

    It's resolved by apply the patch. Before that, I create a trigger as the work-around

  • Can I create forecast for captive consumption

    Can I create forecast for captive consumption ( internal business unit ) in APO. If yes how to configure it.

    The business scenario is - For external customers the field executives at different zones are giving forecast and based on capacity availability and other factors we are finalizing the net requirement in DP and we are transferring to R/3. For captive consumption i.e. other business units in the same organization ,STR 's are being created in our BU directly after MRP run in respective business units
    We are unable to measure the forecast variance for our internal customers.
    The advantage is if we add the captive consumption also in DP and if STR 's also consumes from the demand, then we can get forecast hit ratio directly for all.

  • How can I create an installer for my project that can work on 32-bit Windows if I have 64-bit Windows Vista?

    Hi, 
    I made a LabVIEW project that works perfectly and made an installer for it. I tested the installer on my own computer and everything worked well. The goal for my installer was to put it on multiple computers. So I tried to do this on another computer that has Vista 32-bit and it told me that the installer can only run on 64-bit computers. I tried to choose to install run-time 32bit and it did not change anything, there was still a message to tell me that this installer only can be ran on 64-bit computers. How can I make an installer that works on 32-bit computers? 
    Thank you. 
    Solved!
    Go to Solution.

    Langelier wrote:
    Will my project work on 32-bit version even if created on 64-bit version?
    The code will have to recompile, but yes it should work.  I recommend making a backup before proceeding just in case.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

Maybe you are looking for

  • How can i change the color of an entire row of a JTable ?

    Hi all, I have a JTable with 4 columns; I have to change the background color of the rows which have a certain value contained on the fourth column. So, if a row has, on its fourth column, a particular value...this row must change background color. A

  • CS6 too small on Surface 3 device

    I just purchased a Surface 3.  Very happy with the device, but bought it because it touted being able to run Photoshop.  I installed CS6 and the icons are too small to read!  I noticed that Creative Cloud has a new option in Preferences called "Exper

  • Item Master Inventory Question

    In our SAP Business One . I have wrong enable a item as inventory item . Now a outstanding stock in this item . I want disable inventory item in this item, but cannot . Only one choice inactive this item and create new item code ? I want to know wher

  • Retrieve fieldtext with dynamic table.

    Hy everyone , Is it possible to retrieve the long or medium text of a field label in data element using cl_abap_elemdescr or cl_abap_typedescr ? Thank's a lot. !!

  • Working with generics

    Hi everyone, I'm really new to the use of generics. I've worked with them in the Java Collections Frameworks and other framewroks as well. Now I'm working in an application that uses some of them, but I've encountered a problem. Suppose we have a Lis