I use Blackdown JDK1.2.2 RC3, but I meet dump problem, I don't know
why, I'd like to know which release will cover this problem.
JackWang
>I'd like to take a poll to see what platforms people are successfully
running
>the blackdown JDK/JRE 1.1.8 and JDK/JRE 1.2.x for linux x86 on. My main
inter
Hi guys,
How far are we from being able do develop jdk1.2 applets
under Linux ?
(Right now I can program it and compile it on jdk-1.2pre2, but I have to
test
it on Slowlaris or Win98)
Thanks all really
--In GNU we trust.
C. Dinh
Math. Student
ETH-Zurich
-
Hi Gang:
First, thanks to all who responded to my first query. The article
pointed to was a big help. My next question concerns paper orientation.
Under Windoz I can set the orientation from portrait to landscape and the
printer understands. On Solaris, the pop-up dialog box does not allow th
> Pierre Heroux writes:
Pierre> I am using jdk1.2 Classic VM (build Linux_JDK_1.2_pre-release-v2
Pierre> glibc2.1, native threads, nojit)on RedHat 5.2.
Pierre> I compile a C++ code which invoke JavaVM.
Pierre> g++ simple.cpp -I/usr/local/jdk1.2/include -ljava
Pierre> I g
On Tue, 21 Sep 1999, Pierre Heroux wrote:
> I am using jdk1.2 Classic VM (build Linux_JDK_1.2_pre-release-v2
> glibc2.1, native threads, nojit)on RedHat 5.2.
>
> I compile a C++ code which invoke JavaVM.
> g++ simple.cpp -I/usr/local/jdk1.2/include -ljava
>
> I get the following message
>
> /u
On Tue, 21 Sep 1999, Pierre Heroux wrote:
> I am using jdk1.2 Classic VM (build Linux_JDK_1.2_pre-release-v2
> glibc2.1, native threads, nojit)on RedHat 5.2.
RedHat 5.2 comes with glibc 2.0.7 and not with glibc 2.1.x. Please get
the correct JDK release for your platform.
> I compile a C++ co
I am using jdk1.2 Classic VM (build Linux_JDK_1.2_pre-release-v2
glibc2.1, native threads, nojit)on RedHat 5.2.
I compile a C++ code which invoke JavaVM.
g++ simple.cpp -I/usr/local/jdk1.2/include -ljava
I get the following message
/usr/local/jdk1.2/jre/lib/i386/native_threads/libhpi.so: undefi
Am I correct in saying that its dying due to native threads?
Should he pull a "THREADS_FLAG=green" in his shell to
correct this?
Liguo Song wrote:
>
> Dear Friends,
>
> I am having trouble to make JDK1.2 Pre V2 working on my Red Hat 6.0.
>
> Anytime, I tried to use anything from the package,
Dear Friends,
I am having trouble to make JDK1.2 Pre V2 working on my Red Hat 6.0.
Anytime, I tried to use anything from the package, like java, javac or appletviewer, I
will get a
panic error message. The message is following.
I don't know what is wrong? Do I need more memory installed?
FYI,
Hi,
as I´ve seen the jdk 1.2 pre v3 is now available for sparc-linux.
I just downloaded it and installed it on my sparc 5 station at my office.
But then I had to find out, that the JIT-Compiler is missing in that JDK.
The file libsunwjit.so exist in that tar-file, but it has a length of 0
> -Original Message-
> From: Dimitris Terzis [mailto:[EMAIL PROTECTED]]
> Sent: 23 August 1999 14:53
> To: 'Java-Linux mailing list'
> Subject: RE: Problems installing JDK 1.1.7 and JDK 1.2 pre-v2
[snip]
> What happened is that, to download the tar fi
Actually, I believe the problem is related to the fact the NT doesn't support
symbolic links. Almost all the files in the ($JAVA_HOME)/bin directory are
symbolic links to .java_wrapper. The only two files that aren't symbolic links
are .java_wrapper and java-rmi.cgi (atleast on 1.2).
On Mon, 2
>From: "Dimitris Terzis" <[EMAIL PROTECTED]>
>Date: Mon, 23 Aug 1999 14:53:03 +0100
>Hi guys...
>
>I have finally managed to install JDK1.1.7_v1a and JDK1.2... You won't
>What happened is that, to download the tar files, I used an NT machine,
>linked to my Linux PC via Samba. So far so good. Bu
Dammit.java
> java com.nortelnetworks.RunDammit
You 're right, I typed nortelnetworks/RunDammit instead (which worked for
JDK 1.2!!!).
Thanks! :-)
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Hello again...
I think I 've solved most of the silly problems I was experiencing, thanks
for your help and advises...
The only one remaining is a NullPointerException I 'm getting when launching
my application from JDK 1.1.7. It has to do with the initial JFrame. The
interpreter resolves this t
+I know have a silly problem with JDK 1.1.7. Namely, while I can compile my
+application (containing several .java files organised in a number of
+packages), when I attempt to run it, it doensn't run! My environment is
+ $JAVA_HOME =
+ $CLASSPATH = .:$JAVA_HOME/lib/classes.zip:$JAVA_
directory (which is problematic only for JDK 1.2, anyway).
What happened is that, to download the tar files, I used an NT machine,
linked to my Linux PC via Samba. So far so good. But, being lazy in typing
"tar -xvf" under Linux, I used WinZip to un-tar and then copied the
extracted file
Dimitris Terzis wrote:
>
> Nathan,
>
> > > I try to run the programs (either in binary or script form) from the
> > > bin/x86/native_threads directory each time (by the way, examining the
> > > scripts I see references to sun.tools.* classes - are they included in
> the
> > > libraries?).
> >
>
> Dimitris Terzis writes:
Dimitris> I am aware of this trickery, except that my
Dimitris> /bin subdirectory does not contain
Dimitris> any of the scripts(!). They 're all under
Dimitris> /bin/x86/.../native_threads. And
Dimitris> they don't do anything when I run them!
> Nathan Meyers writes:
Nathan> Don't try to run from those directories. The launch
Nathan> scripts do a lot of important setup. You need to invoke
Nathan> the scripts (java, javac, etc.) found in the
Nathan> /bin subdirectory - you shouldn't be
Nathan> in that directory
David Kirby wrote:
>
> Hi,
Hello,
>
> I am having big problems with jdb in the jdk 1.2 v2 release with RH 6.0,
> breakpoints don't break for instance. Has anyone else seen this?
Yes. I've noticed this after switching to the JDK1.2-only classes like
Collections.
I nee
Nathan,
> > I try to run the programs (either in binary or script form) from the
> > bin/x86/native_threads directory each time (by the way, examining the
> > scripts I see references to sun.tools.* classes - are they included in
the
> > libraries?).
>
> Don't try to run from those directories.
Dimitris Terzis wrote:
>
> Hi guys...
>
> I am getting all sorts of problems with JDK 1.1.7 and JKD 1.2 installation
> in Linux (I have a Pentium II/300 system with RedHat 5.2 and libc-2.0.7.so).
> I try to run the programs (either in binary or script form) from the
> bin/x86/native_threads dire
Hi guys...
I am getting all sorts of problems with JDK 1.1.7 and JKD 1.2 installation
in Linux (I have a Pentium II/300 system with RedHat 5.2 and libc-2.0.7.so).
I try to run the programs (either in binary or script form) from the
bin/x86/native_threads directory each time (by the way, examining
Hi,
I am having big problems with jdb in the jdk 1.2 v2 release with RH 6.0,
breakpoints don't break for instance. Has anyone else seen this?
David
David Kirby.vcf
Hi all. I tried to run the java_g executable in the
blackdown port of the JDK 1.2 v2 when I got this error.
Warning: opcode 212 not implemented yet
Warning: JIT compiler failed for
java/lang/ref/SoftReference.get()Ljava/lang/Object;
I do not know if this was the cause, but the java_g executable
so.1 => ld-linux.so.1.9.5
> libpam_misc.so.0 => libpam_misc.so.0.64
> libpam.so.0 => libpam.so.0.64
> libpwdb.so.0 => libpwdb.so.0.55
> libuuid.so.1 => libuuid.so.1.1
> libss.so.2 => libss.so.2.0
> libext2fs.so.2 => libext2fs.so.2.4
> libe2p.so.2 =&
; libnss_dns-2.0.7.so
libnss_db.so.1 => libnss_db-2.0.7.so
libnss_compat.so.1 => libnss_compat-2.0.7.so
libnsl.so.1 => libnsl-2.0.7.so
libm.so.6 => libm-2.0.7.so
libdl.so.2 => libdl-2.0.7.so
libdb.so.2 => libdb-2.0.7.so
libcrypt.so.1 => libcrypt-2.0.7.so
libc.so.6 =>
Hi,
I would like to apply the patches for jdk pre 2 but the only
sun reference source I can get is JDK 1.2.2 which doesn't
really cooperate with the diffs of the linux porting team.
Who knows how I can get the original source jdk 1.2 from sun?
> To run SimpleExample.class you must type
>
> java SimpleExample
>
> because the point "." has the same efect than "/" to
> separate packages and directories
I did get SimpleExample to run:
java -green -cp "." SimpleExample
and was able to run a more complex program using -cp to point to th
Hi !
I'll answer the easier question:
To run SimpleExample.class you must type
java SimpleExample
because the point "." has the same efect than "/" to
separate packages and directories.
I think that you typed
java SimpleExample.class
and you get:
Exception in thread "main" java.lang.NoClassD
Hi all,
I'm not an expert on the Linux libraries .. far from it... so if there is a simple
solution to this, please forgive my
ignorance. I appreciate any assistance.
A while ago, I went to install JDK 1.2 pre 1 and realized I needed glibc 2. Rather
than mess with installing this on a
Eric Duval wrote:
>
> Hi,
>
> I have,
>
> Slackware 3.5 (Linux 2.2.7)
> Primary C library : glibc2.0.7 (/lib/libc.so.6 --> /lib/libc-2.0.7.so)
> linuxthreads-0.71
> JDK1.2 prev-v2
An earlier note on this topic
(http://www.mail-archive.com/java-linux@java.blackdown.org/msg08195.html)
recommends
Hi,
I have,
Slackware 3.5 (Linux 2.2.7)
Primary C library : glibc2.0.7 (/lib/libc.so.6 --> /lib/libc-2.0.7.so)
linuxthreads-0.71
JDK1.2 prev-v2
Environment variables :
PATH=$PATH:/u/jdk1.2/bin
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/u/jdk1.2/jre/lib/i386/native_threads:/u/jdk1.2/jre/lib/i386/green_
Hi,
I have,
Slackware 3.5 (Linux 2.2.7)
Primary C library : glibc2.0.7 (/lib/libc.so.6 --> /lib/libc-2.0.7.so)
linuxthreads-0.71
JDK1.2 prev-v2
Environment variables :
PATH=$PATH:/u/jdk1.2/bin
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/u/jdk1.2/jre/lib/i386/native_threads:/u/jdk1.2/jre/lib/i386/green_t
/** Demonstration of a bug in focus with the AWT on Linux and Java.
**
** Creates a Frame with a Choice and a TextArea. Every other time the
** Choice box is selected, the text area loses the ability to take
** focus. To demonstrate this, type some text into the text area,
** then select some
Just wondering if anyone has noticed a huge difference in Java2D
performance between green and native threads? I switched to green
threads this morning to test something because of the native threads
deadlocking problem when using Swing. The green threads version does't
deadlock, but moving an in
"W. Christopher Everhart" wrote:
> I was having some problems with the pre-release of JDK1.2 being very very slow. I
>tested it with NetBeans, and compared the results to a versino of NetBeans with
>JDK1.1.7v3 and noticed that both were slow, but the newer version was even slower.
>
> It ends
>>>>> Thierry BARUSTA writes:
Thierry> I have downloaded the pre v2 version of jdk 1.2 for glibc
Thierry> 2.1. My disribution of linux is the Suse 6.1. The only
Thierry> thing I have done is to add the jdk1.2/bin directory to
Thierry> the path. when
Hello,
I have downloaded the pre v2 version of jdk 1.2 for glibc 2.1.
My disribution of linux is the Suse 6.1. The only thing I have done is
to add the jdk1.2/bin directory to the path. when I run java or javac,
I get the same error which looks like:
libhpi.so: file not found.
could you help
I was having some problems with the pre-release of JDK1.2 being very very slow. I
tested it with NetBeans, and compared the results to a versino of NetBeans with
JDK1.1.7v3 and noticed that both were slow, but the newer version was even slower.
It ends up that the problem was with the distribu
n, too. I had to exit and log in once again).
I am using JDK 1.1.7 v1a, ncurses 4.2, glibc 2.0.7. There is
practically no documentation on the textawt package other than the
sources themselves, though the author says that it can't be run on JDK
1.2. Has anyone successfully used the texta
Here's a link - don't know if it's the one refered to below.
Text AWT for Java
http://www.geocities.com/SiliconValley/Grid/1239/
Kent
At 01:44 PM 7/2/99 +0100, you wrote:
>[EMAIL PROTECTED] writes:
> > I tried looking for an ncurses library once, the only thing I found was a
> > JNI implementat
[EMAIL PROTECTED] writes:
> I tried looking for an ncurses library once, the only thing I found was a
> JNI implementation which I didn't find useful.
Got a URL handy? If the Java API is okay, it'd allow for using
it right away until somebody comes up with a pure Java port for
the same API.
On Thu, 1 Jul 1999, Christoph Terhechte wrote:
> What about ncurses? I believe a text mode windowing toolkit for Java
> would beat everything else in speed - and most kinds of applications
> don't really need to run under X. Many of my favorite programs like
> pine, tin, emacs, mc are happy wit
On Wed, 30 Jun 1999 [EMAIL PROTECTED] wrote:
> 3.) to counter the speed issue, one solution would be to use gjc
> (sourceware.cygnus.com) and add X or other graphic support to it.
> One person is working on a gtk binding for AWT but I feel that's the
> wrong way to go. Another library of interes
Lance Roundy <[EMAIL PROTECTED]> writes:
>
> I thought I would check here before trying to submit a bug report.
> (If I should have gone the other way someone please let me know.)
>
> I loaded JDK 1.2 pre-v2 onto my Debian 2.1 (slink) system. The first
> attem
Cliff,
When I hear Desktop I think of my whole fvwm2 environment. Pop up one
of three menus anywhere on the desktop at the click of a mouse button.
A nice toolbar with things I need often. How about virtual desktops? I
cannot think of working with less then 6 but I usually take the default
of 16
On Wed, 30 Jun 1999, Cliff Baeseman wrote:
> The speed is not that big a issue. I am running a desktop written in
> jbuilder on linux rh6.0 P90 32 meg of ram my test machine It is just as fast
> as gnome or even a little faster.
>
> The thing is the desktop does not even do that much work the a
t: Re: Linux Desktop based on JDK 1.2
>> >
>> > I've given the project some thought and it seems not so far fetched, if
>> > you look at Novell 5 they sport a Java desktop for administration.
>> >
>> > If speed is a factor we may need to get sourc
> >
> > I've given the project some thought and it seems not so far fetched, if
> > you look at Novell 5 they sport a Java desktop for administration.
> >
> > If speed is a factor we may need to get source to the JDK, but that's
> > not hard.
>
> Not to sound too heretical, but if you want to me
Theoretically, if you're doing most of the time-critical stuff in native
code and using JNI and the invocation api, then you could have a
workable desktop.
One idea that springs to mind would be to use the invocation api to
create a VM instance when the desktop is initialized, so you don't have
t
ssage-
From: Lance Roundy <[EMAIL PROTECTED]>
To: Java Linux <[EMAIL PROTECTED]>
Date: Wednesday, June 30, 1999 1:03 PM
Subject: JDK 1.2 Library Issues
>I thought I would check here before trying to submit a bug report.
>(If I should have gone the other way someone please let me
Michael Holst wrote:
>
> I've given the project some thought and it seems not so far fetched, if
> you look at Novell 5 they sport a Java desktop for administration.
>
> If speed is a factor we may need to get source to the JDK, but that's
> not hard.
Not to sound too heretical, but if you want
Hi Cliff,
On Tue, 29 Jun 1999, Cliff Baeseman wrote:
> I do not know if anyone is interested in this yet but here goes.
>
>I am not happy with the GNOME or the KDE desktops so I have started
> building a desktop on top of a minimal RH 6.0 installation. I am using
> JBuilder3 on windows to c
I thought I would check here before trying to submit a bug report.
(If I should have gone the other way someone please let me know.)
I loaded JDK 1.2 pre-v2 onto my Debian 2.1 (slink) system. The first
attempt at running (applet or application) generated a lib error:
libhpi.so: No such file
I've given the project some thought and it seems not so far fetched, if
you look at Novell 5 they sport a Java desktop for administration.
If speed is a factor we may need to get source to the JDK, but that's
not hard.
The project is quite interesting, I'd like to be in contact.
- Michael
--
On Wed, 30 Jun 1999, Tony Dean wrote:
> >%_Cliff Baeseman wrote:
> > so I have started building a desktop on top of a minimal RH
> > 6.0installation.
> What is the minimal RH 6.0 in this context? Are you doing without X
> somehow?
that would be a fabulous approach! there must be a pared down ker
Cliff Baeseman wrote:
I do not
know if anyone is interested in this yet but here goes.
I am not happy with the GNOME or the KDE desktops
Havn't tried Gnome yet but I understand that it is window manager neutral.
I have used CDE extensively and
don't care much for KDE. Put KDE on my machine a
Wont this be painfully slow??
- Michael
> Cliff Baeseman wrote:
>
> I do not know if anyone is interested in this yet but here goes.
>
>I am not happy with the GNOME or the KDE desktops so I have started
> building a desktop on top of a minimal RH 6.0
> installation. I am using JBuilder3 o
I do not know if anyone is interested in this
yet but here goes.
I am not happy with the GNOME or
the KDE desktops so I have started building a desktop on top of a minimal RH
6.0
installation. I am using JBuilder3 on windows to
code the desktop. This is working out very well and JBuild
>From: Steve Byrne <[EMAIL PROTECTED]>
>Date: 27 Jun 1999 20:12:54 -0700
>> Hi everybody,
>>
>> I have in my Office an Sparc 5 running Linux.
>> Now I want to use this machine for programming in Java.
>>
>> So I'm looking for JDK 1.2
[EMAIL PROTECTED] writes:
>
> Hi everybody,
>
> I have in my Office an Sparc 5 running Linux.
> Now I want to use this machine for programming in Java.
>
> So I'm looking for JDK 1.2 for that machine.
> Is there already an beta-version available for sparc-linux.
Hi everybody,
I have in my Office an Sparc 5 running Linux.
Now I want to use this machine for programming in Java.
So I'm looking for JDK 1.2 for that machine.
Is there already an beta-version available for sparc-linux.
If there is one, I would appreciate any hints, where to find it.
Whenever I try to run any of the demos in demo/jfc/*, such as SwingSet, I
get the following error:
Error loading L&F: java.lang.IllegalArgumentException: Raster
IntegerInterleavedRaster: width = 64 height = 64 #Bands = 3 #DataElements
1 xOff = 0 yOff = 0 dataOffset[0] 0 is incompatible with Color
Whenever I try to run any of the demos in demo/jfc/*, such as SwingSet, I
get the following error:
Error loading L&F: java.lang.IllegalArgumentException: Raster
IntegerInterleavedRaster: width = 64 height = 64 #Bands = 3 #DataElements
1 xOff = 0 yOff = 0 dataOffset[0] 0 is incompatible with Color
Tony T wrote:
>
> Hi,I downloaded JDK 1.2 (jdk1_2pre-v2) for Linux from www.blackdown.org.
> After installed it on Redhat 5.2 in /usr/local
> directory, when I tried to test compiling it:
> javac hello.java
>
> I got the following errors:
> /usr/local/jdk1.2/bin/i386/nat
> Hi,I downloaded JDK 1.2 (jdk1_2pre-v2) for Linux from www.blackdown.org.
> After installed it on Redhat 5.2 in /usr/local
> directory, when I tried to test compiling it:
> javac hello.java
>
> I got the following errors:
> /usr/local/jdk1.2/bin/i386/native_threads/ja
I am also facing the same problem. I guess it's because of improper libc version.
My system has Slackware 2.0.34 with libc5.4.44. But jdk1.2 distributions ported so far
are only for glibc libraries. So,
with libc5 one will get the following errors. (I got them as well).
After that, I tried to ins
Does jdk1.2 run on Linux 2.0.35 (slackware)?
Here is what I get when I try to execute a demo
gray:~/java2/jdk1.2/demo/jfc/SampleTree[572] java SampleTree
/home/antoy/java2/jdk1.2/jre/bin/realpath:
/home/antoy/java2/jdk1.2/jre/bin/i386/realpath: No such file or directory
/home/antoy/java2
Hi!
Now i tryed somw ldd commands and first found that there some libraries could
not be found. Now I extended the LD_LIBRARY_PATH the librarys would be found
but nothing works. Remember all libraries are with the right permissions and
all libraries will be found.
Ciao!
---
> So what can you do? Either of the following should work:
>
> * Run `configure' with the same prefix argument you've used for glibc 2.0.x
> so that the same paths are used.
> * Replace /lib/ld-linux.so.2 with a link to the dynamic linker from glibc
> 2.1.
>
> You can even call the dynamic
orldAwt.java invoked thru C++/JNI is crashing my
Linux box!
>
>My first Linux crash after 3 years :-(
>It eats up all my memory 128MB + swap 128MB in a few seconds.
>
>The same HelloWorldAwt.java works well with JDK 1.1.x - JNI
(C++
>invoked)
>
> José Luis Gonçalves wrote:
>
> Hi!
>
> it is possibel this combination, I try and try, nothing ...
> In a Debian system i have succeed ... not in redhat ...
>
> any help ?
I'm running RH 6 and jdk1.2pre2, aside from some Native threading issues
it works great. Make sure you DL the glibc 2.1
José Luis Gonçalves wrote:
> Hi! it is possibel this combination, I try and try, nothing ...In a
> Debian system i have succeed ... not in redhat ... any help ?
Yep! would you get the jdk 1.2 pre2 for glibc 2.1, if not what are you
waintin' for?, if you do what's exa
Hi!
it is possibel this combination, I try and try,
nothing ...
In a Debian system i have succeed ... not in redhat
...
any help ?
tnx
Ze luis
Hi,
My AWT HelloWorldAwt.java invoked thru C++/JNI is crashing my Linux box!
My first Linux crash after 3 years :-(
It eats up all my memory 128MB + swap 128MB in a few seconds.
The same HelloWorldAwt.java works well with JDK 1.1.x - JNI (C++
invoked)
and invoked with JDK 1.2 Pre2 directly
hi,
I use blackdown jdk1.2 on my suse 6.1 and have no problems.So look on the
SUSE CD to get the missing library.
Holger
-Ursprüngliche Nachricht-
Von: Ramiro Diaz Trepat [mailto:[EMAIL PROTECTED]]
Gesendet am: Sonntag, 6. Juni 1999 02:58
An: [EMAIL PROTECTED]
Betreff: JDK 1.2 pre 2
> Elena Vorisi & Edoardo Comar writes:
Elena> Hi.
Elena> excuse me, it surely is a newbie question ...
Elena> assuming my system is using glibc2.1, which resides in /lib
Elena> why can't I install a glibc2.0 in a /glibc2.0 directory under my home dir
Elena> and have only selected apps (as f
Hi.
excuse me, it surely is a newbie question ...
assuming my system is using glibc2.1, which resides in /lib
why can't I install a glibc2.0 in a /glibc2.0 directory under my home dir
and have only selected apps (as for instance jdk12_pre_v1) use it,
executing them from a shell where I have set
Hi,
I think this question has been answered so please bear with me. I installed the
latest blackdown jdk1.2 prev 2 and I get the following messages whenever I try
to launch an application.
Warning: JIT compiler "sunwjit" not found. Will use interpreter.
Font specified in font.properties not found
libc libraries ? I had similar
Well, that and the glibc 2.1 Motif libraries. "Just a recompile" I doubt that
many of you have any concept of what "just a recompile" means when building JDK
1.2 -- it's a 2 hour process these days on reasonably fast hardware.
--
---
Actually, no I did install the glibc2.0 version, I made sure of that. However I
found the problem. I noticed that when I accidentally forgot to exit out of
'su' once and ran the 'java -version', it did NOT complain about not finding
sunwjit... So that told me there might be some access problems on
> Hi, I've just untarred the new jdk on my SuSE 6.1
> and I got an error because it seems that I have no libhpi.so on my
> system.
> Should I have one ? Is it possible to run this JDK on SuSE 6.1 ?
> I searched this thread and I didn't find any previous messages regarding
> this
> library.
This
Hi, I've just untarred the new jdk on my SuSE 6.1
and I got an error because it seems that I have no libhpi.so on my
system.
Should I have one ? Is it possible to run this JDK on SuSE 6.1 ?
I searched this thread and I didn't find any previous messages regarding
this
library.
Thanks in advance
R
thanks, I have 117_v3 but I'm wondering when 1.2 will be available.
-- dog writes:
>codea wrt:
>> does any one have and indication as to when a version of the jdk 1.2
>> will be available that is compatible with glibc 2.1? Couldn't find
>> the answer in the a
codea wrt:
> does any one have and indication as to when a version of the jdk 1.2
> will be available that is compatible with glibc 2.1? Couldn't find
> the answer in the archive or FAQs.
jdk117_v2 or jdk117_v3.
dog
---
Hi all,
does any one have and indication as to when a version of the jdk 1.2
will be available that is compatible with glibc 2.1? Couldn't find
the answer in the archive or FAQs.
thanks, conrad
--
To UNSUBSCRIBE, ema
Terry Sikes wrote:
>
> Nathan Meyers wrote:
>
> > There was an interesting comment in a column in the current Linux
> > Journal: evidently glibc 2.0 was an "experimental" release. Problem
> > is... it was a widely adopted experimental release. The JDK is in good
> > company: many applications we
Nathan Meyers wrote:
> There was an interesting comment in a column in the current Linux
> Journal: evidently glibc 2.0 was an "experimental" release. Problem
> is... it was a widely adopted experimental release. The JDK is in good
> company: many applications were broken by the move to 2.1, whic
Stefan Proels wrote:
> It is not really a "limitation", it's an incompatibility. RH6 is based
> on glibc2.1, while JDK1.2 with native threads currently only works with
> glibc2.0. Both have pthread support, but some details are different.
> The people porting the JDK have stated that this problem
> It seems the consensus "solution" for running the 1.2 JDK under RH6 is to be
> SURE you are running green threads (in addition to disabling the JIT). All
> the associated comments seem to echo "RH6 doesn't support native threads".
> What does this REALLY mean ?
>
> Does this mean that pthread
It seems the consensus "solution" for running the 1.2 JDK under RH6 is to be
SURE you are running green threads (in addition to disabling the JIT). All
the associated comments seem to echo "RH6 doesn't support native threads".
What does this REALLY mean ?
Does this mean that pthread support is mi
Thank for this fix it worked beatifully.
--Paolo
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Do you have an expected date for a full release of
the Linux JDK 1.2. Any information would be greatly
appreciated.
Thank You
Morris Ford
_
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
Hello,
Can you say some details (and where are sources of jdk2) to prepare an rpm
for RedHat 6.0.
Or more simply (if you do this) when it well be ok.
A.D.
-
At 03:05 PM 5/26/99 +0100, Stephen Perry wrote:
>Hi,
>
>We were sick of looking at the spaced out fonts from JDK 1.2 pre-v1
>and none of the several fixes that we tried seemed to work. After a
>concerted effort we came up with this workaround.
>
>1. Install the URW fonts (fro
Hi,
We were sick of looking at the spaced out fonts from JDK 1.2 pre-v1
and none of the several fixes that we tried seemed to work. After a
concerted effort we came up with this workaround.
1. Install the URW fonts (from http://www.gimp.org/fonts.html and other
places). Redhat users may have
nux-Beginner.
Maybe you have another idea how to help me
Thank you
Markus
jais wrote:
>
> --------
>
> Subject: Re: JDK 1.2 and SuSE 6.1
> Date: Tue, 25 May 1999 22:15:00 -0400
> From: daly <[EMAIL PROTECTED
jais,
it seems that you might have a later version of the libstdc file.
look in the /lib directory (or maybe /usr/lib) for the libstdc* files.
you probably have one like libstdc++-lib6.1-1.so.2. if so, do
ln -s libstdc++-lib6.1-1.so.2 libstdc++-lib6.0-1.so.2
tim daly
[EMAIL PROTECTED]
>
1 - 100 of 332 matches
Mail list logo