Re: JAVA_HOME

2000-04-05 Thread Man Chi Ly
On Wed, 5 Apr 2000, John Louis wrote: > Hi, >I installed IBMJava118-JRE-1.1.18 on my redhat system, and set all the path & >classpath. The JAVA_HOME I set to /usr/jre118/bin, and I'm try to install >IBMWebAS-core-2.03-1.i386.rpm using rpm -ivh. It give me the error: > > Cannot find wher

Re: JAVA_HOME

2000-04-05 Thread Juergen Kreileder
> John Louis writes: John> I installed IBMJava118-JRE-1.1.18 on my redhat system, and John> set all the path & classpath. The JAVA_HOME I set to John> /usr/jre118/bin, and I'm try to install John> IBMWebAS-core-2.03-1.i386.rpm using rpm -ivh. It give me John> the error:

JAVA_HOME

2000-04-05 Thread John Louis
Hi,    I installed IBMJava118-JRE-1.1.18 on my redhat system, and set all the path & classpath.  The JAVA_HOME I set to /usr/jre118/bin,  and I'm try to install IBMWebAS-core-2.03-1.i386.rpm using rpm -ivh.  It give me the error:   Cannot find where java is installed on this system.  Please

Problems with HotJava 3

2000-04-05 Thread Pierre
Hi, I can't start Hotjava 3 on my RedHat 6.1 box. The app starts : I get the nice splash screen. Then I get the following error message: Exception in thread "main" java.lang.Error: unable to find a .bdtd file : lib/html32.bdtd at sunw... ... [[[ Failed to load scripting engine ]]

Java3D and Linux Installation

2000-04-05 Thread Desiree Hilbring
Hello everybody, I tried to install java3d 1.1.3 and jdk 1.2.2, both from blackdown on Suse Linux 6.3. Then I'll get the following error-message (see at end of mail) I have seen some similar problems in your archive. Is there a solution for this problem? After that I tried to install the blackd

Re: linked list object

2000-04-05 Thread Nathan Meyers
"Billy V. Kantartzis" wrote: > > On Wed, 5 Apr 2000, Billy V. Kantartzis wrote: > > > i am trying to use the ready type of linked list and i found that there is > > a bug in the add.(index, object) method. > > i am trying to read the index after each addition is performed and the > > value i ge

Re: Mount Table File per Linux Distributon

2000-04-05 Thread Peter Pilgrim
[EMAIL PROTECTED] wrote: > The programs mount and umount maintain a list of currently mounted file > systems in the file /etc/mtab. If no arguments are given to mount, this > list is printed. When the proc filesystem is mounted (say at /proc), the > files /etc/mtab and /proc/mounts have v

Problems with kernel 2.2.14

2000-04-05 Thread John Rousseau
RedHat 6.1 JDK 1.2.2-RC4 (native threads) I just upgraded the kernel on one of my test boxes today from 2.2.12-20 (RedHat 6.1 stock) to 2.2.14. No other software changed. My server now fails to start with a java.lang.OutOfMemoryError when doing a java.lang.Thread.start. Booting my old kernel mak

Re: linked list object

2000-04-05 Thread Billy V. Kantartzis
On Wed, 5 Apr 2000, Billy V. Kantartzis wrote: > i am trying to use the ready type of linked list and i found that there is > a bug in the add.(index, object) method. > i am trying to read the index after each addition is performed and the > value i get is always 0. > when i am trying to ext

Unidentified subject!

2000-04-05 Thread Billy V. Kantartzis
i am trying to use the ready type of linked list and i found that there is a bug in the add.(index, object) method. i am trying to read the index after each addition is performed and the value i get is always 0. when i am trying to extract data from the list thow the index is working as expecte