Swing PLAF color properties?

1999-09-15 Thread Jani Mikkonen
Actually my question is not straing linux/java question, more like general java one but here it goes. I've wrote a listbox cellrenderer which im using in my crossplatform application. This application sets look'n'feel according the OS its running as most of the programs like this does. The proble

Re: Swing Problems

1999-09-15 Thread Jeff Galyan
Make sure you're using correct package naming in your Swing apps; i.e., javax.swing NOT com.sun.java.swing. --Jeff Robert Mullen wrote: > > Are the swing classes supported in the blackdown port of the 1.2 JDK? I can > write, compile and execute code properly if I don't use swing but anything >

Re: Error loading libjava.so

1999-09-15 Thread Chris Abbey
does no one read readmes any more? You're running the glibc2.0 ("libc5") jdk binaries on a glibc2.1 ("glibc") based system. Please obtain the current 1.1 (117v3) jdk from: http://www.blackdown.org/java-linux/mirrors.html cabbey at home dot net <*> http://members.home.net/cabbey I

Re: jre and native thread

1999-09-15 Thread Chris Abbey
At 19:24 9/15/99 -0600, Carlos Alberto Román Zamitiz wrote: >I think your linux box doesn't have memory enough. >You should close others applications and try again. >(ups! that's sound like Windows). yeah, that would be windows ... >I'm not sure. Please, tell me if I'm wrong. I very much suspe

Error loading libjava.so

1999-09-15 Thread Oliver White
I'm running the latest stable deb package of java, or trying too. I get this error when running 'java'. $ java uci.uml.Main /usr/lib/jdk1.1/bin/../bin/i586/green_threads/java: error in loading shared libraries: /usr/lib/jdk1.1/bin/../lib/i586/green_threads/libjava.so: undefined symbol: _dl_symbol

Re: jre and native thread

1999-09-15 Thread Carlos Alberto Román Zamitiz
I think your linux box doesn't have memory enough. You should close others applications and try again. (ups! that's sound like Windows). I'm not sure. Please, tell me if I'm wrong. Greetings Carlos Pierre Legay wrote: > Hello, > when I execute a very simple program ( jre Hello.class) with the

Note to mswansom [OT]

1999-09-15 Thread Nathan Meyers
My thanks to mswanson for recent mail about my Java profiler. And a request... Unless you're really trying to remain mysterious and anonymous, could you change your mailer to supply a real return address and not "[EMAIL PROTECTED]"? Or supply an address in your signature? One-way mail isn't very

Re: java dsp...

1999-09-15 Thread Sheng-Yih Wang
There is a book called 'Java Digital Signal Processing' by Lyon and Rao. It may contain something you need. Published by M&T books in 1998. ISBN 1-55851-568-2. Hope this helps. Sheng-Yih. Jair-Rohm Wells wrote: > High; > > Can anyone direct me to sources of DSP routines written in Java? I wan

Re: JDK 1.2 Problem. Newbie needs help.

1999-09-15 Thread Riyad Kalla
Am I correct in saying that its dying due to native threads? Should he pull a "THREADS_FLAG=green" in his shell to correct this? Liguo Song wrote: > > Dear Friends, > > I am having trouble to make JDK1.2 Pre V2 working on my Red Hat 6.0. > > Anytime, I tried to use anything from the package,

java dsp...

1999-09-15 Thread Jair-Rohm Wells
High; Can anyone direct me to sources of DSP routines written in Java? I want to be able to perform operations on sound files such as e.q. and granulation. Thanks; Jair-Rohm __ Get Your Private, Free Email at http://www.hotmail.com ---

Re: Class not found

1999-09-15 Thread Ted Neward
CLASSPATH is assumed to be "." unless another CLASSPATH is given; even then, classes/jars in the Extensions directory are automatically present. Ted Neward Patterns/C++/Java/CORBA/EJB/COM-DCOM spoken here http://www.javageeks.com/~tneward "I don't even speak for myself; my wife won't let me." --

JDK1.2-prev2 Segmentation Violation

1999-09-15 Thread Surjan Singh
Any ideas why I get a seg fault? I'm on RedHat5.2 with all the correct libraries (as far as I can tell) Console based programs seem to work fine. Swing & AWT programs seg-fault. Any ideas? The error I get is: SIGSEGV 11* segmentation violation stackpointer=0x41812b80 <+lots of th

JDK 1.2 Problem. Newbie needs help.

1999-09-15 Thread Liguo Song
Dear Friends, I am having trouble to make JDK1.2 Pre V2 working on my Red Hat 6.0. Anytime, I tried to use anything from the package, like java, javac or appletviewer, I will get a panic error message. The message is following. I don't know what is wrong? Do I need more memory installed? FYI,

Re: Swing Problems

1999-09-15 Thread Thomas M. Sasala
Linux JDK 1.2 is the same as all other JDK 1.2's. It wouldn't be called Java if it wasn't. Robert Mullen wrote: > > Are the swing classes supported in the blackdown port of the 1.2 JDK? I can > write, compile and execute code properly if I don't use swing but anything > that uses swing

Re: Class not found

1999-09-15 Thread Thomas M. Sasala
With JDK 1.2, you don't need to specify the classpath when you run an app. That might be your probelm. Christian Posse wrote: > > Hi, > > sorry for maybe asking an obvious question. I have seen that problem > posted in > the past but I can't find the answer to it. > > I just upgrad

Re: Swing Problems

1999-09-15 Thread peter pilgrim
[EMAIL PROTECTED] wrote: > Are the swing classes supported in the blackdown port of the 1.2 JDK? I can > write, compile and execute code properly if I don't use swing but anything > that uses swing bombs with and a class not found error. This includes the > demo's that came with the installation