Possible to use mac os x JDK 1.6 port ( SoyLatte ) to launch eclipse?

Emmanuel Puybaret puybaret at eteks.com
Fri Dec 7 11:33:50 PST 2007


>> My two minute solution (just now) was to drop the SWT JNI libraries
>> in the java.library.path manually. Eclipse seems to be running fine.
>> I couldn't find the original SWT binaries in the eclipse installation
>> tree -- does eclipse extract them from a jar?
>> \
> 
> Tried... still fail

It looks like SWT DLLs are suffixed by .jnilib and SoyLatte wants DLLs that
are suffixed by .dylib.
So I succeeded to make run SWT (but I didn't try Eclipse yet) by downloading
SWT binaries from http://www.eclipse.org/swt/, renaming the .jnilib files to
.dylib in swt.jar, and simply include swt.jar in classpath :-)

BTW, the AWT port based upon SWT is going well : I've got most AWT
components and AWT handlers running.
The big part that's still missing is Canvas and Graphics.

Best regards
-- 
Emmanuel PUYBARET
Email  : puybaret at eteks.com
Web    : http://www.eteks.com






More information about the porters-dev mailing list