• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

J Developer.

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Rajul King
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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,
 
ranger
Posts: 17347
11
Mac IntelliJ IDE Spring
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Cool thanks Rajul for posting the answer that you found.
Mark
 
Climb the rope! CLIMB THE ROPE! You too tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic