Results 1 to 3 of 3

Thread: create setup files

  1. #1
    Join Date
    Oct 2010
    Location
    SouthIndia
    Posts
    1

    create setup files

    hai friends!
    Good to meet you all!
    i am new member to this site,
    Now i create a simple project by using java applet, it working well. i dont know how to change this project into software, jest i wants to create a setup file to install this software, can you please help me friends..,
    RAJ

  2. #2
    Join Date
    Oct 2008
    Posts
    951

    Re: create setup files

    You need to use Openbox customization, it is interesting to know the existence of Openbox configuration files, which are three in number. Qu'Openbox may not have created the configuration files for your user. To verify this, type:
    Code:
     Console - Select
    $ Ls ~ / .config / openbox /
    If you see a line containing the three files autostart.sh, menu.xml rc.xml and you can move on. Otherwise, type this command that will copy the configuration files present in the basic / etc / xdg / openbox /in ~ / .config / openbox / (this directory is created automatically):
    Code:
    Console - Select
    
    $ Cp-r / etc / xdg / openbox ~ / .config / openbox /
    The configuration files are created Openbox.

  3. #3
    johntoyhurry Guest

    Re: create setup files

    Every JAVA program applet requires you to have at least one class. You are not required to included all of these in your class, only include the ones you need. You will need to have at least one of them. After this you should do following program and then you can create the set up file of JAVA program.

    import javax.swing;

    public class Bouncy extends JApplet
    {
    //the code for your applet goes here
    }

Similar Threads

  1. Replies: 1
    Last Post: 25-09-2012, 06:37 PM
  2. Replies: 4
    Last Post: 08-05-2012, 05:58 PM
  3. Replies: 7
    Last Post: 04-05-2012, 12:37 PM
  4. how to create the setup project in vb.net2008
    By dotnetproject in forum Windows Software
    Replies: 1
    Last Post: 12-08-2011, 12:08 PM
  5. How to create setup file
    By Remedy in forum Software Development
    Replies: 5
    Last Post: 15-01-2010, 11:42 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,452,745.49755 seconds with 16 queries