Creating a new Java class

Use the New Java Class wizard to create a new Java class. There are a number of ways to open this wizard:

  1. Select the container where you want the new class to reside.

  2. Click the New Java Class button in the workbench toolbar.

or

  1. Select the container where you want the new class to reside.

  2. From the container's pop-up menu, select New > Class.

or

  1. Select the container where you want the new class to reside.

  2. From the drop-down menu on the New button in the workbench toolbar, select Class.

or

Click the New button in the workbench toolbar to open the New wizard. In the left pane, select Java, and in the right pane, select Class.

or

Select the container where you want the new class to reside. Then, select from the menu bar File > New > Class.

Related concepts

Java projects

Related tasks

Creating Java elements
Creating a new Java project
Creating a top-level class
Creating a nested class
Creating a class in an existing compilation unit
Setting execution arguments

Related reference

New Java Project wizard
New Source Folder wizard
New Java Package wizard
New Java Class wizard
Java Toolbar actions

Legal notices