RE: RH 5.2 -> 6.0 breaks 117

1999-05-21 Thread Aravind Selvaraje
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 > > >

RH 5.2 -> 6.0 breaks 117

1999-05-21 Thread Joe Futrelle
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? ---

A question about TimeZones

1999-05-21 Thread Dennis Esters
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

deprecated API??

1999-05-21 Thread Yuet Sim Lee
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

How to read from output streams

1999-05-21 Thread Yuet Sim Lee
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

RE: Java Plugin for Linux

1999-05-21 Thread Peter Schuller
-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

Re: Applets!

1999-05-21 Thread Marcel Ruff
> 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

Re: Unsatisfied Link Error

1999-05-21 Thread olsson
-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

Re: New to colormaps...

1999-05-21 Thread zun
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

Colormap help - newbie to this

1999-05-21 Thread Alan MacLennan
...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

Java Plugin for Linux

1999-05-21 Thread William Lam
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

Unsatisfied Link Error

1999-05-21 Thread Nolte, Holger
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

New to colormaps...

1999-05-21 Thread Alan MacLennan
...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

RH5.2 - Apache1.3.6 - servlets

1999-05-21 Thread bill . wandrack
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

Text Editor

1999-05-21 Thread Farhan Killedar
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

Problem with fonts (Font specified in font.properties not found )

1999-05-21 Thread Stephen Lohning
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

Re: Newbie: Anyone know what library path is?

1999-05-21 Thread Michael Sinz
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

Newbie: Anyone know what library path is?

1999-05-21 Thread Patrick Tsoi-A-Sue
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

Re: Problem: can't run jdk1.2 under RedHat6.0

1999-05-21 Thread Michael Nielsen
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,

Re: Applets!

1999-05-21 Thread PER BJARNE BRO ...
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