Problem with QAPI and eclipse in Mac OsX
I have been using a Mac with Intel CPU for some days. I installed Eclipse and tried to work on some QAPI projects developed in Windows.
I have checked the Eclipse configuration and it corresponds exactly to what I had in windows.
When I Run | Debug my QAPI project, the console shows the following messages:
2007-02-08 11:56:07.945 java[256] [Java CocoaComponent compatibility mode]: Enabled
2007-02-08 11:56:07.945 java[256] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.100000
then Quantrix is launched and Quantrix splash screen is shown. The Quantrix application hangs on the splash screen (I have to stop debugging in order to clear the splash screen).
I also encounter runtime errors when trying to use my plugins containing user-defined functions that worked under Windows. I am using the latest patch release of Quantrix 2.2
Is there some compatibility issue with Mac-Intel?
Thanks
Luca
Sorry, but the problem seems to persist with Quantrix 3.5 and Eclipse 3.5 (Galileo) on a Mac with OS X 10.5.
I followed Brian’s directions, the Program Arguments tetxtarea in the Arguments tab is clean, still when I launch run or debug from Eclipse a loops start. Here is the console trace:
2009-08-15 19:47:33.403 java[356:10b] [Java CocoaComponent compatibility mode]: Enabled
2009-08-15 19:47:33.404 java[356:10b] [Java CocoaComponent compatibility mode]: Setting timeout for SWT to 0.100000
2009-08-15 19:47:38.924 java[356:f203] *** -[NSConditionLock unlock]: lock (<NSConditionLock: 0x13d725d40> ‘(null)’) unlocked when not locked
2009-08-15 19:47:38.951 java[356:f203] *** Break on _NSLockError() to debug.
(etc. etc.)