Problems with Java and Cocoa
Problems with Java and Cocoa
- Subject: Problems with Java and Cocoa
- From: Frank Cobia <email@hidden>
- Date: Sat, 30 Jun 2001 09:44:03 -0400
I am writing a cocoa application in Java and have run across a strange
problem and I was wondering if anyone else has seen this.
Every once in a while my application will die with either a signal 10 or
signal 11. So I put in a println statement and the app started
working. Eventually I realized that even putting a blank line in my
source code will make the app work correctly. Is this a compiler bug? a
JVM bug?
Any help would be appreciated as I keep spending a lot of time trying to
fix bugs in my code that don't actually exist.
Frank