1. Creation of directories |
![]() |
Let us create the module together step by step! First you have to create the directories. Take a look in the directory “src/application/sample”. There are still a module “helloworld”. We want to create a new one called “myworld”. And this is our first action. Create the directory “myworld” in the directory “src/application/sample”. Next you have to create the corresponding sub-directories. In our case “org/resmedicinae/application/sample/myworld”. It seems a little bit confusing, but this step is necessary to associate the code of different modules to their packages. The full path should be "src/application/sample/myworld/org/resmedicinae/application/sample/myworld”.
|
|
Copyright (c) 1999-2002. Dirk Behrendt All rights reserved. GNU FDL license. Last Update: 10.07.2002 |