Hi

It is not easy to fully explain how to do. But, you can try to start by:
- Start NetBeans
- From the menu: File -> New Project
- In the dialog box: Java / Java Application
- Accept default settings and be sure that "Create Main Class" and "Set as Main Project" checkboxes are checked - NetBeans will create the necessary files and display "Main.java" in the editor
- Modify it with a simple Java code, like:

- Here is the text if the picture doesn't display well:

   package javaapplication1;

   /**
    *
    * @author mihai
    */
   public class Main {

       /**
        * @param args the command line arguments
        */
       public static void main(String[] args) {
           // TODO code application logic here
           *System.out.println("Hello Java!");*
       }

   }

   (all you have to type is the highlighted code)
- Run by pressing the big green arrow button on the toolbar or the "F6" key
- The Output view would normally display:

   run:
   *Hello Java!*
   BUILD SUCCESSFUL (total time: 1 second)

Well, I bet it is not the best introduction to Java you ever had, but I hope it will help you to remember how to start.

Hope it helps
mihai


Nelson Rodrigo - LHQ a écrit :

Dear Friends,

I have followed JAVA JSE and J2EE courses, and I had developed some programs well. But in long time I couldn't touch them now totally forget even I can't remember how to start also.

I'm using JBOSS TOMCAT ECLIPS NETBEANS

So please guide me how can I start JSE Programs and also J2EE programs

I have my developed samples JSE & J2EE but I cant remember how run those

I don't know what happened to my mind, how ever please guide me

I want to start again

Thanks

Nelson Rodrigo
Executive -- Software Development
**LOADSTAR (PRIVATE) LIMITED***
*Sri Lanka | Tel: +94 11 483 7914 | Fax: +94 11 224 0892 | Mobile: +94 77 311 6556

P *SAVE PAPER*  - *Please consider our environment before printing *ü

--
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en

--
You received this message because you are subscribed to the Google
Groups "Java EE (J2EE) Programming with Passion!" group.
To post to this group, send email to
java-ee-j2ee-programming-with-passion@googlegroups.com
To unsubscribe from this group, send email to
java-ee-j2ee-programming-with-passion+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/java-ee-j2ee-programming-with-passion?hl=en?hl=en

<<inline: moz-screenshot-5.jpg>>

<<inline: moz-screenshot-6.jpg>>

Reply via email to