The default installation of Mac OS X doesn't include the J2EE classes. However, you can download XCode 1.1 tools from the Apple developer site which includes a tweaked version of
JBoss that runs out of the box on Mac OS X (use the custom install option when you run the installers). JBoss features hot deployment, so all you have to do is drag your ejb jar to the deployment directory, making the deployment tool superfluous. If you run JBoss in a terminal window, you can watch the debugging information as JBoss attempts to deploy your application.
[ March 09, 2004: Message edited by: Cleland Early ]