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: Terrible native thread performance

2000-01-22 Thread Marek Gmyrek
On Fri, 21 Jan 2000, Nathan Meyers wrote: -->> By 'background' I meant a Java Frame (Window). So, eg. I have the main -->> frame of my aplication an a dialog box. Moving dialog makes the main -->> frame repaint itself. This takes particularly much time. Generally, the -->> same Java application (

Re: Terrible native thread performance

2000-01-21 Thread Marek Gmyrek
On Fri, 21 Jan 2000, Chris Kakris wrote: -->> Processor utilization is not so bad, until I move a window and a window -->> in background has to repaint itself. Repainting takes a time of ca. a few -->> seconds. During that time the processor is busy almost to 100%. --> -->Are you by any chance us

Re: Terrible native thread performance

2000-01-20 Thread Marek Gmyrek
Hi, -->Here is what I see with Linux. I am running on a freshly installed RedHat -->6.1 machine. With either JDK, running in native threads is absolutely -->crippling. There seems to be a serparate JDK process ID for each running -->thread, or otherwise something is casuing it to fork 15 times. O

InputStreamReader, file encoding and GUI

2000-01-10 Thread Marek Gmyrek
am not sure. If you wish I can post a simple program and pol.* files to demonstrate the problem. Thanks and best regards Marek Gmyrek. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]