On 28/10/2005, at 10:58 AM, jerry porter wrote:
I went through the "wizard" steps to create a Java Client app.

Jerry, does the user you're running the application as definitely have permissions to access the file and directory given? This sounds unlikely because most mac users operate as one user for everything, but from what you've described it could be a permissions error (and in unix that's usually one of the first things you check for lots of problems). The easiest way to test is to open up a shell, become that user if you're not already that user, cd to the directory, and then type
  jar tvf your-file.jar

If you are able to do that successfully... it's not a permissions problem. :)

  - C

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

This email sent to archive@mail-archive.com

Reply via email to