This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes IDEs, Version Control and other tools and the fly likes How to create a package within a package in MyEclipse Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "How to create a package within a package in MyEclipse" Watch "How to create a package within a package in MyEclipse" New topic
Author

How to create a package within a package in MyEclipse

shukla raghav
Ranch Hand

Joined: Aug 03, 2008
Posts: 184
please tell me how to create a package within a package in myeclipse web project.

This is what i am trying to do but it goes wrong.

1. the name of my web project is TestWeb. I rt-click TestWeb/src and select package from the menu. I name the package com
2. then i select com. I rt-click com and select package again. i name the package example so that package fully qualified name of the package is com.example . but the problem is here it does not create the new package example under com rather it creates this new package also under TestWeb/src i.e. parallel to com

How do i do it. i dont know ???
Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14480
    
    7

Type in the full package name, instead. In other words, don't type in "example", type in "com.example".

Customer surveys are for companies who didn't pay proper attention to begin with.
shukla raghav
Ranch Hand

Joined: Aug 03, 2008
Posts: 184
Thanks
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to create a package within a package in MyEclipse
 
Similar Threads
Creating a Build File for a Web App
Repackaging classes with JBuilder
how to write java web service client
regarding source folder creation in a java project in eclipse IDE
Creating Application Resource with MyEclipse