On 28/12/2008, at 3:47 PM, Richard Stephens wrote:
Hey, thanks
That looks like it might do what I want but doesn't seem to be
working.
You shouldn't need to do anything special actually. Whether your
framework is a bundle or a jar... consider these like irrelevant
implementation details
Hey, thanks
That looks like it might do what I want but doesn't seem to be working.
As it is, my code looks like this:
URL modelUrl =
TblUser.class.getClass().getResource("/Resources/ndbmodel.eomodeld");
System.out.println( modelUrl.toString());
Where TblUser is
Hi Richard,
On Fri, Dec 26, 2008 at 5:49 AM, Richard Stephens wrote:
> Hi
> How do I load a model from a referenced framework in a Jar project?
You can try something like this:
URL modelUrl = getClass().getResource("/Resources/YourModel.eomodeld");
EOModelGroup.defaultGroup().a
Hi
How do I load a model from a referenced framework in a Jar project?
--
Regards,
Richard Stephens
Ph: 07 3136 3426
Mob: 0410 111 570
Email: rich...@rjst.com.au
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailin