Re: Java Bridge dead - internal errors
Re: Java Bridge dead - internal errors
- Subject: Re: Java Bridge dead - internal errors
- From: Ian Pojman <email@hidden>
- Date: Wed, 3 Jul 2002 18:18:01 -0500
I seem to have gotten it working after a lot of playing around. It seems
to die because I had some pretty intensive singleton classes being
statically allocated. probably some kind of overload.
who should I send the source to so this stuff can be fixed?
Ian
On Wednesday, July 3, 2002, at 05:41 PM, Ian Pojman wrote:
Hi all.
I'm having a very troubling issue with the Java Bridge. I've been
working on a Cocoa app w/ Java for the last week or two, and it's been
working fine until today.
Now I'm getting some really weird errors from the bridge.
-------
ObjCJava WARNING:
jobjc_jvm_newObject(): constructor with signature ()V on class
QueryLocator failed (should morph the java exception)
2002-07-03 17:11:35.639 LMatch3[9205] AppKitJava: uncaught exception
OBJCJava_RUNTIME_EXCEPTION ((null))
2002-07-03 17:11:35.673 LMatch3[9205] AppKitJava: exception = (null
description)
2002-07-03 17:11:35.701 LMatch3[9205] AppKitJava: terminating.
LMatch3 has exited with status 1.
----
Needless to say my program is rendered useless.
Can anyone shed some light on this?
I tried changing the class name, cleaning all targets, etc. And this
class has worked just fine for a while, only changes have been a few
minor edits within a certain existing method.
Thanks
- Ian
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.