Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Mac port: Status Update

Maurice,

> I would anticipate even more problems with trying to anything on the
> "interesting" on the native side.  Steve Northover wrote a really good
> article on that subject:

Why would using JNI to access an Obj-C class that uses Cocoa be any
different than using JNI to access a C program that uses Win32, Motif or
Carbon for that matter?  Isn't that the way SWT is implemented on Windows
and Linux?

It seems that porting SWT by using JNI calls to Obj-C would actually be
more true to SWT than using the Java Frameworks.  I always thought the
issue was just that there are not very many people that know Obj-C and
could do the port.

Mark







Back to the top