Problem found!!

1998-10-03 Thread Lonnie Cumberland
Thanks all, My install problem was corrected when I took out kaffe. I uses rpm -e kaffe and everything was fine. Thanks all, Now I can get to work on developing some mobile-agent stuff Lonnie.

Re: Install Problems!!

1998-10-03 Thread Dan Kegel
Lonnie Cumberland wrote: > I'm new to Java for Linux, and am having some problems getting the > JDK1.1.6v4a installed on my Linux Redhat 5.1 system. It seams that java > wants me so set some library path variable, but I do not know which one. > > I downloaded the jdk1.1.6v4a for glibc an

Install Problems!!

1998-10-03 Thread Lonnie Cumberland
Hello all, I'm new to Java for Linux, and am having some problems getting the JDK1.1.6v4a installed on my Linux Redhat 5.1 system. It seams that java wants me so set some library path variable, but I do not know which one. I downloaded the jdk1.1.6v4a for glibc and untarred it just like

Re: multicast via slip

1998-10-03 Thread Roland Parviainen
On Sat, 3 Oct 1998, Gwobaw A. Wu wrote: > Hi, > > Does anyone know whether linux java allow multicast via slip? > Currently, I am running jdk 1.1.6v1 and have a modem (28.8k) running slip. > TCP/IP runs ok but it gave me core dump when I tried to join multicast > group: >java.net.SocketExc

Re: slightly off-topic

1998-10-03 Thread Fred McDavid
Thanks guys...I figured it was something pretty basic...the books I have mention 'explicit casting', but didn't show any examples. Thanks again, --Fred

multicast via slip

1998-10-03 Thread Gwobaw A. Wu
Hi, Does anyone know whether linux java allow multicast via slip? Currently, I am running jdk 1.1.6v1 and have a modem (28.8k) running slip. TCP/IP runs ok but it gave me core dump when I tried to join multicast group: java.net.SocketException: Cannot assign requested address at java.n

Re: Dynamic modification of CLASSPATH

1998-10-03 Thread Kenny Freeman
could you not get an instance of runtime and execute 'export CLASSPATH=/some/new/classpath' or set env, depending what shell your using. Then again, that is not very platfom independant now is it?Well, it would work. __ Kenny Freeman <[EMAIL PROTECTED]> "a population that gives up its freedo

Re: KDE Bug w/ window creation

1998-10-03 Thread Juergen Kreileder
> Elmo Recio writes: Elmo> On Sat, 3 Oct 1998, Elmo Recio wrote: Elmo> |I am trying to use ICQ with version 1.1.6 of the JDK. Welp, I have to Elmo> Elmo> |appl:ICQ 98a preview Elmo> | aim 1.22x Elmo> | aim 1.1x Elmo> Hrm, i checked it out in FVWM2

KDE Bug w/ window creation

1998-10-03 Thread Elmo Recio
On Sat, 3 Oct 1998, Elmo Recio wrote: |I am trying to use ICQ with version 1.1.6 of the JDK. Welp, I have to |appl: ICQ 98a preview | aim 1.22x | aim 1.1x Hrm, i checked it out in FVWM2 and it worked fine. Seems to be a problem with KDE then. Is there anyone else out there using KD

Windows disappearing when they appear

1998-10-03 Thread Elmo Recio
I am trying to use ICQ with version 1.1.6 of the JDK. Welp, I have to rename those two files libld.so.1 and libc.so.5 to elmo_blah_1 and elmo_blah_2 or else ICQ and AIM both core dump. Ok, so now it works. Well, not QUITE! Whenever i attempt to ICQ someone (by double clicking the person or selec

Re: slightly off-topic

1998-10-03 Thread Java News Collector
You're right, you are missing something pretty basic. If you have a method that must return type Object or any less specific class than the class you KNOW it to be, you use an explicit cast when referring to the returned reference. The Java runtime will issue a run-time error if you make an ille

Re: slightly off-topic

1998-10-03 Thread Michael Sinz
On Sat, 3 Oct 1998 02:15:03 -0500 (EST), Fred McDavid wrote: >Hi, > >I keep hitting an obstacle while coding and I was hoping someone here >could help enlighten me: > >A bunch of the java-standard methods return "Object" and when I try to >use them, I get the following error: > > >> Incompatible

slightly off-topic

1998-10-03 Thread Fred McDavid
Hi, Please pardon the email handle (just something I picked to separate mailing-lists) and the (possibly, new to the mailing-list) off-topic-ness of this question... I keep hitting an obstacle while coding and I was hoping someone here could help enlighten me: A bunch of the java-standard met

Re: How long will it take to port 1.1.7 ?

1998-10-03 Thread Steve Byrne
Andrew Burgess writes: > In mail.java-linux "Kevin B. Hendricks" <[EMAIL PROTECTED]> writes: > > >As for how long it will take to port 1.1.7? > > >This will depend on how many changes were made to the source from 1.1.6. > >Most of our diffs should apply directly but we will have to apply t