|
Next: [ANN] Free Online Programming Conference
|
| Author |
Message |
External

Since: Aug 14, 2005 Posts: 3
|
(Msg. 1) Posted: Sun Aug 14, 2005 11:02 pm
Post subject: Java development on OS X; XCode vs The World. Archived from groups: comp>sys>mac>programmer>tools (more info?)
|
|
|
I'm doing some Java development on my OS X machines (Pismo/400/320MB,
Quicksilver/733/1.2GB, both running 10.3.9). XCode ont he Pismo is dog
slow but on the QS is relatively better.
Are there any other alternatives to Java? Does CodeWarrior do it? Has
anybody had experience with other IDEs such as Eclipse?
I'd like to avoid using the Make/vi combo if I can via Terminal.app.
Tks. |
|
| Back to top |
|
 |  |
External

Since: Jul 05, 2005 Posts: 29
|
(Msg. 2) Posted: Fri Aug 19, 2005 1:06 am
Post subject: Re: Java development on OS X; XCode vs The World. [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
pmp wrote:
> I'm doing some Java development on my OS X machines (Pismo/400/320MB,
> Quicksilver/733/1.2GB, both running 10.3.9). XCode ont he Pismo is dog
> slow but on the QS is relatively better.
>
> Are there any other alternatives to Java? Does CodeWarrior do it? Has
> anybody had experience with other IDEs such as Eclipse?
Plenty. Eclipse is terrific: try it.
--T
>
> I'd like to avoid using the Make/vi combo if I can via Terminal.app.
>
> Tks. |
|
| Back to top |
|
 |  |
External

Since: Aug 14, 2005 Posts: 3
|
(Msg. 3) Posted: Fri Aug 19, 2005 10:34 pm
Post subject: Re: Java development on OS X; XCode vs The World. [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
toby <toby.RemoveThis@telegraphics.com.au> wrote:
> pmp wrote:
> > I'm doing some Java development on my OS X machines (Pismo/400/320MB,
> > Quicksilver/733/1.2GB, both running 10.3.9). XCode ont he Pismo is dog
> > slow but on the QS is relatively better.
> >
> > Are there any other alternatives to Java? Does CodeWarrior do it? Has
> > anybody had experience with other IDEs such as Eclipse?
>
> Plenty. Eclipse is terrific: try it.
What machine are you running it on? On my Pismo/400 (320 MB RAM,
10.2.  it was dog slow. I'm sure that is because of my hardware
though.
>
> --T
>
> >
> > I'd like to avoid using the Make/vi combo if I can via Terminal.app.
> >
> > Tks. |
|
| Back to top |
|
 |  |
External

Since: Oct 27, 2005 Posts: 13
|
(Msg. 4) Posted: Mon Aug 22, 2005 2:47 pm
Post subject: Re: Java development on OS X; XCode vs The World. [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
In article <1h1kbt3.1l52ofaw8c4n5N%patrick@tendim.cjb.net>,
patrick DeleteThis @tendim.cjb.net (pmp) wrote:
> toby <toby DeleteThis @telegraphics.com.au> wrote:
>
> > pmp wrote:
> > > I'm doing some Java development on my OS X machines (Pismo/400/320MB,
> > > Quicksilver/733/1.2GB, both running 10.3.9). XCode ont he Pismo is dog
> > > slow but on the QS is relatively better.
> > >
> > > Are there any other alternatives to Java? Does CodeWarrior do it? Has
> > > anybody had experience with other IDEs such as Eclipse?
> >
> > Plenty. Eclipse is terrific: try it.
>
> What machine are you running it on? On my Pismo/400 (320 MB RAM,
> 10.2. it was dog slow. I'm sure that is because of my hardware
> though.
I would bet that RAM was the biggest problem with that hardware. Your
OS was two versions back, and two and a half years is a long time for an
OS. (Especially since they have been revising the JDK fairly steadily.)
That said, low RAM for OS X is a killer, and Eclipse is a RAM hog.
Most of the IDEs, though, are RAM hogs. I put a gigabyte on dev
machines to make Eclipse and IDEA happy.
Scott
--
Scott Ellsworth
scott DeleteThis @alodar.nospam.com
Java and database consulting for the life sciences |
|
| Back to top |
|
 |  |
External

Since: Oct 11, 2005 Posts: 1
|
(Msg. 5) Posted: Tue Oct 11, 2005 6:01 am
Post subject: Re:Java development on OS X; XCode vs The World. [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
With Eclipse - you can certainly bet it's a memory issue... I was on
a Al PowerBook G4/1.5/512MB running 10.3.9... last week I added
another GB to take it up to 1.5GB total... and Eclipse flies
compared to with only 512.
Like the above poster points out Eclipse is a hog... Even on my
Windoze dev box, a GB doesn't hack it with Eclipse... think I'll
need to get another gig for it as well... Nowadays, I wouldn't work
with Java on a system with anything less than 1.5GB if not 2GB... The
IDE's are fat (and for some silly reason all written in Java) and the
JDK, J2EE appservers, and other misc libraries required to do
anything usefull keep getting exponentially bigger with every
release.
> I would bet that RAM was the biggest problem with that hardware. Your
> OS was two versions back, and two and a half years is a long time
> for an
> OS. (Especially since they have been revising the JDK fairly
> steadily.)
> That said, low RAM for OS X is a killer, and Eclipse is a RAM hog.
> Most of the IDEs, though, are RAM hogs. I put a gigabyte on dev
> machines to make Eclipse and IDEA happy.
* posted via http://www.mymac.ws
* please report abuse to http://xinbox.com/mymac |
|
| Back to top |
|
 |  |
External

Since: Jul 05, 2005 Posts: 29
|
(Msg. 6) Posted: Fri Oct 14, 2005 12:44 pm
Post subject: Re: Re:Java development on OS X; XCode vs The World. [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
nsomnac wrote:
> With Eclipse - you can certainly bet it's a memory issue... I was on
> a Al PowerBook G4/1.5/512MB running 10.3.9... last week I added
> another GB to take it up to 1.5GB total... and Eclipse flies
> compared to with only 512.
No problems with Eclipse on this 1GB PowerBook. Linux C/C++ devs run it
ok in 512MB (Gentoo 2.6, JDK 1.4.2).
>
> Like the above poster points out Eclipse is a hog... Even on my
> Windoze dev box, a GB doesn't hack it with Eclipse... think I'll
> need to get another gig for it as well... Nowadays, I wouldn't work
> with Java on a system with anything less than 1.5GB if not 2GB... The
> IDE's are fat (and for some silly reason all written in Java) and the
> JDK, J2EE appservers, and other misc libraries required to do
> anything usefull keep getting exponentially bigger with every
> release.
>
> > I would bet that RAM was the biggest problem with that hardware. Your
>
> > OS was two versions back, and two and a half years is a long time
> > for an
>
> > OS. (Especially since they have been revising the JDK fairly
> > steadily.)
>
> > That said, low RAM for OS X is a killer, and Eclipse is a RAM hog.
>
> > Most of the IDEs, though, are RAM hogs. I put a gigabyte on dev
>
> > machines to make Eclipse and IDEA happy.
>
>
> * posted via http://www.mymac.ws
> * please report abuse to http://xinbox.com/mymac |
|
| Back to top |
|
 |  |
External

Since: Dec 31, 2005 Posts: 11
|
(Msg. 7) Posted: Tue Oct 25, 2005 1:49 pm
Post subject: Re: Java development on OS X; XCode vs The World. [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
|
|
| Back to top |
|
 |  |
| Related Topics: | Xcode Book? - Hello everybody, I would like to learn Xcode, the problem I do not know anaything about programming...yeah I know it sounds strange, but I would like to learn how to do my own stuff, so far I've been simulating things using macromedia director, but I..
Xcode 2.3 Problems - Instead of being cautious like usual, I just went ahead and upgraded my version of Xcode to the new 2.3. Now my debugging is essentially non-existent. I have a dylib project which I debug using a custom executable (a non-Xcode controlled app). After..
XCode - Key command to close all windows? - Hi,
Is there a way to close all open editor windows within xcode 2.x?
(The equivalent of opt-cmd-w that works in most
apps and the Finder)
Thanks
Steve
errors galore in xcode for intel mac - char * _MSL_CDECL strtok2(char * string, const char * control); the above USED to compile flawlessly under codewarrior in my G4 non intel mac. now it doesnt. i have the macbook pro running 10.4.6 and xcode. help.
[XCode] adding a task to the build phase - Hey all, i'd like to add a build phase into my target. in case of build success create a dmg archive of the resulting app and put that in the dist folder of the project. do u have some link about that ? Yvon -- une bévue |
|
You can post new topics in this forum You can reply to topics in this forum You can edit your posts in this forum You can delete your posts in this forum You can vote in polls in this forum
|
|
|
|