On Mar 6, 2009, at 4:26 PM, Q wrote:


I think the problem you are having is that you cannot use -cp and - jar at the same time.


Q is correct.  You want to use something like this (which works for me):

java -cp wo.jar;woinst.jar run

That is "start java with wo and woinst on the class path, and execute the class called run"

Have fun!

John
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to