Dennis Kehrig wrote: > What, exactly - Java oder Eclipse? Because I got the same problem > without using Eclipse at all (compiled on Windows, then run on Mac OS > X). Java on Windows does not accept this option, is this a Mac-only thing?
Hi, Dennis. Yes, it's a mac-only thing, because the implementation of Java on Mac is pretty different from the platforms maintained by Sun. Both Eclipse and Qt Jambi require that you use this option when launching the Java runtime. In fact, whenever you start a Java application which uses a different GUI library than Swing on Mac, you will have to pass in the -XstartOnFirstThread option. -- Eskil _______________________________________________ Qt-jambi-interest mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest
