unsubscribe

2000-01-23 Thread Lu Dao Hong
 

Garbage collection

2000-01-23 Thread yangyuexiang
Who can tell me how to detect the algorithm used in JVM for garbage collection? Thanks yang -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Free MSSQL JDBC driver

2000-01-23 Thread Mike Christiansen
- www.freetds.org Its free but I don't know how good it is... - www.inetsoftware.de/English/produkte/JDBC2/Default.htm I'm using this one. Its not free, but the demo supports a limited number of connections. Mike Marek Gmyrek wrote: > > Hi, > > is there any free JDBC driver for MS SQL Ser

IBM jdk118

2000-01-23 Thread Marek Gmyrek
Hi, does anybody of you succesively run jdk118 from IBM. I installed it on my systems (RH6.1 and SuSe 6.2) and experienced problems with GUI programs. Somehow `pack' method of Container class gives either null ptr exc. or SIGSEGV. Eg.: import java.awt.*; public class F { public static

Free MSSQL JDBC driver

2000-01-23 Thread Marek Gmyrek
Hi, is there any free JDBC driver for MS SQL Server 7.0. I am looking for a driver with a good national character support. The standard JDBC-ODBC bridge (jdk1.1) does not support national characters at all. Alternatively a one without national character support would do either (I could do the res

Re: JNI and Dead Thread on Linux

2000-01-23 Thread Nathan Meyers
[EMAIL PROTECTED] wrote: > > Q1: There are only two ways to create new threads when use > JNI on Linux (and other OS). > (a) use Thread.start in java code. > (b) let native code create a thread by using pthread_create and > attach the newly-created thread to JVM, so JVM, the multi- >

RE: JNI and Dead Thread on Linux

2000-01-23 Thread Lee_Xing
Hi Nathan: Thank you for the information and sorry for the careless mistake. Based on your book and information posted on the mail list. It seems: Q1: There are only two ways to create new threads when use JNI on Linux (and other OS). (a) use Thread.start in java code. (b) let native c