Skip to main content



      Home
Home » Newcomers » Newcomers » Sorting out folder madness
Sorting out folder madness [message #268516] Thu, 12 February 2009 11:05 Go to next message
Eclipse UserFriend
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
Re: Sorting out folder madness [message #268527 is a reply to message #268516] Fri, 13 February 2009 03:33 Go to previous message
Eclipse UserFriend
D. Alvarado wrote:
> 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"?
Open the Package Explorer. Select the 'src' folder and then from the
context menu: Build Path > Use as Source Folder. In addition, you can
remove 'ejb' if it is not a source folder via Build Path > Remove from
Build Path.

Dani
> Thanks, - Dave
>
>
Previous Topic:pathname case changed
Next Topic:"no socket available" junit error
Goto Forum:
  


Current Time: Fri Nov 07 10:55:08 EST 2025

Powered by FUDForum. Page generated in 0.08773 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top