Get either JDK 117 version 2 or version 3
They can both work under glibc 2.1 which is what RH6.0 ships.
-- Aravind
> -Original Message-
> From: Joe Futrelle [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, 22 May 1999 08:11
> To: [EMAIL PROTECTED]
> Subject: RH 5.2 -> 6.0 breaks 117
>
>
>
Ever since upgrading to 6.0, JDK 117 is giving me
/usr/local/java/bin/../bin/i686/green_threads/java: error in loading
shared libraries:
/usr/local/java/bin/../lib/i686/green_threads/libjava.so: undefined symbol:
_dl_symbol_value
what does this mean?
---
We have your JRE 1.1.7 ("Java") on Linux Red Hat 5.2 ("box"). The box
is apparently using Central Time Zone, currently in Daylight, because
the output of the 'date' utility has CDT as the time zone. However, in
Java the Timezone.getDefault() returns "EDT", or Eastern Time Zone in
Daylight. We can
When I compile my Java code, the following
warning will appear:
javac AllComponents.java
Note: AllComponents.java uses a deprecated API.
Recompile with "-deprecation" for details.
1 warning
Do you guys know what is the meaning of the above warning?
In addition, I
I am using the following method
Process GUIprogres = Runtime.getRuntime().exec("a.out");
to call a C-program and I tryed to use
the following command to catch the output
from the C-program.
GUIprogres.getOutputStream();
However, I don't know how to read streams
from OutputStrea
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
> I want to find out if there is any port of Java Plugin existed at this
> time. If so, what JDK is it on? If not, is someone doing it and when?
> Thanks for the information.
I've seen this asked so many times I've just got to ask this: What the
> I get the same security violations while trying to use the
> internatinoalization classes with applets, and I wonder if an applet
also
> must be signed to use the properties files...
>
> Per Bj. Bro
You need to put all *.properties files in a jar file on your WebServer
and add the ARCHIVE attri
-Ursprüngliche Nachricht-
Von: Nolte, Holger <[EMAIL PROTECTED]>
An: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Datum: Freitag, 21. Mai 1999 16:19
Betreff: Unsatisfied Link Error
I was told to ln -s libstdc++.so.2.8 libstdc++-libc6.0-1.s0.2. Let us know
whether this works with SuSE 6.1 as with
Hi Alan,
Welcome to Java and Linux =)
I'm not sure what your question was, but I can clear up a couple things:
Although your display can show several million colors, it is limited to
displaying only a certain number of colors at the same time, usually 256
if you have an 8-bit color depth.
The
...and everything else Linux :-) I've been trying to run a simple
graphics program from the Linux:first contact book (which seems
excellent, btw), using their BasicGraphics class. It displays the
window, with a scale along the side, then pops up a message
saying it can't allocate a background
Hi,
I want to find out if there is any port of Java Plugin existed at this
time. If so, what JDK is it on? If not, is someone doing it and when?
Thanks for the information.
William Lam
APPLIX, Inc.
112 Turnpike Road
Westboro, MA 01581
(508) 870-0300 Ext. 289
Fax (508) 366-4
Hi I believe that I am not the first with the following question but I mist
the discussion.
I tried to run java1.2 on a SUSE 6.1 linux system and when I try one of the
demos I got following error mesage:
java.lang.UnsatisfiedLinkError:/usr/local/bin/jdk1.2/jre/lib/i386/libfontman
ager.so:
libstdc
...and everything else Linux :-) I've been trying to run a simple
graphics program from the Linux:first contact book (which seems
excellent, btw), using their BasicGraphics class. It displays the
window, with a scale along the side, then pops up a message
saying it can't allocate a background
Hello,
I am running RH5.2 with jdk 1.1.7v3 and Apache. I have several servlets
running, and one of them needs to go out and make a pop3 connection to a
mail server. When it attempts this I get the following error:
[21/05/1999 08:33:25 EDT]: java.net.SocketException: errno: 4, error:
Interrupted
Hi,
I there anyone out there who knows how I could go about implementing atext
editor using maybe the TextArea which writes from right to left and deletes
backwards(the right key).
Do I define a cursor, and play around with that? Or do I use the getRows and
getColumns methods/
T
I am having trouble getting java 2 running on my redhat 5.2 PC(386)
system.
bash$ javac SimpleExample.java
bash$ ls
SimpleExample$1.class SimpleExample.class
SimpleExample$RadioListener.class SimpleExample.java
bash$ java SimpleExample
Font specified in font.properties not found [--z
On Fri, 21 May 1999 05:29:19 -0400, Patrick Tsoi-A-Sue wrote:
>Trying to compile a java program for the first time on linux using the
>following:
>
>$ CLASSPATH=~/java:/usr/lib/jdk1.1.5/lib
>$ export CLASSPATH
>$ javac Console.java
>No library path set.
>Cannot find essential class 'java/lang/Obj
Trying to compile a java program for the first time on linux using the
following:
$ CLASSPATH=~/java:/usr/lib/jdk1.1.5/lib
$ export CLASSPATH
$ javac Console.java
No library path set.
Cannot find essential class 'java/lang/Object' in class library ... aborting.
$
How do I set library path.
Than
Emilian URSU wrote:
>
> Hi,
>
> I had this problem to I read somewhere that RH6.0 doesn't support
> native_threads so I set my DEFAULT_THREADS_FLAG=green in my .java_wrapper
> I fixed this problem but I've got another one.
> Try on your system and tell me if it worked.
>
> On Wed, 19 May 1999,
I get the same security violations while trying to use the
internatinoalization classes with applets, and I wonder if an applet also
must be signed to use the properties files...
Per Bj. Bro
On Mon, 17 May 1999, Rui Vale wrote:
> Hello to everybody!!
> My problem is that I needed t
20 matches
Mail list logo