Create a package and program Use the Create Package and Program wizard. In the Configuration Manager console, go to the Software Library workspace, expand Application Management, and select the Packages node. In the Home tab of the ribbon, in the Create g
Step 2) In next step, save this file as demo.java . Step 3) In this step, we compile the file. The compilation is completed. A class file c1 is created. However, no package is created? Next step has the solution . Step 4) Now we have to create a package,
This forces the compiler to create the "mypack" package. The -d keyword specifies the destination for where to save the class file. You can use any directory name, like c:/user (windows), or, if you want to keep the package within the same direc
Post a Comment:
Showing 0 Comments: