In this section, you will create a VJET type and add methods using code generation actions.
New VJET Type wizard.

In the Name field, type Test as the type name.
Select the checkbox for public void main(String... arguments) method for generating a method stub.

NOTE: If you do not create a VJET package under the source folder, a default package will be provided.
Type vjo.sysout.println("Hello World"); inside the main function.
The picture below shows an example:

Like Step 1 there are also three ways for you to create a VJET package.
New VJET Package wizard.
