Reputation: 4390
This may be a really stupid question, but I cannot find anything anywhere as all of my searches provide the wrong results.
I am looking for a Java development program on the Mac, think of Visual Studio.NET for Windows. Is there anything that I can get, and where?
I have looked on the Java website but I don't know which download I will need. If anyone can help, that'd be much appreciated!
Upvotes: 1
Views: 6129
Reputation: 8498
There are some good integrated development environments (IDE) for java, which also work on Mac OSx. Which is the best, depends a little bit on you.
Here a short list:
Upvotes: 3
Reputation: 11
Eclipse is the best option for Java development in a Mac, I'm using that for 3 years for develop J2EE, Java Swing and Android applications.
Upvotes: 1
Reputation: 205775
Xcode Developer Tools may already be installed on your system in /Developer
.
Upvotes: 1
Reputation: 2363
Eclipse or NetBeans is what you are going to want. They will have the most similar feel to VS.
Upvotes: 6