user1522327
user1522327

Reputation: 3

Java EE SDK for mac

After spending 3 solid days on this with nothing to be happy about. I'm being freaked out already. I'm a newly in java and just about getting it rolling in java ee...

Please, good people here. I am confused. I am looking for Java EE 6 SDK for mac os x lion 10.7.2 64bits.

I found on oracle's website java ee 6 sdk for unix and windows and no mac... spent tons of time on google and apple's website forums and support but found nothing pertaining to this.

Is it that mac does not need Java EE 6 SDK? or what? I already have netbeans installed and eclipse as well which I've been using during my early beginning stage in java SE.

Can anyone help?

Thanks in advance!

Upvotes: 0

Views: 1692

Answers (2)

Sergei Chicherin
Sergei Chicherin

Reputation: 2050

Mac is the Unix, did you tried shell script they provided?

Upvotes: 1

Java EE is an API, not a complete implementation ( that is provided by your application server where your code is deployed to).

Hence you just need the API jars. This can, however, be avoided if you get the Netbeans+Glassfish bundle, and let Netbeans do the work by choosing an appropriate template when creating a new module.

Upvotes: 1

Related Questions