Re: framework help
Re: framework help
- Subject: Re: framework help
- From: Aaron Tuller <email@hidden>
- Date: Sun, 3 Jun 2001 10:58:22 -0700
actually, none of my questions are answered there. that page says
how to set the classpath for an executable, not a framework. What if
an app that includes the framework also wants to set the classpath,
can I chain it up somehow? and besides that, how can I reference
inside the bundle in the classpath settings?
and i'm still looking for sample framework projects that are fairly simple.
thanks.
-aaron
At 12:08 PM +0200 6/3/01, Andreas Monitzer wrote:
On Sunday, June 3, 2001, at 11:30 , Aaron Tuller wrote:
ok, I'm trying to wrap a Java class as an ObjC framework. first of
all, is that possible? second, I can't find any sample frameworks
(with project files) out there to see how to build them, does
anyone have any good samples? third, I want to include the .jar
file with the Java class in the .framework bundle, how can I set
the classpath to be inside the bundle? fourth, can I include some
kind of executable in my framework that references the framework?
if not, what's the best way to debug a framework?
sorry for the newbie questions, there's barely documentation on the
java bridge and how to deal with it in projects, let alone on how
to create frameworks. thanks for any help you may have.
Most of your questions are answered here:
http://www.cocoadevcentral.com/tutorials/showpage.php?show=00000016.php
andy