Java application packaging questions
Java application packaging questions
- Subject: Java application packaging questions
- From: Joseph Jones <email@hidden>
- Date: Fri, 8 Aug 2003 22:19:31 -0700
Hi all,
I have a small little Java app that I would like to package up and
deliver to my customers. Currently, it depends on 2 other jar files for
code and those need to be set into the /Library/Java/Home/lib/ext
directory for the application to work. I would like to make this as
easy as possible for my customers and not force them to drop to the
command line and do any 'sudo cp' commands to get this working. Is
there anyway for me to set my application up so that, at a minimum, it
can find the jar files in the local directory where the main class file
is?
Thanx,
joe
Joseph Jones
JTech Softworks, Inc. -
http://www.jtechsoftworks.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.