tags:

views:

20

answers:

1

i am a newbie for mac os. i would like to develop J2EE on MAC os. Where can i find the development environment configuration such as how to install j2ee, the file structure of j2ee, where is j2ee.jar file, classpath.

i have search for some of keywords, but most of them is about tomcat, jboss configuration. Could anyone provide link or keyword of j2ee development environment configuration?

A: 

Well, working with servers like JBoss is basically what J2EE is! If you just want plain old Java, that's J2SE and comes with OSX.

The following link from Apple seems like some official advice, but as you noticed it's mostly talking about JBoss and Jetty.

http://developer.apple.com/internet/java/enterprisejava.html

Greg Harman
Thx for ur reply!So jboss installation will contain all j2ee development enviroment? by the way, the sun provide J2EE installation for mac os, so which one is better?
I don't think there is a "better". JBoss installation will contain JBoss... is that what you need? Install the tools you need to do the job (or learning) that you're trying to accomplish.
Greg Harman