Re: Xcode with .jar file
Re: Xcode with .jar file
- Subject: Re: Xcode with .jar file
- From: Hiro Fujimoto <email@hidden>
- Date: Fri, 19 Dec 2003 08:02:06 +0900
Thank you, everyone.
I was confused a little. To beg your help, I will try explain what I
encounter step by step.
First, I opened project file made with PB by Xcode. As I re-build a
target, I got some
warnings but no errors. One of them is about my Java-bridge-code.
I wrote (and it worked) like ...
id database = [NSClassFromString(@"database name")
newWithSigniture: @"(Ljava/lang/String;Ljava/lang/String;)", param1,
param2];
Compiler said 'The Class might not respond + newWithSigniture: message.
I imported <JavaVM/JavaVM.h> to fix this, then everything seems be all
right. BUT,,,
When I launched my application with debugger (via command+'Y'), the
debugger
window says 'Java Debugger...' not 'GDB' and it stopped reporting fatal
error
'java.lang.ClassNotFoundException'. I cannot understand why not it is
GDB. I think I
never change such option, I don't know where is such options.
So I make newly project with Xcode (and fall in hole of confusion).
Of course I will be very happy if I can use XCode for java in exactly
the same fashion
as PB. Hope your advice.
hiro.
On 2003/12/19, at 0:49, Dmitry Markman wrote:
you're definitely can use XCode for developing any java application
just some features are not implemented yet for Java
bottom line: you can use XCode for java in exactly the same fashion as
PB
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.