Andrew Hart wrote:
I'm trying to bundle up an application that requires some specific
classes be in the boot class path. ...snip...
I have the jar files in the Contents/Resources/Java directory:
vbjorb.jar, vbjapp.jar, and swingall.jar.
Why do you need swingall.jar? Mac OS X already has Swing.
Or is that the jar with the classes you need to force into the boot
classpath?
Can you explain why you need to force classes into the boot classpath,
rather than just using the normal classpath? Boot-classpathing is
generally discouraged, by Sun and others, unless you're doing something
experimental and have to hide or mask existing JRE classes.