Good Evening,
I'm taking a course on Java programming and I was planning to use Xcode as my IDE. I am a bit worried though about the requirements of the course. Here is a blurb from my course materials:
Please note: all your assignments must be capable of compiling and running directly from the command line without project files (that is, using only .java and .class files). This is to ensure that the tutors can run programs whichever IDE has been used. jGRASP will meet this requirement. Some IDEs like JBuilder (also on the CD with the text) use additional project files, so should be avoided for this course. You are responsible for your learning how to use your IDE. Your tutor cannot support the range of IDEs in the market place.
Does Xcode use additional project files, I'm assuming it does because when I create a new java application I get a bunch of crap in the directory I saved it to...and is there a way to ensure that I get basic command line compiling compatibility?
Thanks in advance for your help,
Chad
I'm taking a course on Java programming and I was planning to use Xcode as my IDE. I am a bit worried though about the requirements of the course. Here is a blurb from my course materials:
Please note: all your assignments must be capable of compiling and running directly from the command line without project files (that is, using only .java and .class files). This is to ensure that the tutors can run programs whichever IDE has been used. jGRASP will meet this requirement. Some IDEs like JBuilder (also on the CD with the text) use additional project files, so should be avoided for this course. You are responsible for your learning how to use your IDE. Your tutor cannot support the range of IDEs in the market place.
Does Xcode use additional project files, I'm assuming it does because when I create a new java application I get a bunch of crap in the directory I saved it to...and is there a way to ensure that I get basic command line compiling compatibility?
Thanks in advance for your help,
Chad