Re: I have a doubt...

1999-12-15 Thread Nathan Meyers
[EMAIL PROTECTED] wrote: > > > Hello Java-Linux people > > I have installed the Blackdown's 1.2 a couple of weeks ago;I also have IBM's > 1.1.8 it is strange that the behaviour of some programs changed;and I don't >mean the changes brought by the 1.2 API or implemetation dif

Re: I have a doubt...

1999-12-15 Thread Andy Choi
I also noticed that upon upgrading to glibc-2.1.2 (which is required by RC3) and installing RC3. The jdk1.1.8 from ibm would give a SIGSEGV when trying to open Socket to an non-existence host. For example, Socket sock = new Socket ("somehost", someport) would give a core dump if "somehost" does

I have a doubt...

1999-12-15 Thread imonoses
Hello Java-Linux people I have installed the Blackdown's 1.2 a couple of weeks ago;I also have IBM's 1.1.8 it is strange that the behaviour of some programs changed;and I don't mean the changes brought by the 1.2 API or implemetation differences; The programs

One more doubt

1999-07-10 Thread Rajkishore Barik
Hi all, I have a small doubt regarding JDK1.2. Here is a small piece of code that i compiled using both jdk1.1.6 and jdk 1.2. In jdk1.1.6 it compiles peacefully but does not compile using JDK1.2. The error it gives is :- var.java:13: Can't make a s

Re: Doubt

1999-06-30 Thread Chris Abbey
Simple infinite recursion. On 1.1.7 it blows the stack, if it does something different on 1.2 then you may have found a bug (my only system with 1.2 went down hard last night so I can't verify this). To make sure it isn't just still recursing try dropping the stack sizes as small as you can ( java

Doubt

1999-06-30 Thread Rajkishore Barik
Hi, I have a small doubt. Hope somebody will help .. test.java - class test { public static void main(String Str[]) { A a=new A(); } } class A

Doubt

1998-07-05 Thread sun
Hello, I have Red Hat 5.0 and I get jdk1.1.6-v2-glibc.tar.gz, but when I execute "javac" it answer with "segmentation faul", what can I do ?? Thanks in advance