Re: Java Awt/Swing is fatally flawed

1998-10-12 Thread Dustin Lang
Hi, Please excuse my few snarky remarks... :) > This bring up a basic problem with Linux. It's intel centric. Although > linux runs on a multitude of CPU's it is still centered around > the intel cpu. It's offered e quit a bit of freedom in choosing a free > OS. but try finding binaries for t

JWS2.0

1998-10-12 Thread Meishing Wang
Dear Porting Team: Does Java WorkShop v2.x work on Linux? Meishing W. smime.p7s

Re: javac dies silently

1998-10-12 Thread strider
On Mon, 12 Oct 1998 07:45:00 -0400, "Michael Sinz" <[EMAIL PROTECTED]> wrote: > > Hmmm... I can not think of a reason off the top of my head. I would > look at what the javac is trying to run. For example, check what > > java -version > > outputs. (javac is just a java program that happ

Re: Newbie...

1998-10-12 Thread jim watson
Danny Ayers wrote: > Ithe 1.1.6 JDK working ok, but would like to access some other class > There is a story about this and lots more useful information in the Java Tutorial at: http://java.sun.com/docs/books/tutorial/java/more/managingfiles.html "Setting the Class Path If you m

Re: Local IP address / Java Incompatibility

1998-10-12 Thread Bernd Eckenfels
On Mon, Oct 12, 1998 at 04:18:54PM +0200, Rainer Dorsch wrote: > We found an incompatibility between Java on Solaris 2.5.1/2.6 and on Debian > 2.0.r2 Could anybody suggest how to find out, if it is a bug in Debian Linux > or JDK? You have to use getLocalHost() on a connected Socket, not on Inet

Alpha port?

1998-10-12 Thread Mark Morgan
Hello - We are looking at doing some serious development on Alpha Linux, and were wondering what the status of JDK for it is. Can you shed any light on it for us? Thanks, -- Mark Morgan Partner Aurora Logic, LLC [EMAIL PROTECTED] 406 863 9863 phone 406 863 4915 fax

Ooops, we have a small LIBC5 problem...

1998-10-12 Thread Michael Sinz
On 09 Oct 1998 15:22:30 -0400, Kyriakos Georgiou wrote: > >You have probably got this correction already, but here it is >anyways. It caused a "function {isGreaterOrEqua not found" with my bash >(version 1.14.7(1)) Sorry to all of you who may have run into this problem. This is the correct fix

Unidentified subject!

1998-10-12 Thread Albrecht Kleine
Hi everybody, I've got some mails concerning TYA bugs and compilation errors, many thanks to all! 1.) There's at least one compilation error (using newer gcc) You should apply a patch, Alexander Davydenko <[EMAIL PROTECTED]> sent this to me: --- tya.c Fri Oct 9 23:27:21 1998 +++ tya1.1/t

Re: RH5.1 configuration problem for running with Java???

1998-10-12 Thread Gordon Chamberlin
Wendy Richardson wrote: > > Hi, > > I am trying to run a Java application on RH5.1 with a glibc version of > jre1.1.6v5. My Java app uses JNI and X/Motif in the native part (legacy > code). > I get the following error: > > jre Jsaf > libc.so.5: cannot open shared object file: No such file or d

Newbie...

1998-10-12 Thread Danny Ayers
I'm not at all familiar with Linux, and can't find a way of setting the CLASSPATH environment variable (or any other). I know this is a basic question, but I have had a good search elsewhere to no avail. I've got the 1.1.6 JDK working ok, but would like to access some other class libs. Cheers, Dan

Re: RH5.1 configuration problem for running with Java???

1998-10-12 Thread Michael Sinz
On Mon, 12 Oct 1998 09:52:09 -0400, Wendy Richardson wrote: >Hi, > >I am trying to run a Java application on RH5.1 with a glibc version of >jre1.1.6v5. My Java app uses JNI and X/Motif in the native part (legacy >code). >I get the following error: > >jre Jsaf >libc.so.5: cannot open shared objec

Re: Local IP address / Java Incompatibility

1998-10-12 Thread Rainer Dorsch
Yes, it works now! Thanks. Could anybody think of negative implications of doing this reverse ordering of the localhost and ip address entries? > Rainer Dorsch wrote: > > > > We found an incompatibility between Java on Solaris 2.5.1/2.6 and on Debian > > 2.0.r2 Could anybody suggest how to fi

Local IP address / Java Incompatibility

1998-10-12 Thread Rainer Dorsch
We found an incompatibility between Java on Solaris 2.5.1/2.6 and on Debian 2.0.r2 Could anybody suggest how to find out, if it is a bug in Debian Linux or JDK? Additions to the included bug report: - $ hostname -i 129.69.183.3 gives the correct answer in a shell. - Debian 2.0 comes with

Re: How do I implement a synchronous drawImage()

1998-10-12 Thread Paul Reavis
Brian Pedersen wrote: > > On Sun, 11 Oct 1998, Thomas Okken wrote: > > > Hi all, > > > > For Reasons too Complicated to Explain, I would like to implement > > a set of methods similar to Graphics.drawImage(), only without the > > ImageObserver argument. These methods should block until the image

RH5.1 configuration problem for running with Java???

1998-10-12 Thread Wendy Richardson
Hi, I am trying to run a Java application on RH5.1 with a glibc version of jre1.1.6v5. My Java app uses JNI and X/Motif in the native part (legacy code). I get the following error: jre Jsaf libc.so.5: cannot open shared object file: No such file or directory (libfoo.so) Class not found: Jsaf M

Re: javac dies silently

1998-10-12 Thread Michael Sinz
On Sun, 11 Oct 1998 17:36:08 -0400, strider wrote: >On Sun, 11 Oct 1998 09:50:15 -0400, "Michael Sinz" <[EMAIL PROTECTED]> wrote: >> >> It should just work. Make sure (since you are RedHat 5.0) not to have >> Kaffe installed from the default Kaffe archives. >>> On Sun, 11 Oct 1998 08:59:43 -040

Re: JDK 1.1.7

1998-10-12 Thread jim watson
by the way, in iomgr.c you may have to tell it to open something... "sbb: you need to open libc by hand -- good luck -- most of the + * " jw

Re: JDK 1.1.7

1998-10-12 Thread jim watson
Filipe Custsdio wrote: > I spent this weekend trying to get JDK 1.1.7 to compile. After patching > the sources with the JDK1.1.6v5 diffs, I applied the diffs that "patch" > rejected manually. I did the same using slackware libc5, it works ok, but i only applied the rejects which were absolutely

JDK 1.1.7

1998-10-12 Thread Filipe Cust\sdio
I spent this weekend trying to get JDK 1.1.7 to compile. After patching the sources with the JDK1.1.6v5 diffs, I applied the diffs that "patch" rejected manually. I finally have a compilable JDK 1.1.7. Unfortunately, it segfaults on trying to run anything. I'll try to track down the problem. In t

rmid with JDK1.1.6

1998-10-12 Thread Michael Kranz
Hello, I didn't find the RMI-Server rmid within JDK1.1.6. How can I implement RMI on a Server under Linux? Any documentation abou this? Thank you and best regards Michael - Gesellschaft fuer Informatik e.V. (GI) Wissenschaftszen

checkVersion glitch

1998-10-12 Thread Rene Schmit
Hi all when running a java program, I get the following message: /usr/local/jdk/bin/checkVersions: {isGreaterOrEqual: command not found Inserting a space between the '{' and 'isGreaterOrEqual ' in checkVersions fixes the problem: { isGreaterOrEqual "$libcVers" 1.5.44 && isGreaterO

Re: How do I implement a synchronous drawImage()

1998-10-12 Thread Brian Pedersen
On Sun, 11 Oct 1998, Thomas Okken wrote: > Hi all, > > For Reasons too Complicated to Explain, I would like to implement > a set of methods similar to Graphics.drawImage(), only without the > ImageObserver argument. These methods should block until the image > is completely drawn, i.e. I would l