Re: JAVA AWT exception in debian

2007-06-21 Thread Liam O'Toole
On Thu, 21 Jun 2007 09:43:47 -0700 (PDT) yong lee <[EMAIL PROTECTED]> wrote: > Yes, I am able to run a Swing application from a > terminal window. > > Yong > --- Liam O'Toole <[EMAIL PROTECTED]> wrote: > > > On Wed, 20 Jun 2007 16:13:19 -0700 (PDT) > > yong lee <[EMAIL PROTECTED]> wrote: > >

Re: JAVA AWT exception in debian

2007-06-21 Thread yong lee
Yes, I am able to run a Swing application from a terminal window. Yong --- Liam O'Toole <[EMAIL PROTECTED]> wrote: > On Wed, 20 Jun 2007 16:13:19 -0700 (PDT) > yong lee <[EMAIL PROTECTED]> wrote: > > > I got a following exception when I ran a JAVA > program > > which uses AWT in a terminal wi

Re: JAVA AWT exception in debian

2007-06-21 Thread Roberto C . Sánchez
On Wed, Jun 20, 2007 at 04:13:19PM -0700, yong lee wrote: > I got a following exception when I ran a JAVA program > which uses AWT in a terminal window. The same program > works in Windows environment. Do I miss some > configuration settings in debian environment ? Thanks > -Yong > Are you using

Re: JAVA AWT exception in debian

2007-06-21 Thread Liam O'Toole
On Wed, 20 Jun 2007 16:13:19 -0700 (PDT) yong lee <[EMAIL PROTECTED]> wrote: > I got a following exception when I ran a JAVA program > which uses AWT in a terminal window. The same program > works in Windows environment. Do I miss some > configuration settings in debian environment ? Thanks > -Yo

JAVA AWT exception in debian

2007-06-20 Thread yong lee
I got a following exception when I ran a JAVA program which uses AWT in a terminal window. The same program works in Windows environment. Do I miss some configuration settings in debian environment ? Thanks -Yong java.awt.HeadlessException at java.awt.GraphicsEnvironment.checkHeadless(Unk

Re: JAVA + AWT = ARGH!

1997-11-22 Thread Jim Pick
Mike Patterson <[EMAIL PROTECTED]> writes: > Is there anyone who has sucessfully gotten any version of java, javac, and > AWT libraries to work together? If so, could they give me a basic rundown > on how they did it? Use Sun's JDK. I made a package of it - it is in unstable, non-free. If you

Re: JAVA + AWT = ARGH!

1997-11-21 Thread Alex Yukhimets
> Ok, I give up. I've been bothering everyone I possibly could on both the > DEBIAN and JAVA mail lists, and I've finally gone nuts. > > Is there anyone who has sucessfully gotten any version of java, javac, and > AWT libraries to work together? If so, could they give me a basic rundown > on how

JAVA + AWT = ARGH!

1997-11-21 Thread Mike Patterson
Ok, I give up. I've been bothering everyone I possibly could on both the DEBIAN and JAVA mail lists, and I've finally gone nuts. Is there anyone who has sucessfully gotten any version of java, javac, and AWT libraries to work together? If so, could they give me a basic rundown on how they did i

Frustration with JAVA/AWT

1997-11-20 Thread Mike Patterson
Ok, I installed kaffe java. Good enough. Then I found I needed to grab biss for AWT... simple enough, right? Problem is, it still can't find awt. Here's the setup: >echo $CLASSPATH /usr/lib/jdk/classes.zip:.:/home/src/biss/lib/biss/awt >ls -l /home/src/biss/lib/biss/awt/Awt.class -rw-r--r--

Re: Java: AWT

1997-11-16 Thread Alex Yukhimets
> >What java version are you using? jdk-shared/static (1.0.2) from non-free, > >jdk1.1.3 from hamm/non-free, jdk1.x.x from blackdown.org or jdk1.1.4 from > >Sergey Nikitin? (There are a lot of options, as you can see :) > > I'm running the version from the javac package on the Cheap*Bytes 1.3 disc

Re: Java: AWT

1997-11-16 Thread Alex Yukhimets
> Ok, I've been dinking around with JAVA text applications, and I finally > decided > to make the break into graphics. Everything works fine until I try to run a > program that uses the awt library, and then I get: > > java/lang/UnsatisfiedLinkError: no awt in shared library path > at ja

Java: AWT

1997-11-16 Thread Mike Patterson
Ok, I've been dinking around with JAVA text applications, and I finally decided to make the break into graphics. Everything works fine until I try to run a program that uses the awt library, and then I get: java/lang/UnsatisfiedLinkError: no awt in shared library path at java/lang/Throwa