Hello, everyone,
I want to start programming in Java. I am running Snow Leopard on an Imac. So far, I got the book "Java Head First" and started to read. Still, coming from Linux/Windows, many things are confusing.
Coffee-Drinker
I want to start programming in Java. I am running Snow Leopard on an Imac. So far, I got the book "Java Head First" and started to read. Still, coming from Linux/Windows, many things are confusing.
- Is the Java SDK already installed in Snow Leopard or do I have to install it manually?
- Where can I get the Java API documentation? I can only find one for Java 1.5 on the Apple Developer Page, not for 1.6.
- I uninstalled XCode completely. Did I remove stuff, I need for Java development?
- I wanted to download Eclipse. But only the classic 64bit Cocoa version seems to work due to Snow Leopard Java 1.6 being 64bit. How can I extend the classic 64bit eclipse version to the Java EE version? Is there a simple way? What plugins do I have to download?
- Is there any other source for the Java environment except Apple itself (like in Windows you download from Sun directly)? Or is OS X itself not the best idea for Java programming?
Coffee-Drinker