Re: Xcode with .jar file
Re: Xcode with .jar file
- Subject: Re: Xcode with .jar file
- From: Hiro Fujimoto <email@hidden>
- Date: Wed, 17 Dec 2003 10:36:36 +0900
Thank you, Dave,
But I set the build window always open. And it didn't any error or
warning throygh a building.
After the last mail send, I tried to create an project newly, and put
files of old one into it all.
Then the stuation had changed a little. I could chatch the cause of
application crash.
My application uses pure java library to access its own database and I
need initialize the DB
with a parameters like following:
id database = [NSClassFromString(@"database name")
newWithSigniture: @"(Ljava/lang/String;Ljava/lang/String;)", param1,
param2];
As I said in last mail, this code work completely on Project Builder
but I found 'database' is
NULL on Xcode.
Is the change about JavaBridge features ? Is the change documented
somewhere?
hiro.
On 2003/12/17, at 1:44, David Ewing wrote:
Hi,
I had been build an application with some pure java libraries (.jar)
on Project Builder.
Of course, it worked correctly.
As I move my project into Xcode, evetything has changed, Building is
complete, No
error message and no warning. But I launch the application with
Debugger, It crashed
with 'ClassNotFoundException'.
I mighit misstake some options abot JavaBridge, Though I cannot found
such options
in 'build setting' on Xcode.
Do you have some suggestion with this?
It's not really possible to tell what might be going on without more
information of what errors you're seeing. The one thing I will mention
though is that Xcode 1.0 didn't put Java error messages or warnings
into the "Errors & Warnings" smart group of the main project window.
To see them, you need to use the separate Build window (which you can
set to show automatically in the preferences). This issue is fixed for
the next release.
_______________________________________________
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.