Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: How to Deploy Application With NetBeans 7.2

  1. #1
    Junior Member
    Join Date
    Aug 2013
    Location
    Florida, USA
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default How to Deploy Application With NetBeans 7.2

    I am very new to using Netbeans and JavaFX ....I was looking around the ide as to what is available and was wondering if anyone knew how to build the application so other people can run the app even if they dont have java installed on there machine..I come from a C# background ...I use VS2012 and there is a Package and Development option..so once I was done writing the code I could build the project with all the dependencies the user would need to run the application.....is there an option like this in Netbeans 7.2?

    Thank You
    Inked_in_Java


  2. #2
    Crazy Cat Lady KevinWorkman's Avatar
    Join Date
    Oct 2010
    Location
    Washington, DC
    Posts
    5,424
    My Mood
    Hungover
    Thanks
    144
    Thanked 636 Times in 540 Posts

    Default Re: How to Deploy Application With NetBeans 7.2

    I would maybe set it up as a webstart application which will download the JRE when it's needed, but you can embed the JRE alongside your application as well: java - Embed a JRE in a Windows executable? - Stack Overflow
    Useful links: How to Ask Questions the Smart Way | Use Code Tags | Java Tutorials
    Static Void Games - Play indie games, learn from game tutorials and source code, upload your own games!

Similar Threads

  1. Deploy derby database application
    By Jenny.Palmy in forum JDBC & Databases
    Replies: 0
    Last Post: May 13th, 2012, 12:06 AM
  2. Adding a menu to an application (NetBeans)
    By Alex555 in forum Java Theory & Questions
    Replies: 3
    Last Post: February 12th, 2012, 06:26 AM
  3. NetBeans Desktop Application in Java
    By knightmetal in forum Java IDEs
    Replies: 5
    Last Post: November 9th, 2011, 06:47 AM
  4. importing my application into NetBeans
    By gib65 in forum Java IDEs
    Replies: 3
    Last Post: July 25th, 2011, 01:54 PM
  5. Replies: 0
    Last Post: December 3rd, 2009, 04:43 PM