Sunday, July 21, 2013

How to Create Java Package using RAD (Websphere)?

What is Java Package?
A package is a namespace technique for organizing a set of related classes and interfaces.  You might keep HTML pages in one folder, images in another, and scripts or applications in yet another. Java packages can be stored in compressed files called JAR files.

Prerequisite:
1. You should have RAD installed in your machine.
2. WAR module should be created already.
Step 1: Open RAD from your Start button.






Step 2: Select the Workspace.

Step 3: Go to New --> Package.

Step 4: You will get a Pop up window. Provide the Source folder destination and give the package name.
 
Step 5: See the below screen. you have created your package.
 

Great !!! Enjoy

Amit Kumar Roy

No comments:

Post a Comment