Re: Standalone Cocoa EOF Application Deployment
Re: Standalone Cocoa EOF Application Deployment
- Subject: Re: Standalone Cocoa EOF Application Deployment
- From: Ricardo Strausz <email@hidden>
- Date: Thu, 30 Jun 2005 10:51:20 -0500
Hola Doug!
On Jun 28, 2005, at 9:06 AM, email@hidden
wrote:
Message: 14
Date: Tue, 28 Jun 2005 22:14:55 +1000 (EST)
From: email@hidden
Subject: Standalone Cocoa EOF Application Deployment
To: email@hidden
Message-ID:
<email@hidden>
Content-Type: text/plain;charset=iso-8859-1
I am evaluating EOF for a project that involves multiple users
connecting
to a central database.
Good ;^)
I have created a Cocoa EOF application using XCode 2.1 and Tiger,
and this
runs perfectly on the development Mac. However, if I copy the
application
to another Mac (which does not have the WebObjects development tools
installed), my Cocoa EOF application does not run, and the
following error
is printed to the console:
Link (dyld) error:
Library not loaded:
/System/Library/Frameworks/JavaEOCocoa.framework/Versions/A/
JavaEOCocoa
This means precisely that the framework is not installed...
it is definitely needed. Basically the system needs the EOInitializer.
Had you tried to import such a framework into your project?
Remember that, even-though Cocoa/EOF is not supported, you may need
to get a licence for deploy it; see http://developer.apple.com/
softwarelicensing/agreements/cocoa.html
however for "in-house" proves, you can install the Deployment.pkg
(instead of the Developer.pkg) in your "client" machines.
(you are not supposed to install only parts of WO, but to install it
as a hole, however, it is possible ;^)
I have tried removing the JavaEOCocoa framework from the project,
but this
results in another error (unable to unarchive EODisplayGroup).
Merging
the framework .jar files into the build target does not help.
The system is not searching for the .jar part of the framework (the
Java side) which is a bit more deep in that path, but for the binary
(the Cocoa side).
How do I make my application standalone so that it does not require
the
WebObjects tools to run?
Try to import ALL the framework, as if you had written it.
Suerte!
Dino
Thanks,
Doug
--
Ricardo Strausz
email@hidden
Business Applied C Objects
恐龍 駝鳥
+5255 5437 8205
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden