Tuesday, February 5, 2013

Week-1: 1.7 : Sharing your Java Programs

 
You can send your programmes to other people so that they can run them. To do that, you need to create a JAR file (Java Archive). NetBeans can do all this for you. From the Run menu at the top, select Clean and Build Main Project.

When you do, NetBeans saves your work and then creates all the necessary files. It will create a folder called dist and place all the files in there. Have a look in the place where your NetBeans projects are and you'll see the dist folder:

Click for Details

4 comments:

  1. class Sumon
    {
    public static void main (String args[])
    {
    System.out.println("I am Mujaffor Ali Sumon ");
    System.out.println(" Batch- 46th");
    System.out.println(" Department :- CSE");
    System.out.print("Asian Universithy Of Bangladesh\n");
    }
    }

    ReplyDelete
  2. class Sobuj
    {
    public static void main (String args[])
    {
    System.out.println("I am Sobuj this is the 1st program of Java IDE ");
    System.out.print("2nd Line My University Of Asian Universithy Of Bangladesh\n");
    System.out.println("3rd Line My Batch- 46th");
    System.out.println("4th Line My Department :- CSE");
    System.out.println("5th Line My ID 201420656");
    }
    }

    ReplyDelete
  3. package firstproject;
    public class Firstproject {
    public static void main(String[] args) {
    System.out.println("I am Telottama sengupta");
    System.out.println("My batch is 44th");
    System.out.println("My id is 201330237");
    System.out.println("Department CSE");
    System.out.println("Asian University of Bangladesh");
    }

    }

    ReplyDelete
  4. class Rashed Prodhania (Jewel)
    {
    public static void main (String args[])
    {
    System.out.println("I am Jewel this is the 1st program of Java IDE ");
    System.out.print("2nd Line My University Name is Of Asian Universithy Of Bangladesh\n");
    System.out.println("3rd Line My Batch- 46th");
    System.out.println("4th Line My Department :- CSE");
    System.out.println("5th Line My ID 201420763");
    }
    }

    ReplyDelete