Location of .jar files?
Location of .jar files?
- Subject: Location of .jar files?
- From: Simon Wright <email@hidden>
- Date: Sun, 20 Jan 2002 12:50:12 -0500
I have successfully created a test Cocoa/Java app that utilizes JavaMail
to send an email message. Woo hoo!
However, and this will reveal the shallowness of my grasp of the system,
to do so I installed the required .jar files into
Library/Java/Home/lib/ext
Presumably, this means that anyone to whom I send this app must install
those files.
Is there a way of including the .jar files in my application so that I don'
t have to have a custom install?
TIA.
Simon