Re: Stupid question

1999-07-14 Thread José David Martínez Cuevas
Nick Lawson wrote: > Depends which Java you have. Its probably Kaffe if you installed from > a redhat RPM. In that case it will be JDK 1.1, and you will need to set > the classpath to point at the class library. > > If you can't find any documentation, you could always download > the tools docume

Re: Stupid question

1999-07-13 Thread Nick Lawson
Depends which Java you have. Its probably Kaffe if you installed from a redhat RPM. In that case it will be JDK 1.1, and you will need to set the classpath to point at the class library. If you can't find any documentation, you could always download the tools documentation from Suns web site Jos

Stupid question

1999-07-13 Thread José David Martínez Cuevas
Hi. Since i heard about Java, i wanted to learn the language... Now I finally had the oportunity, but into a Linux Box !! But i'm having some problems with it... when i try to compile a program with the 'javac' i got the next message: "Unable to initialize threads: cannot find class: java/lang/T

Re: Retract stupid question about linux-java - a permission issue

1998-11-19 Thread Wolfgang Mües
Am Die, 17 Nov 1998 schrieb Chip Grandits: >A.P. Bell wrote: > >> Don't know much about Java. You should temporarily change the permissions on >> /dev/audio and /dev/dsp to 666 and run your applet -- to ensure that your setuid >> trick has worked. Also, a method such as play() is likely override

Re: [ Michael Beattie ] Retract stupid question about linux-java - a permission issue

1998-11-19 Thread Gregg G. Wonderly
>> To be honest I must not really understand permission >> the application appletviewer, which comes with a jdk is really a symlink to a file >> called >> .java_wrapper >> # ls -l .java_wrapper .java_wrapper is a shell script. setuid or setgid on a shell script may or may not work depending

Re: Retract stupid question about linux-java - a permission issue

1998-11-17 Thread Michael Beattie
On Tue, 17 Nov 1998, Chip Grandits wrote: > A.P. Bell wrote: > > > Don't know much about Java. You should temporarily change the permissions on > > /dev/audio and /dev/dsp to 666 and run your applet -- to ensure that your setuid > > trick has worked. Also, a method such as play() is likely ove

Retract stupid question about linux-java - a permission issue

1998-11-17 Thread Chip Grandits
A.P. Bell wrote: > Don't know much about Java. You should temporarily change the permissions on > /dev/audio and /dev/dsp to 666 and run your applet -- to ensure that your setuid > trick has worked. Also, a method such as play() is likely overriden and so an > alternative method like play(,...)

Re: [may be a stupid question..] the method of input?

1998-07-20 Thread gaolei
[EMAIL PROTECTED] wrote: > | In motif the method of input have a few > | ways(OnTheSpot,OffTheSpot,OverTheSpot,and RootWIndow) with relation to > | multi byte character. > | Isn't it possible in java to change the way of input,too? > | Bye.. > Hi, Yes, I think it could. In fact, you know, the

Re: [may be a stupid question..] the method of input?

1998-07-20 Thread A . KLOS
-- | From: maheshm / shar, , , [EMAIL PROTECTED] | To: java-linux / shar, , , [EMAIL PROTECTED] | Subject: Re: [may be a stupid question..] the method of input? | Date: Tuesday, March 17, 1998 10:41AM | | Received: from shell.nl by ksopenml.ksepl.shell.nl with ESMTP

Re: [may be a stupid question..] the method of input?

1998-07-20 Thread maheshm
god knows??

[may be a stupid question..] the method of input?

1998-07-20 Thread Andrew An(Tae-Yoon)
In motif the method of input have a few ways(OnTheSpot,OffTheSpot,OverTheSpot,and RootWIndow) with relation to multi byte character. Isn't it possible in java to change the way of input,too? Bye..