Re: JNI & _init() function in .so file

2000-02-07 Thread Nathan Meyers
On Mon, Feb 07, 2000 at 10:17:53AM -0600, [EMAIL PROTECTED] wrote: > Q2: After java jni loads a .so file, how can I find the number of links to > the .so file from a command line command and a lib call? I think you're asking: who has the .so open... true? The only way I know to get that info is

Re: JNI & _init() function in .so file

2000-02-07 Thread Paul Mclachlan
At 10:17 02 Feb 2000 -0600, [EMAIL PROTECTED] wrote: > Q1: I was told that when java jni loads .so file, the first function been > called is _init(). Can I use it as a constructor to setup something when > java app loads the .so file? If I put _init() func in .so C source file, > compiler gener

Re: Free MSSQL JDBC driver

2000-02-07 Thread Kristian Soerensen
Hi I looked for production quality JDBC drivers for that RDBMS half a year ago. The best available are those sold by BEA. No freely available drivers exist for MsSQL that can be trusted for real world usage. M$ did not make that RDBMS themself, it's Sybase in disquise. It would be interesting t

occasional SEGVs in 122rc4

2000-02-07 Thread Michael Thome
I'm seeing occasional SEGVs in (blackdown) JDK 1.2.2RC4 (green threads, sunwjit). Question 1: The JCK status page says that sunwjit is implicated in two JCK test segfaults. Is there any detail available on which tests/operations elicit this? I'd like to know what to avoid or even if I'm seeing

Re: BlackDown JDK and Linux on IA64

2000-02-07 Thread Martin Schröder
On 2000-02-07 10:03:13 -0600, [EMAIL PROTECTED] wrote: > Q2: Can we freely distribute BlackDown jre (not jdk) to customers to let > them run our java applications? I think someone may already asked similar > questions before. The jre comes with a file LICENSE. It should tell you everything about

JNI & _init() function in .so file

2000-02-07 Thread Lee_Xing
Hi, Got two questions on JNI and .so file. It would be appreciated if someone could help. Q1: I was told that when java jni loads .so file, the first function been called is _init(). Can I use it as a constructor to setup something when java app loads the .so file? If I put _init() func in .

BlackDown JDK and Linux on IA64

2000-02-07 Thread Lee_Xing
Hi, Got two general questions here. Could someone provide some info? Thank you. Lee === Q1: If the current Balckdown JDK will be compatible with Linux64 and Intel IA64 platform? If not, any plan or info. on this? Q2: Can we freely distribute BlackDown jre (not jdk) to customers to let t

RE: JNI & .so Files

2000-02-07 Thread Lee_Xing
Thanks, Weiqi. Yes it works. Is it for two threads only? Regards, Lee -Original Message- From: Weiqi Gao [mailto:[EMAIL PROTECTED]] Sent: Friday, February 04, 2000 12:57 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: JNI & .so Files [EMAIL PROTECTED] wrote: > > [accessing

Re: Java3D examples

2000-02-07 Thread Zdenek Kabelac
Gerald Quintana wrote: > > Hi, > > I've just installed java3d on my JDK 1.2.2 RC2 (Linux Mandrake 6.x), but > the examples which use texture doesn't work. For example BillBoard, > TextureTest... > > The error message is: > method unknown (eip = 65000a0b) > SIGSEGV 11* segmentation violation

Accesing MySQL through java

2000-02-07 Thread Henrik Krobath Olesen
Hi everybody, I'm having some problems accesing my MySQL sever (version 3.20.32). From a terminal i can log into MySQL with mysql -u root db_name, which works fine. But when I try to Connect to the same database through a Java app, then I get Access Denied errors - why? I use the mmMySQL JDBC dri