>>>>> Johan Sundström writes:

 > Hi
 > this is not a bugreport :). Still I'm having broblem to run the JDK-1.2
 > pre-v1
 > on a glibc-2.1 system. I found that someone has reported the same
 > problem as
 > I have and the mailinglist contains several posts regarding glibc-2.1
 > and JDK-1.2.

 > The response to the bugreport (id 430) was that a JDK-1.2 with support
 > for the glibc-2.1 would be uploaded within a few days. It was over a
 > month ago.
 > The solution was obviously not a trivial one. Could you please put up
 > some status about the glibc-2.1 problem/solution on www.blackdown.org
 > (or simply
 > make a short note in the README.html file that the jdk-1.2pre-v1 is
 > known not to work
 > with glibc-2.1


The README.linux already mentions:
Installation
============

Installation of the Linux JDK is trivial.  (If you are not on an x86 based Linux
 system, skip to the bottom of this section).  For the x86 processor
family, there currently only one flavor, that's based on glibc 2.0 (we will
be soon making available a version for glibc 2.1)  Note that you must 
have glibc 2.0 available on your system in order to run all of the JDK 
properly (you may be able to run some things if you have a glibc 2.1 system,
but there are known problems that may prevent you from doing much of 
anything).  You should try to make sure that your glibc 2.0 version is a
late version of 2.0.7, like "t" or 20 (depending on how your Linux distribution
numbers its package versions).
win).

I'm running (thanks to the tips in this list!) jdk 1.2pre1 with glibc
2.1.  I'm using  small wrapper scripts to set the required options,
e.g.:
$ cat bin/java
#!/bin/sh
/opt/jdk1.2/bin/java -green  -Djava.compiler= $*
$ cat bin/appletviewer 
#!/bin/sh
/opt/jdk1.2/bin/appletviewer -green  -J-Djava.compiler= $*

I just run a few programs and so far everything works for me.

Andreas
-- 
 Andreas Jaeger   [EMAIL PROTECTED]    [EMAIL PROTECTED]
  for pgp-key finger [EMAIL PROTECTED]


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to