Now, we already created a package in eclipse. We want to create a class.

This gallery shows the two steps.

For a little explanation look at the following Images + Text (1-2):

  1. Now, create a package. First press the right mouse button and go to “New” and “Class”.

java class

 

2. Give the source folder a name in our case “C”. And press “finish”.

java class

 

Now we are ready to code. Check the standard “spinal cord” of the program in order to write your first program: “Hello World