java distribution

1999-06-14 Thread Anonymous
I am now collecting free and non free software to put all together on a CD. Can I include the java port for linux from your ftp site on the disk ? I entend to do no modifications to the package, just put it there as a zip file, exactly how I downloaded it from the FTP site. ...hoping for an answ

Cannot allocate colormap entry for default background

1999-06-14 Thread Anonymous
> On my Redhat 6.0 system, > where I have installed both jdk117_v3 and jdk12_prev2, > they work fine but I have this issue problem. > > All java apps show this message on the console (the jdk12 also shows > warnings about fonts, but that's another issue, I'll have to study the > FAQ). > > Warni

jdk1.2 installation

1999-06-14 Thread Anonymous
I had a couple of questions about installing the jdk1.2 (pre-v2) on i386. First, what is the .diffs file for and how do I use it if I need it? (Is this what the patch-o-matic script is for? How do I run the script?). I downloaded and extracted the jdk1.2 file (the .tar.bz2) into /usr/local/jdk1

Cannot allocate colormap entry for default background

1999-06-14 Thread Anonymous
Hi. On my Redhat 6.0 system, where I have installed both jdk117_v3 and jdk12_prev2, they work fine but I have this issue problem. All java apps show this message on the console (the jdk12 also shows warnings about fonts, but that's another issue, I'll have to study the FAQ). Warning: Cannot al

Problems with JDK 1.2v2

1999-06-14 Thread Anonymous
Hi! The installtation of the new JDK works fine. But if I try to start some Programm it comes up the the following messages: . Font specified in font.properties not found [-b&h-lucidasans-bold-r-normal-sans-*-%d-*-*-p-*-iso8859-1] SIGSEGV 11* segmentation violation st

Re: help while jdk1.2 installation (I have the same problem)

1999-06-14 Thread Sergio Antoy
Kothari Alpesh D writes: > > I have installed jdk1.2 from blackdown site. After setting the path and > running command 'java' or 'javac' it gives error the somefiles in the > path /bin/realpath not found. Similar error it gives for path > /green_threads/i386 etc. Also it tells that it cannot find

Re: JVM speed test suite?

1999-06-14 Thread Chris Abbey
At 06:50 AM 6/14/99 -0400, Jonathan Mark Brooks wrote: >Thanks! Unfortunately, the Volano test suite probably won't meet my >needs, since it is highly client/server oriented. that might actually be a good thing... unless what you want to benchmark is pure low level math or number crunching... in

Re: Problems installing Swing.

1999-06-14 Thread Jeff Galyan
In Java releases prior to 1.2 (Java 2), you must list each .zip or .jar file individually in the classpath. So, your CLASSPATH variable should be '/usr/java/lib/classes.zip:/usr/java/lib/swingall.jar:.' . --Jeff Bob Cadenza wrote: > > Not really a blackdown problem, but I just downloaded the S

Problems installing Swing.

1999-06-14 Thread Bob Cadenza
Not really a blackdown problem, but I just downloaded the Swing for jdk117v3, and I just can't figure out how to install it correct. I moved all of the *.jar files to /usr/java/lib next to my class.zip. And I set the CLASSPATH="/usr/java/lib:./" What am I doing wrong? Well thanks in advance.

Re: Java and IPv6

1999-06-14 Thread Bryce McKinlay
Piers O'Hanlon wrote: > Hi, > Does anyone know of any port of java over IPv6? I am particularly in > terested in java over IPv6 on Linux. The java.net implementation in libgcj has support for IPv6. I'm not sure how well it (IPv6 support) works, though. http://sourceware.cygnus.com/java

Re: FW: Warning: could not send message for past 4 hours

1999-06-14 Thread Jeff Galyan
use 'java -classpath $CLASSPATH:. someClass' In Java 2 you don't need to have CLASSPATH set, and the '-classpath' switch appends the parameter to the system classpath (default /lib:/jre/lib/ext). If you jar your application classes, you can add them to the system classpath by dropping the jar int

Re: [off-topic] stop bashing!

1999-06-14 Thread Anonymous
Your comments assume a desire to distribute the JDK itself. There are no restrictions or fees for distributing the software you develop, nor are you restricted from distributing the *binaries* of add-on libraries you get from Sun (there may be some exceptions on redistributing binary jars of class

Re: FW: Warning: could not send message for past 4 hours

1999-06-14 Thread Paul Mclachlan
--- "Herbel, Rick" <[EMAIL PROTECTED]> wrote: > + exec /usr/local/java/bin/i686/green_threads/java -verbose > -verbosegc > -cs -verify -classpath ./ HelloWorld.class > Unable to initialize threads: cannot find class > java/lang/Thread It's this last line that's having the problem. -classpath ove

FW: Warning: could not send message for past 4 hours

1999-06-14 Thread Herbel, Rick
I get the following error message when I try to run java Unable to initialize threads: cannot find class java/lang/Thread I have a redhat 5.2 system I unistalled kaffe and changed my path info I installed 1.1.7B in /usr/local/1.1.7B and made a ln from /usr/local/java to /usr/local/1.1.7B [root@

Who can solve this :Invalid password error runing JDB! + Better support for the desperate Java-Linux user!!

1999-06-14 Thread Perakakis Manolis
Hi folks! I am using java on both a Solaris & Linux I 've 2 Linux pcs. -The one at the lab (RH5.2 - jdk116glibc2) , works fine with jdb. -The home PC [RH5.0 - jdk116glibc2) has problem with jdb : I get an nvalid password error , while trying to run the jdb! NOTE that i 've updat

Re: JVM speed test suite?

1999-06-14 Thread Cees de Groot
>Thanks! Unfortunately, the Volano test suite probably won't meet my >needs, since it is highly client/server oriented. > There's an older benchmark, CaffeineMark3, which I once grabbed from Pendragon Software (www.pendragon-software.com). Don't know whether it's still available, but it's client

Java and IPv6

1999-06-14 Thread Piers O'Hanlon
Hi, Does anyone know of any port of java over IPv6? I am particularly in terested in java over IPv6 on Linux. Thanks, Piers O'Hanlon -- Computer Science Department Phone: +44 171 419 3670 University College

Re: [off-topic] stop bashing!

1999-06-14 Thread Anonymous
--- Calvin Austin <[EMAIL PROTECTED]> wrote: > Louis-David I will show you the code! Hop on over to > > http://developer.java.sun.com/developer/products/java2cs > > you can get all the Java 2 source code for no fee. Ah, but what is your definition of free? Here is my example. I was doing a litt

Re: [off-topic] stop bashing!

1999-06-14 Thread Anonymous
For all other platforms you are correct. For Linux and the Blackdown port. 1) source is free 2) JCK is free for that port 3) distribution is free for that port. This is a stepping stone to where Linux can go with Java. I personally want mozilla with a Java 2 VM on Linux. We can get there with th

JavaOne: Linux BoF

1999-06-14 Thread John D. Mitchell
Just a reminder folks attending JavaOne to come participate in the Linux Java BOF... JavaTM Technology on Linux BOF Tuesday - June 15th 12:15 pm - 1:15 pm The Marriott Hotel - BOF room - C3 Take care, John -- To UNSUB

Re: [off-topic] stop MS bashing please (was: Re: -Xrunhprof:cpu=times)

1999-06-14 Thread Javier BolaƱos Molina
Louis-David Mitterrand wrote: > On Sun, Jun 13, 1999 at 01:13:04PM +1000, Chris Kakris wrote: > > Juergen Kreileder wrote: > > > > > > That's because it isn't implemented in pre1 & pre2. It will work with > > > the next release. > > > > Excellent. Thanks. > > > > Chris (kill -9 Microsoft) Kakris

Re: [off-topic] stop bashing!

1999-06-14 Thread Uncle George
I think ur notion is somewhat short sighted: 1) The source -> free, 2) The Jck -> No so free ( exceeding bogus claim that ur not smart enough to run the tests, but ur smart enough to port it, which porting, u seem to admit it , is a difficult task ) 3) Distribution -> Not so free. 4) so wheres t

Re: JVM speed test suite?

1999-06-14 Thread Jonathan Mark Brooks
Thanks! Unfortunately, the Volano test suite probably won't meet my needs, since it is highly client/server oriented. On Sun, 13 Jun 1999, Chris Abbey wrote: > At 09:48 AM 6/13/99 -0400, Jonathan Mark Brooks wrote: > >Can someone point me to a URL or resource that will allow me to > >do a simple

Re: [off-topic] stop MS bashing please (was: Re: -Xrunhprof:cpu=times)

1999-06-14 Thread Robb Shecter
Charles Forsythe wrote: > > > If MS were so powerful > > and monopolistic they would have killed Linux somehow. > > How? It has no parent company to drive out of business... Yeah, I also found this claim to be suspicious. To say: L: Linux Exists Therefore: M: MS is not powerful and monopo

Re: [off-topic] stop MS bashing please (was: Re: -Xrunhprof:cpu=times)

1999-06-14 Thread Robb Shecter
Hi, I find this hard to understand. Louis-David Mitterrand wrote: > MS is dominant on the desktop and consumer OS for now simply because its > competition has been so lame and disorganized. Sure, I think that MS has some decent software. Encarta is great. BUT, you just can't ignore MS's pre

Swing working yet??

1999-06-14 Thread Matthew Brown
Hello all, I am new to this list because I am interested in your port of 1.2 to the Linux which I more or less use constantly(system is shared with Win98) and when I try to use Swing, it says that it cannot find Metal Look and Feel which I have seen on the mail archive that its a bug but I won