Problems with Appletviewer and security

2000-05-12 Thread Stephane Letz
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

Problems with an external library which use pthread

1999-10-28 Thread Stephane Letz
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

Re: user.language property not working on jdk1.2 pre-v2 ?

1999-06-07 Thread Stephane
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