I work for a large company (10K people) which 99.9999999% PC.
I have gather support to release our Java product to the mac community. It took about 1 1/2 hours to get our application running under a OSX 10.1. Sounds great right ... only one problem.
Since we are using EJBs and a weblogic server, I had to download some of the files which would normally remain on the server side, to avoid getting a NoClassDef found error. It was apparent that the EJB stubs were not dynamicaly being brought down.
Has anyone else seen this?
Jeff