Re: Versioning -- Linux JDK needs your HELP!
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 /usr/bin/jdk-1.1.5/i686/green_threads/java libdl.so.1 => /lib/libdl.so.1.7.14 libc.so.5 => /lib/libc.so.5.3.12 3) No. I did not. On a RedHat 5.1 with jdk-sbb-1.1.6-2.1.2glibc.i386.rpm rache (sorin):~>rpm -qa | grep jdk jdk-sbb-1.1.6-2.1.2glibc rache (sorin):~>ldd /usr/bin/jdk-1.1.6/i686/green_threads/java libdl.so.2 => /lib/libdl.so.2 (0x4001c000) libc.so.6 => /lib/libc.so.6 (0x40135000) 3) No. I did not. Good luck, === Sorin LINGUREANU ([EMAIL PROTECTED], [EMAIL PROTECTED]) Network Administrator in Data Communication Center "Gh. Asachi" Technical University of Iasi http://www.tuiasi.ro/pages/CCTI Bd. Copou, nr. 22 Work Phone: +40 (0) 32 214410 Iasi - ROMANIA Mobile Phone: +40 (0) 92 242321 ===
Re: Versioning -- Linux JDK needs your HELP!
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 PROTECTED] Tel: +44 (0) 1489 585503 Fax: +44 (0) 1489 881363
AWT problem
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 1998 Edward Sazonov mentioned it. Is there something new ? I need help, we are short of time ... Please reply by e-mail, I am not on the list. Thanks in advance, ___ __ ( >/ ) __/___. /o _, _ __ / / (_/|_/ / <_(__/ <_(_)_
libstdc++.so.2.8 :-\
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.1-2 then. But what going on ? New one don't contains any libstdc++.so.2.8 like libraries :-\ . Only libg++.so.2.8 But where I will find libstdc++.so.2.8 ? Paul
java AWT and Swing without XWindows
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, orSVGI lib. (please note that I'm not a Linux expert at all, so I don't really know what I am talking about! but I was told these would be alternatives to using X with less memory requirements) Plus I have a "side question": my embedded application can access the Internet (using JEditorPane), but it doesn't have a keyboard or a mouse.. does anyone know how to select and fire hyperlinks on an html page using function calls (as opposed to mouse or keyboard events..). thanks a lot for your help, Arjun Panday [EMAIL PROTECTED]
RE: java AWT and Swing without XWindows
-- | 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!) 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, | orSVGI lib. Theoretically it should be possible, but it will mean that you will have to re-implement the AWT on top of whatever graphical subsystem you want it to have it on (e.g. GGI or SVGAlib???) and that will be a lot of work. Cheers, Addy.|
mirror troubles
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?
build of jdk1.1.6 v2 failed
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
Re: Versioning
> "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. Is that jdk1.1-1.1.6v4a-1 or above? If so, you're correct, I do remove the extra libs from the tar.gz file. -- Stephen (Debian JDK maintainer) --- Perl is really designed more for the guys that will hack Perl at least 20 minutes a day for the rest of their career. TCL/Python is more a "20 minutes a week", and VB is probably in that "20 minutes a month" group. :) -- Randal Schwartz
[email protected]: RE: java AWT and Swing without XWindows
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, | | 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, | orSVGI lib. Theoretically it should be possible, but it will mean that you will have to re-implement the AWT on top of whatever graphical subsystem you want it to have it on (e.g. GGI or SVGAlib???) and that will be a lot of work. Cheers, Addy.| --- End of Forwarded Message
Can Java Catch Signals ?
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 dynamic status on the web via a browser. The only problem is that java does not handle system interrupts or external stimuli well enough. It does not have to be 100% Java. It will have to work on Solaris 2.5+ boxes though Any ideas appreciated. Have a FuNkiNG good time Peter -- import java.std.disclaimer.*; // "Dontcha just love the API, baby bop!" -+=+- Thank FuNk it's FriDAY -+=+- Peter Pilgrim Dept:OTC Derivatives IT, Deutsche Bank (UK) Ltd, Groundfloor 133 Houndsditch, London, EC3A 7DX Tel: +44-545-8000 Direct: +44 (0)171-545-9977 Fax: 0171-545-4313 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Re: Can Java Catch Signals ?
http://www.interstice.com/~kevinh/projects/javasignals/index.html Trent Jarvi [EMAIL PROTECTED]
Re: java AWT and Swing without XWindows
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 would mean using either >the frame buffer, > orGGI, > orSVGI lib. There the Xvfb server (virtual framebuffer) thing. I think you might be able to use that; it emulates a display with memory so you won't even need a display card or a monitor or anything.
Re: Versioning -- Linux JDK needs your HELP!
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 removed. Linux - 2.1.122 (i586) -- Cheers. Alexander
Re: Java interface to MySQL
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. Zeller's JDBC driver for MySql Probably at `http://www.tcx.se/' under contributed software. I dunno which JDBC is best, though [Greg Cook] I have tested several of the MySQL JDBC drivers here. The fastest is the gwe driver. The most stable is the mm driver. The mm driver also has the nice feature of allowing multiple open ResultSets per connection. The mm drivers actually buffer the entire ResultSet then feed them to you as you .next() em. On large transfers the gwe driver is much faster response, but the mm drivers are 250% more stable than the gwe under heavy loads. The gwe drivers close the socket and reopen for _every_ stmt.close() and con.close() coded. Under high retrieve, update, retrieve, search loads the gwe throws broken SocketExceptions. The gwe would be the better of the two if someone could convince the author to finish reading in the socket stream if the ResultSet is closed before all of the rows are read instead of closing and reopening the socket. Greg Cook Vnews.net Unsubscription, archives, FAQ - http://www.xcf.berkeley.edu/lists.html
Re: AudioPlayer
> 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 files at 8000Hz. You can find out the length of the audio clip by getting the size of the file or from the side of the AudioData's buffer. Therefore you can predict the time that a sample will finish playing. Have a FuNkiNG good time Peter -- import java.std.disclaimer.*; // "Dontcha just love the API, baby bop!" -+=+- Thank FuNk it's FriDAY -+=+- Peter Pilgrim Dept:OTC Derivatives IT, Deutsche Bank (UK) Ltd, Groundfloor 133 Houndsditch, London, EC3A 7DX Tel: +44-545-8000 Direct: +44 (0)171-545-9977 Fax: 0171-545-4313 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Default fonts and colors in java
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/ PGP signature
Re: JDK for Alpha-Linux
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 > still available anywhere? > > Thanks, > > Todd Allen > -- > > Todd Allen > CASA, Inc. > 1911 Central Ave. > Los Alamos, NM 87544 > 505-662-6820 x 105 > 505-988-8807 x 106
Re: Versioning
> 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 correct, I do remove > the extra libs from the tar.gz file. No. I was using jdk1-1.1.6v2 and everything was fine. I just noted that v4 .deb was uploaded, and I'll upgrade today. -- Ja ne, Marcus Brito Mailto: [EMAIL PROTECTED] /~\ \ / ASCII ribbon campaign against HTML mail X Campanha da fita ASCII contra mensagens HTML / \
