Re: Versioning

1998-09-25 Thread Marcus Brito
> Marcus> And no, I didn´t have to remove anything. But this may be > Marcus> cause I installed the pre-packaged version of JDK. If I > Marcus> had to remove anything the package maintainer probaly had > Marcus> this done for me. > > Is that jdk1.1-1.1.6v4a-1 or above? If so, you'

Re: JDK for Alpha-Linux

1998-09-25 Thread Uncle George
would that be www.voicenet.com/~gatgul/JDK some others have offered to stash away the stuff before the voicenet bandwidth police got after me can someone tell him where its can also be found? gat Todd Allen wrote: > Your web page appears to be inaccessible. Is the Linux-Alpha port of JDK > stil

Default fonts and colors in java

1998-09-25 Thread Gérard Milmeister
How can I set the default fonts and colors for java using awt. When I run a program I get very ugly fonts (too small) and colors. Regards, Gérard -- Gérard Milmeister <[EMAIL PROTECTED]> Tannenrauchstrasse 35 8038 Zürich Switzerland +41 1 481 52 48 Homepage: http://www.tik.ee.ethz.ch/~milmeist

Re: AudioPlayer

1998-09-25 Thread peter . pilgrim
> Hi All, > > Has anyone come across a way of detecting when an AudioPlayer has > finished playing it's input stream ? I could subclass the input stream > to detect this, but there might me a more elegant solution. > > Thanks > > > Jerry T Well you know that AudioPlayer plays onlu sun audio f

Re: Java interface to MySQL

1998-09-25 Thread Greg Cook
Argh... Hate when I post these to the wrong list -Original Message- From: Greg Cook [SMTP:[EMAIL PROTECTED]] Sent: Thursday, September 24, 1998 9:54 PM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject:RE: Java interface to MySQL You can also try Terrence W. Zel

Re: Versioning -- Linux JDK needs your HELP!

1998-09-25 Thread Alexander Davydenko
Steve Byrne wrote: > We need three simple pieces of > information from you: > > 1) Your system's libc version libc.so.5 -> libc.so.5.4.44 > > 2) Your system's libdl version libdl.so.1 -> libdl.so.1.9.9 > > 3) Whether you had to remove libc and libdl to make Java work for you yes. It was remo

Re: Can Java Catch Signals ?

1998-09-25 Thread java
http://www.interstice.com/~kevinh/projects/javasignals/index.html Trent Jarvi [EMAIL PROTECTED]

Can Java Catch Signals ?

1998-09-25 Thread peter . pilgrim
Can Java catch signals ? Could the Java Native Interface be used to help Java catch signals ? * prelim design in my head * I have a huge script that run configurable batch jobs sequently over several hours. I would like to rewrite the damn thing in Java, so that I could write module to display d

Re: java AWT and Swing without XWindows

1998-09-25 Thread Toni Nikkanen
On Fri, 25 Sep 1998, Arjun Panday wrote: > To the java port developpers, > > I'm designing an embedded application (=>small footprint!) in Java that I'd > like to have running on a Linux OS. Is there a way to have Java (especially > the AWT and Swing components) run without XWindows? > That wo

A.KLOS@siep.shell.com: RE: java AWT and Swing without XWindows

1998-09-25 Thread mlorton
I'm not sure it is that bad. Take a look at TinyAWT. M. - -- | From: arjun.panday / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: java AWT and Swing without XWindows | Date: Friday, September 25, 1998 4:40PM | | To the java port developpers, |

Re: Versioning

1998-09-25 Thread Stephen Zander
> "Marcus" == Marcus Brito <[EMAIL PROTECTED]> writes: Marcus> And no, I didn´t have to remove anything. But this may be Marcus> cause I installed the pre-packaged version of JDK. If I Marcus> had to remove anything the package maintainer probaly had Marcus> this done for me.

build of jdk1.1.6 v2 failed

1998-09-25 Thread John Campbell
My attempts to build jdk1.1.6 v2 fail because the file java_g can't be found. Does anyone know what I'm doing wrong? If this is the wrong forum for a newbie question, I appologize. -John C

mirror troubles

1998-09-25 Thread Nelson Minar
I hate to hassle the porting team, but it's been two weeks since v4a was released but very few mirrors have it. I finally found it at ftp://ftp.bogus.net/pub/mirrors/liquor.cabi.net/ Is something wrong with the mirroring setup?

RE: java AWT and Swing without XWindows

1998-09-25 Thread A . KLOS
-- | From: arjun.panday / mime, , , [EMAIL PROTECTED] | To: java-linux / mime, , , [EMAIL PROTECTED] | Subject: java AWT and Swing without XWindows | Date: Friday, September 25, 1998 4:40PM | | To the java port developpers, | | I'm designing an embedded application (=>small footprint!)

java AWT and Swing without XWindows

1998-09-25 Thread Arjun Panday
To the java port developpers, I'm designing an embedded application (=>small footprint!) in Java that I'd like to have running on a Linux OS. Is there a way to have Java (especially the AWT and Swing components) run without XWindows? That would mean using either the frame buffer, orGGI

libstdc++.so.2.8 :-\

1998-09-25 Thread Paul V. Drobnich
Hi, I have had problem with Jikes. It has made me crazy core dumps whenever I ran it. May be it is becourse I haven't libstdc++.so.2.8, only libstdc++.so.2.7.2. Isn't it? My library libstdc++.so.2.7.2 is owned by libg++-2.7.2.8-6 RPM package. So I have installed libg++-2.8

AWT problem

1998-09-25 Thread Jan Ciger
Hi, I have a problem with JDK 1.1.6 for Linux (stock Redhat 5.1). When displaying TextFields, fonts are clipped badly - only topmost parts of letters are displayed. Fonts in labels and buttons are displayed ok. I browsed archive of this list and found reports of the same problem : 10 August

Re: Versioning -- Linux JDK needs your HELP!

1998-09-25 Thread Rob Nugent
My System: RedHat 5.1 1) libc => /lib/lib.so.6which is symlink to libc-2.0.7.so 2) libdl => /lib/libdl.so.2 which is symlink to libdl-2.0.7.so 3) No - I didn't have to delete anything. Java worked out of the box. Rob -- Rob Nugent Development Manager UniKix Technologies Europe [EMAIL PRO

Re: Versioning -- Linux JDK needs your HELP!

1998-09-25 Thread Sorin Lingureanu
On Thu, 24 Sep 1998, Steve Byrne wrote: > 1) Your system's libc version > 2) Your system's libdl version > 3) Whether you had to remove libc and libdl to make Java work for you > On a RedHat 4.2 with jdk-1.1.5-8.i386.rpm epsilon (sorin):~>rpm -qa | grep jdk jdk-1.1.5-8 epsilon (sorin):~>ldd /u