Hi,
I cannot answer your questions directed to the porting team, but I would
strongly recommend the 1.1/1.2 JNI model (there are some small
extensions in 1.2). There are two major reasons:
1. libraries using the 1.1 model are to some extend portable between
platforms and should be fully portable between different virtual
machines on the same plattform (unless you rely on MS).
2. Sun has stated that the 1.0 model will fade. So, while jdk 1.2 still
supports it for backward compatibility, the new "hotspot" VM of Sun no
longer supports it.
Matthias Pfisterer
> Hey all,
>
> This is particularly aimed at people in the porting team and others with
> source access.
>
> Does anyone know how AWT performs callbacks? Particularly of interest is
> the API used. Is
> this the JDK 1.0 or JDK 1.1 JNI model being used. I never got the 1.1
> JNI callbacks to work
> but the 1.0 works fine. I am concerned with future support for the 1.0
> JNI model and do
> not want to invest heavily if they are likely to go away soon. Of course
> if they are used
> in the core product then I think I may be safe for a while.
>
> --
> Tony Dean
> Linux: The choice of a GNU Generation!
>
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]