Building a Java EE app on Mac OS X Snow Leopard for Glassfish 3

Posted by Simon on Stack Overflow See other posts from Stack Overflow or by Simon
Published on 2009-12-18T05:23:55Z Indexed on 2010/03/23 18:53 UTC
Read the original article Hit count: 435

Filed under:
|
|
|
|

I'm having a bit of a problem building a Java Enterprise Edition web application on Mac OS X 10.6.2 using Ant 1.7.1, Glassfish v3 and Java EE 6.

The problem is that the build process does not find the Java EE libraries which fair enough as I don't think Apple supply them with the default Java installation but I know they exist in the Glassfish distribution.

Which jars are the correct ones to build against (I'm assuming javaee.jar is a general jar which references all the other needed jars) and what should I be putting in my ant build.xml file?

Any help is very much appreciated.

© Stack Overflow or respective owner

Related posts about java-ee

Related posts about java