Java Cocoa and 3rd Party JARs
Java Cocoa and 3rd Party JARs
- Subject: Java Cocoa and 3rd Party JARs
- From: Matt Warner <email@hidden>
- Date: Sat, 30 Jun 2001 09:49:04 -0700
I'm sure this must have already been asked and answered somewhere,
but I can't seem to find it in the archives or elsewhere on the net.
So, here goes:
I'm working on a "Cocoa-Java Application" type in Project Builder.
The project relies on the mm.mysql JDBC drivers. I have configured a
build script which copies the precompiled JAR file and have verified
that it ends up in the application's Contents/Resources/Java
subdirectory. However, the other examples where I've seen this done
rely on inserting the location of the JAR file into the
MRJApp.properties file, which doesn't seem to exist in a Cocoa-Java
application. Needless to say, when I run the application, I get a
class not found.
So where do I specify the classpath for the application?
TIA,
Matt Warner