Re: Java packages
Re: Java packages
- Subject: Re: Java packages
- From: David Ewing <email@hidden>
- Date: Fri, 12 Dec 2003 10:30:45 -0700
On Dec 10, 2003, at 3:46 PM, Pepijn Van Eeckhoudt wrote:
What is the proper way to work with java packages under xcode? I'm
used to java IDEs such as Idea and Jbuilder where there is a
'new package' option that automatically creates a corresponding folder
in the filesystem. Is there a way to do this with xcode?
No, Xcode doesn't do anything special to help you organize your Java
sources on disk. When you create new source files, you'll need to make
sure you save them in their proper package hierarchy on disk. (This
isn't strictly necessary, but it will make your life _much_ simpler.
Java really likes things that way.)
Dave
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
References: | |
| >Java packages (From: Pepijn Van Eeckhoudt <email@hidden>) |