[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.newcomer] Sorting out folder madness
|
- From: laredotornado@xxxxxxxxx (D. Alvarado)
- Date: Thu, 12 Feb 2009 16:05:49 +0000 (UTC)
- Newsgroups: eclipse.newcomer
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
Hi,
I'm using Eclipse 3.4 on WinXP. I created a Java project (named
RoutingEngine), an ejb folder within that, and a src folder within that.
Then I created a Java class. But in my Package Explorer view, what is
displayed is
- RoutingEngine
- ejb
+ src.com.myco.nps.re
where "com.myco.nps.re" is the package containing the Java class. But I
would prefer the folder structure look like
- RoutingEngine
- ejb
- src
+ com.myco.nps.re
How can I break up the "src.com.myco.nps.re"? Thanks, - Dave