[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] SWT 3.3M2 on Mac OS X Intel (need help)

Hi all,

 I created a simple Hello World for SWT 3.3M2 on Mac OS X Intel and
created Hello.app with Jar Bundler come with Mac DVD...
but... it run for awhile... then hang... and run... hang... then... crash..

Any ideas ?

This are the setting I used :-

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd";>
<plist version="1.0">
<dict>
<key>CFBundleExecutable</key>
<string>java_swt</string>
<key>CFBundleGetInfoString</key>
<string>ControlExample1.0, Copyright {user} 2004. All rights reserved.</string>
<key>CFBundleIconFile</key>
<string>ControlExample.icns</string>
<key>CFBundleIdentifier</key>
<string>BA Widgets Toolkit for SWT v1.3</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>BA Widgets Toolkit for SWT v1.3</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1.0.1</string>
<key>Java</key>
<dict>
<key>ClassPath</key>
<string>$JAVAROOT/hello.jar:$JAVAROOT/swt.jar</string>
<key>JVMVersion</key>
<string>1.5+</string>
<key>MainClass</key>
<string>Main</string>
<key>VMOptions</key>
<string>-Djava.awt.headless=true -XstartOnFirstThread</string>
</dict>
</dict>
</plist>