Re: Constructor/Inheritance wierdness

1999-07-27 Thread Peter Kovacs
The line has a dot too much (after "super") > super.(host,MetaType,TemplateType); -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Intermittent freezes with JDBC for Oracle805

1999-07-26 Thread Peter Kovacs
The jdk1.2/demo/jfc/Table/TableExample2.java freezes after a short time when used with Oracle's jdbc driver for Oracle 8.0.5. I suspect that this is a problem with JDK1.2 pre2 and not with the oracle driver since the same demo runs in a stable manner with green threads. Is blackdown aware of the

Re: go back to gzip!

1999-04-01 Thread Peter Kovacs
jdk1.2pre-v1.tar.bz2 24457274 jdk1.2pre-v1.tar.gz26062044 Means a 6.1% better compression rate. Is it really that much improvement? If it was at least 15%... Peter John Goerzen wrote: > "David Wall" <[EMAIL PROTECTED]> writes: > > > It was a bit rude as w

Just curious (Qs about the porting proc.)

1999-03-29 Thread Peter Kovacs
Makes Sun the source code JDK1.2 for Solaris available to Blackdown? Is this code what the blackdown people are modifying for the port to linux? If so, which are the major areas where changes need to be effected? Which changes are the most difficult to get right? Peter ---

Timer granularity

1999-03-29 Thread Peter Kovacs
On linux the granularity of the timer (GregorianCalendar.time) seems to be on millisecond level, while on Windows NT on 10 milliseconds level. Does anyone know, why? Peter -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a s

Thread questions

1999-03-29 Thread Peter Kovacs
First of all. JDK 1.2pre for Linux is great. Congratulation and thanx to the people who brought it together. Q: 1.) (JDK 1.2) Setting different priorities does not seem to have an effect on thread scheduling (a thread with priority reduced to mininum will continue to get scheduled as frequentl

Re: KDE PLAF

1999-03-24 Thread Peter Kovacs
What is PLAF? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: JDK1.2 and CORBA

1999-03-24 Thread Peter Kovacs
> Conversely, jidl (Orbacus' IDL compiler for Java) compiled class files > won't run with the JDK runtime. What's the problem exactly? Did you try setting the primary bootclasspath to the ORBacus classes? (Personnaly, I do not have any experience on Linux, but with earlier versions of Visibroker

Re: multi JVM's mem usage in linux?

1999-03-23 Thread Peter Kovacs
Have a look at the JShell Project on http://www.ANTLR.org/showcase.html. It may or may not help you. Absolutely no warranty :). Peter Maksim Lin wrote: > I have a quick question about the jvm's memory usage in linux. For > instance if I have 3 jvm's running (all same version) will there be an

Catching operating system signals

1999-03-09 Thread Peter Kovacs
Is there any facility (Java API call) which can be used to catch operating system signals sent to the Java Virtual Machine and do whatever deemed necessary upon reception of a specific signal? Any help appreciated. Peter -- T

News group

1998-12-03 Thread Peter Kovacs
Is there any newsgroup about the linux port of java? I am specifically interested in when the JVM port for linux will support real multi-threading. People on linux newsgroups tend to say that linux has already has native thread support. Thanx Peter