Re: JDK 1.2 won't run JFC demo

1999-04-02 Thread Anil kumar
On Thu, 1 Apr 1999, Joe Lin wrote: > Hi, > > I have downloaded the JDK 1.2 from blackdown.org. and I tried to run the > JDK 1.2 JFC demo (FileChooserDemo). But I got an Linker error as follows: > > Exception in thread "main" > java.lang.UnsatisfiedLinkerError:/usr/jdk1.2/jre/lib/i386/libfontma

javac-BUG ???

1999-04-02 Thread Dipl.-Ing. Dr. Mustafa Radi
Hello jdk-developers ! First of all I want to point out, that Blackdown is doing a good work, and since Sun does not see, that Linux is becoming a competitive alternative to Microsoft's Windows it is up to the porting team to support the increasing group of Linux-developers who are not willing t

Re: How to make JDK1.2-pre-v1 as my default JVM

1999-04-02 Thread wdacruz
You need to uninstall kaffe: rpm -ev kaffe* At 07:29 PM 4/1/99 -0800, you wrote: >Hi, > >I have realized after many agonizing hours that some of my problem is really >due to Kaffe. I'm currently running RedHat 5.2 and I downloaded JDK preview >v1. I set the PATH variable to point to "/usr/jdk1.

Re: Windows PLAF hack?

1999-04-02 Thread Ulli Kortenkamp
> "Matthew" == Matthew McKeon <[EMAIL PROTECTED]> writes: Matthew> I don't suppose anyone knows of / can recommend a hack to Matthew> get around the windows PLAF block in v1.2 of the Linux Matthew> JDK? Is such a thing possible? Is the block integral to Matthew> the VM or is

Re: javac-BUG ???

1999-04-02 Thread Michael K Vance
"Dipl.-Ing. Dr. Mustafa Radi" wrote: For your reference: > 1.) Fonts do not behave as in 1.1.7, and even the batch in the > FAQs does not result to satisfying GUIs This is known. > 2.) The javac compiler seems to be buggy since some of the > projects leads to >>nullpointerexceptions<<

Re: JDK 1.2 won't run JFC demo

1999-04-02 Thread John Summerfield
> Hi, > > I have downloaded the JDK 1.2 from blackdown.org. and I tried to run the > JDK 1.2 JFC demo (FileChooserDemo). But I got an Linker error as follows: > > Exception in thread "main" > java.lang.UnsatisfiedLinkerError:/usr/jdk1.2/jre/lib/i386/libfontmanager.so: > libstdc++-lib6.0-1.so.2:

Re: Windows PLAF hack?

1999-04-02 Thread Matthew McKeon
Ulli Kortenkamp wrote: [kersnip] > Matthew>Or is doing so illegal? :) > > Could be. The question is: Why on earth do you prefer the Windows PLAF > over the Java/Metal PLAF? > Heh... the answer is "That's what our client wants". Actually, I find the current visD for

Re: japanese font problem japanese redhat linux 5.2 & java2

1999-04-02 Thread Naoki Shibuya
Hi Haruhide-san, My question is a bit off-track for this ml. Excuse me if you're annoyed. > >i cannot display japanese correctly. >does anyone succeed to display japanese? >i updated my linux to japanese redhat linux 5.2 & java2. Just curious. How did you upgrade your linux to Japanese redhat

Re: japanese font problem japanese redhat linux 5.2 & java2

1999-04-02 Thread Haruhide Yauskawa
> Hi Haruhide-san, > > My question is a bit off-track for this ml. Excuse me if you're annoyed. > > > > >i cannot display japanese correctly. > >does anyone succeed to display japanese? > >i updated my linux to japanese redhat linux 5.2 & java2. > > Just curious. How did you upgrade your linu

Re: japanese font problem japanese redhat linux 5.2 & java2

1999-04-02 Thread Naoki Shibuya
Hi, Execuse me for the off-track question again. > >japanese redhat linux 5.2 is released > I went to the RedHat site but could not find anything like that. As I live in Sydney, I don't have much Japanese local info. I searched for it using www.goo.ne.jp search engine but nothing called Japane

Re: japanese font problem japanese redhat linux 5.2 & java2

1999-04-02 Thread Haruhide Yauskawa
hit: http://www.cdrom.co.jp i bought it in japan when i had a vacation i'm at mountain view, ca how about users-side? http://www.users-side.com or install an english readhat at first, and then install pje. -h. yasu > Hi, > > Execuse me for the off-track question again. > > > > >japan

Help!Help!

1999-04-02 Thread Arnaldo Riquelme
I just downloaded the jdk v.117 . I trying to learn and get around this new enviroment.(linux)   A couple of problems I set my path like so         export PATH=/home/java/jdk117/bin:$PATH   I wrote a simple little test Hello Linux!! progr