How do I manage a big Java project?
September 18, 2007 8:54 PM Subscribe
How do I manage the source code for a big Java program?
Back in the olden days, I did a lot of programming in Fortran, Pascal and such. More recently I've developed a good general understanding of OOP and now I'm learning Java. I want to write a pretty big program in Java. It'll probably have 100-200 classes.
What development tool(s) should I use? I'm aware that there are things called "CVS", "Eclipse", and "Ant", although I don't have a good understanding of what they are.
I would strongly prefer to work in OS X, but Windows is also an option.
posted by neuron to computers & internet (13 answers total) 4 users marked this as a favorite
Eclipse is an IDE, or Integrated Development Environment. Think Visual Studio.
Ant is like Make, but for Java.
Of course you can work in OSX. Java's cross-platform... write once, debug everywhere!
posted by SpecialK at 9:06 PM on September 18, 2007