|
-
Open the J2EE perspective, from the File menu, New->Other->Java->Java Component
-
You will see Java component wizard
If this is the first time you are creating a module and you dont have any
project created, create a project by clicking on the "New" button, or if you already have
a project and you want to create the Java component in this project, choose one.
-
Create the Java Component name "Util1"
-
Verify that in the .wtpmodule file of the TestProject
- The workbench module "Util1" exists
-
Build the modules, you will notice .deployables folder created in the projects.
Verify that you see util1 in the .deployables
|