font.properties

1999-11-29 Thread Jeff Bean
I'm looking for a font.properties file that utilizes only basic X fonts that are compatible with xfs or are common to most Unix/Linux systems. I want to be able to run java applications cross platform, via remote X server, and am constantly hitting either font-not-found problems, or runtime java

Re: Select/poll for java-linux

1999-11-29 Thread Scott Murray
On Mon, 29 Nov 1999, Artur Biesiadowski wrote: > Has anybody implemented it already ? Sun does not seem to try to solve > the subject, but I suppose that it should be possible to add select like > functionality on top of current jdk (including some native code of > course). > > I'm not thinking

Re: RPMs

1999-11-29 Thread Jeff Galyan
RedHat have made available excellent documentation for developers who wish to use the RPM packaging system in the book "Maximum RPM". You should be able to find it at fatbrain.com or your local bookstore. --Jeff > James Butler wrote: > > You may remember my plea for assistance for help with i

Re: Still vexed, JNI + Motif in 1.2 JDK

1999-11-29 Thread Juergen Kreileder
> Greg Wolodkin writes: Greg> The 1.1.7 model (where Motif was resolved by java, javac, Greg> etc) worked with no problems. But I've tried everything Greg> (except for building my own JDK from Sun sources and Greg> Blackdown diffs) and I'm convinced there is no way I can do

Building 1.2.2 from Sun sources + Blackdown diffs

1999-11-29 Thread Greg Wolodkin
Hi all - I've spent some time over the last two weeks trying to track down the original 1.2 Sun sources (they're no longer on Sun's web pages, only the 1.2.2 stuff is there). Given the name of the latest 1.2.2-RC2 release, I'm thinking it is probably based on the 1.2.2 source tree. If so, how ca

Still vexed, JNI + Motif in 1.2 JDK

1999-11-29 Thread Greg Wolodkin
Hi all - Has anyone had any luck using the newer 1.2 JDKs (1.2-preXX and/or the latest 1.2.2-RCxx) from within a Motif app? Specifically I'm trying to use the JNI to make calls from within a C program, and running into trouble due to the fact that libawt.so contains a statically linked copy of Mo

Re: Problem with Native Thread under jdk1.2.2 RC2

1999-11-29 Thread Brian Pomerantz
On Mon, Nov 29, 1999 at 05:30:17PM -0500, Jacob Nikom wrote: > Was HotSpot ported to Linux? > If it has been, it shouldn't manifest itself until JDK1.3. BAPper -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of

Re: Problem with Native Thread under jdk1.2.2 RC2

1999-11-29 Thread Jacob Nikom
Was HotSpot ported to Linux? Jacob Nikom Andy Choi wrote: > > Hi all, > > I have got a problem using native thread and hotspot with rc2. When i > try to run java, it would gives me the following messages. > > /usr/local/jdk1.2.2/bin/i386/native_threads/java: error in loading > shared librari

Re: That old --zapf dinbats ERROR --- GRRR

1999-11-29 Thread John N. Alegre
Well thanks for all the trys, but nothing has worked. Here is a list of what I have tried: 1. Download the URW fonts form www.gimp.org 2. untared the tarball in /usr/X11R6/share/fonts which is linked to /usr/X11R6/lib/X11/fonts 3. moved to that directory and did /usr/sbin/ttmkfdir -o fonts

Re: Select/poll for java-linux

1999-11-29 Thread Nelson Minar
>Has anybody implemented it already ? Sun does not seem to try to >solve the subject, but I suppose that it should be possible to add >select like functionality on top of current jdk I've heard other references to doing this. Couldn't quickly find anything, but it might be worth searching for. H

Problem with Native Thread under jdk1.2.2 RC2

1999-11-29 Thread Andy Choi
Hi all, I have got a problem using native thread and hotspot with rc2. When i try to run java, it would gives me the following messages. /usr/local/jdk1.2.2/bin/i386/native_threads/java: error in loading shared libraries: /usr/local/jdk1.2.2/jre/lib/i386/native_threads/libhpi.so: symbol sem_init

Re: JDK 1.2.2 RC2 crashes on loading

1999-11-29 Thread Brian Pomerantz
On Mon, Nov 29, 1999 at 10:49:47PM -0200, Monoses Ioan wrote: > > I've just installed the RC2 built against glibc 2.1.2 and > it always dumps core because of SIGILL (Illegal instruction). > This is true for both a 2.2.5 and a 2.2.12 kernel on a RH6.0. > Chances are you are run

JDK 1.2.2 RC2 crashes on loading

1999-11-29 Thread Monoses Ioan
I've just installed the RC2 built against glibc 2.1.2 and it always dumps core because of SIGILL (Illegal instruction). This is true for both a 2.2.5 and a 2.2.12 kernel on a RH6.0. Any hints? (Am I dumb??) --

Re: Running a Java Service (ie no gui)

1999-11-29 Thread Michael Sinz
On Mon, 29 Nov 1999 18:10:16 +, [EMAIL PROTECTED] wrote: >Hiya, > >I'm using the 1.2beta2, and when I run a Java process outside of an X >environment, I get the following error: I do this all the time but you have to be careful as to what code you run. If it does anything graphics related (

Re: That old --zapf dinbats ERROR --- GRRR - CORRECTION

1999-11-29 Thread Dimitrios Vyzovitis
Oops - I jaust realized that I didn't say anything new. I hastily misread your mail previously - sorry for the braindead response :-) -- dimitris -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe".

Re: That old --zapf dinbats ERROR --- GRRR

1999-11-29 Thread Peter Eddy
Did you remember to do: ttmkfdir -o fonts.scale mkfontdir in the new font directory? Here's a nice resource for font reated issues in X: http://www.frii.com/~meldroc/Font-Deuglification.html#install Peter "John N. Alegre" wrote: > > The jdk1.2.2 is now sucessfully installed but whe

Re: That old --zapf dinbats ERROR --- GRRR

1999-11-29 Thread Dimitrios Vyzovitis
"John N. Alegre" wrote: > Then I rebooted. argh...argh...argh... You don't have to. How about restarting the font server (xfs)? /etc/rc.d/init.d/xfs restart should do the work (after updating the conf - see below) > I still get the above problem. What am I missing?? I believe that you have t

Running a Java Service (ie no gui)

1999-11-29 Thread jbaker
Hiya, I'm using the 1.2beta2, and when I run a Java process outside of an X environment, I get the following error: java.lang.reflect.InvocationTargetException: java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable. at sun.awt.X11GraphicsEn

That old --zapf dinbats ERROR --- GRRR

1999-11-29 Thread John N. Alegre
The jdk1.2.2 is now sucessfully installed but when running any app on Redhat 6.0 I get: Font specified in font.properties not found [--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific] Font specified in font.properties not found [--zapf dingbats-medium-r-normal--*-%d-*-*-p-*-adobe-f

Select/poll for java-linux

1999-11-29 Thread Artur Biesiadowski
Has anybody implemented it already ? Sun does not seem to try to solve the subject, but I suppose that it should be possible to add select like functionality on top of current jdk (including some native code of course). I'm not thinking about being particulary portable here - as long as I can ru

Re: How can I see memory used by Java?

1999-11-29 Thread Jonathan Doughty
Nathan Meyers wrote: > BTW, I haven't seen any evidence that the JVM gives memory back > to the system. Doing such a thing isn't impossible, but it is > difficult; OTOH, systems with garbage-collection are those most > able to implement such a capability. This was added to JDK 1.1.8. From the 1

Re: Corrupted JDK-1.2.2

1999-11-29 Thread Scott Murray
On Mon, 29 Nov 1999, Albert Y.C. Lai wrote: > "John N. Alegre" <[EMAIL PROTECTED]> writes: > > > What gives? Why the shar file anyway? bz2 was ok, gz even better. > > shar files aren't even compressed > > I think the main purpose of the installer script is to make you read > and agree to t

Re: Corrupted JDK-1.2.2

1999-11-29 Thread Albert Y.C. Lai
"John N. Alegre" <[EMAIL PROTECTED]> writes: > What gives? Why the shar file anyway? bz2 was ok, gz even better. > shar files aren't even compressed I think the main purpose of the installer script is to make you read and agree to the license before it unpacks the files, like all software p

Re: NEW JDK RELEASE!

1999-11-29 Thread Joseph Shraibman
Jan Buchmann wrote: > On Sat, Nov 27, 1999 at 11:26:49AM -0700, Riyad Kalla wrote: > > Interestingly enough, on some of the sites I was crossing last night in search of >RC2, I saw that RC1 was on some. When was RC1 released? I don't ever remeber seeing >ANYTHING about an RC1. > > > > But anywa

Re: Error in loading shared libraries

1999-11-29 Thread Michael Sinz
On Mon, 29 Nov 1999 15:39:19 +0100, [EMAIL PROTECTED] wrote: >Hi, > >I'm using Linux 6.1 SUSE and I installed Java. >When I try to run java, I get the following error : > >/usr/lib/java/bin/../bin/i586/green_threads/java: >error in loading shared >libraries:/usr/lib/java/bin/../lib/i586/green_th

Re: Error in loading shared libraries

1999-11-29 Thread Ingo Rockel
On Mon, 29 Nov 1999 [EMAIL PROTECTED] wrote: > Hi, > > I'm using Linux 6.1 SUSE and I installed Java. > When I try to run java, I get the following error : > > /usr/lib/java/bin/../bin/i586/green_threads/java: > error in loading shared >libraries:/usr/lib/java/bin/../lib/i586/green_threads/lib

Error in loading shared libraries

1999-11-29 Thread benito . meeuwis
Hi, I'm using Linux 6.1 SUSE and I installed Java. When I try to run java, I get the following error : /usr/lib/java/bin/../bin/i586/green_threads/java: error in loading shared libraries:/usr/lib/java/bin/../lib/i586/green_threads/libjava.so: undefined symbol: _dl_symbol_value What am I doing

Illegal Instruction Problem fixed in RC3

1999-11-29 Thread Ingo Rockel
Hi! I just found this in the bug-report: From: Juergen Kreileder <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: Illegal Instruction when doing anything (e.g. java-version) (PR#1532) Date: Sat Nov 27 16:31:21 1999 Fixed in RC3 which will be available in a couple of days.