Here's something I picked up over at
www.omnigroup.com
Seems to be just what you need.
Terry
---------------------------------------------------------------------
Below are the instructions I have and they worked for me.
Ron
> While Project Builder doesn't do this automatically, there is one workaround
> to get you there.
>
> 1) Add a reference to your project that points to the actual utility.jar file
> 2) Open the target and select to the last phase in the Build Phases listing
> 3) Create a new build phase with Project->New Build Phase->New Copy Files
> Build Phase
> 4) Add the utility.jar reference to this pahse and set it up to put the file
> in Resources with a subpath of "Java".
> 5) Open the MRJApp.properties file and append
> ":Contents/Resources/java/utility.jar" to the
> com.apple.mrj.application.classpath property.
>
> Now it should work (I just had to do this for my SimPhysics project). Note
> that you can do this for any number of additional jar files (SimPhysics had 5
> additional jar files to add beyond the normal "app" one) since the Copy Files
> build phase and com.apple.mrj.application.classpath will take multiple file
> references.
>
> Scott Tooker
> Mac OS X Dev Tools