JDeveloper Users, I was wondering if J Developer IDE can group my classes (in the navigator view) based on package names similar to JBuilder. I tried to go and create file>new>Business Component>Packages but it is greyed out from Project and Wrokplace.
I searched the internet for the answer and got it. Here is what i found as answer to package problem! 1. You have to include package statement in your class. 2. In the System Navigator click show categories and you will see the name of packages you have in your application. 3. Click on the package and you will see classes in your packages. 4. Oracle JDeveloper does not have a facility to explicitly create packages. 5. It is your responsibility to put your imported class to the correct folder/directory. JDeveloper does not do this correction for you and assumes that you have copied the class that you want to import to the correct directory structure. Thanks,