Re: JDK1.2 installation on Linux...

2000-01-04 Thread Jacob Nikom
1. Where to obtain JDK 1.2 for Linux? http://www.blackdown.org/ 2. Go to "Download the JDK for Linux" link 3. Find appropriate ftp site 3. Go to the JDK1.2/i386/pre-v2/glibc2.1 directory 4. Middle click on jdk1.2pre-v2-debug.tar.bz2 file 5. Menu opens - download the file 6. Unzip the file with b

Re: JDK1.2 installation on Linux...

2000-01-04 Thread jack . w
first bunzip2 then tar xvv tarfile     -Original Message-·¢¼þÈË: Pramila <[EMAIL PROTECTED]>ÊÕ¼þÈË: java-linux <[EMAIL PROTECTED]>ÈÕÆÚ: 2000Äê1ÔÂ4ÈÕ 22:21Ö÷Ìâ: JDK1.2 installation on Linux... Hi! ,       I just downloaded t

JDK1.2 installation on Linux...

2000-01-04 Thread Pramila
Hi! ,       I just downloaded the file jdk1.2pre-v2.tar.bz2 , but I don't know how to install it.       Anyone could please let me know how / from where I can install JDK1.2 on Linux...   Thanks & Regards Pramila

JDK1.2 installation problems

1999-07-22 Thread Md.Riaz
Hi,       I am using linux-RedHat6 on my ix86 system. After downloading about 20 MB of JDK1.2 pre-ver2.1 , the installation bombed on me stating missing libjava.so. I hava glibc2.1 on my system and I'm sure I have downloaded the correct version of JDK. So what is the problem? Please help me.

RE: jdk1.2 installation

1999-06-17 Thread Anonymous
On 15-Jun-99 Vlad Beffa wrote: > I see libhpi.so in both /usr/local/jdk1.2/jre/lib/i386/green_threads and > .../native_threads, and libjava.so in /usr/local/jdk1.2/jre/lib/i386/. Is > there something else I need to do? I have jdk1.1.7 installed as well, and > I think the system has glibc on it. >

Re: jdk1.2 installation

1999-06-17 Thread Anonymous
I think I had this problems too when I've installed my java I found some errors in .java_wrapper try to corect them. On Tue, 15 Jun 1999, Stefan Proels wrote: > > > I had a couple of questions about installing the jdk1.2 (pre-v2) on i386. > > First, what is the .diffs file for and ho

Re: jdk1.2 installation

1999-06-15 Thread Anonymous
> I had a couple of questions about installing the jdk1.2 (pre-v2) on i386. > First, what is the .diffs file for and how do I use it if I need it? (Is > this what the patch-o-matic script is for? How do I run the script?). The .diffs file contains the changes made to Sun's code. You don't need

jdk1.2 installation

1999-06-14 Thread Anonymous
I had a couple of questions about installing the jdk1.2 (pre-v2) on i386. First, what is the .diffs file for and how do I use it if I need it? (Is this what the patch-o-matic script is for? How do I run the script?). I downloaded and extracted the jdk1.2 file (the .tar.bz2) into /usr/local/jdk1

Re: help while jdk1.2 installation (I have the same problem)

1999-06-14 Thread Sergio Antoy
Kothari Alpesh D writes: > > I have installed jdk1.2 from blackdown site. After setting the path and > running command 'java' or 'javac' it gives error the somefiles in the > path /bin/realpath not found. Similar error it gives for path > /green_threads/i386 etc. Also it tells that it cannot find

help while jdk1.2 installation

1999-06-13 Thread Kothari Alpesh D
Hello, I have installed jdk1.2 from blackdown site. After setting the path and running command 'java' or 'javac' it gives error the somefiles in the path /bin/realpath not found. Similar error it gives for path /green_threads/i386 etc. Also it tells that it cannot find libphi.so file. Can anyone p

JDK1.2 installation problems

1999-05-24 Thread Samuel McClure
I just installed jdk1.2 on my linux 5.2 machine. Most things seem to be working fine (that is I can write a simple HelloWorld program that compiles and runs. I've also written a quick one that creates a window with a Quit button that runs fine as well.) I've having trouble taking using swing co