Fill in the following values for a non-WTP project and click Next.
Package name. Select an existing package or type a new one. A package name must conform to Java standards for package names, as follows:
Only lowercase letters and numbers are allowed, no other characters.
Package fragments (the sections of package names) are separated by periods.
The first character of a fragment cannot be a number.
Class name. The new Java class in the specified package that is created to hold the generated code.