简体   繁体   English

适用于mac的Java EE SDK

[英]Java EE SDK for mac

After spending 3 solid days on this with nothing to be happy about. 花了3天的时间,没有什么值得高兴的。 I'm being freaked out already. 我已经吓坏了。 I'm a newly in java and just about getting it rolling in java ee... 我是一个刚接触java的人,只是想让它在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. 我正在寻找适用于mac os x lion 10.7.2 64bits的Java EE 6 SDK。

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. 我在oracle的网站上找到了java ee 6 sdk for unix和windows而且没有mac ...花了很多时间在谷歌和苹果的网站论坛和支持,但没有发现任何与此有关。

Is it that mac does not need Java EE 6 SDK? 是不是mac不需要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. 我已经安装了netbeans和eclipse,我在java SE的早期开始阶段一直在使用它。

Can anyone help? 有人可以帮忙吗?

Thanks in advance! 提前致谢!

Mac是Unix,你尝试过他们提供的shell脚本吗?

Java EE is an API, not a complete implementation ( that is provided by your application server where your code is deployed to). Java EE是一个API,而不是一个完整的实现(由部署代码的应用程序服务器提供)。

Hence you just need the API jars. 因此,您只需要API jar。 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. 但是,如果您获得Netbeans + Glassfish捆绑包,可以避免这种情况,并且在创建新模块时让Netbeans通过选择适当的模板来完成工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM