framework help
framework help
- Subject: framework help
- From: Aaron Tuller <email@hidden>
- Date: Sun, 3 Jun 2001 02:30:17 -0700
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.
-aaron