allows applets to access Native
libraries?
I'm using JDK 1.2.2 RC4
Thanks
Stephane Letz
Grame: Centre National de creation musicale
9, Rue du Garet
69001 Lyon
Tel: 04-72-07-37-00
Fax: 04-72-07-37-01
Web: www.grame.fr
ate function is executed.
Using Java with native threads does not help and the program hangs before
calling this function.
Is there something special related to the use of pthread functions in a C
library called from Java?
Thanks
Stephane Letz
Grame: Centre National de creation musicale
9, Rue du G
On Mon, Jun 07, 1999 at 02:53:40PM +0200, Juergen Kreileder wrote:
> > Stef Epardaud writes:
>
> Stef> the way i used locales is by making it an argument to java,
> Stef> this works fine under jdk1.1 and jdk1.2 pre-v1.
>
> Stef> java -Duser.language=nl localetest
>
> Stef> i