OFF TOPIC: (WAS "Faking out an app that requires a GUI")

2001-09-13 Thread Jim Caley
managed to snag a binary from http://ferret.wrc.noaa.gov/Ferret/. Using Xvfb is real simple as well. Again, thanks for the efforts. Dave" Jim -- Jim Caley wrote: > > Ahhh... Thanks, guys. Yes, it was xvfb that I was thinking of. > > I posted this on behalf of a guy from a

Re: Faking out an app that requires a GUI

2001-09-13 Thread Jim Caley
rather than > a physical display device - exactly what you need to run AWT code on > a server. > > Nathan > > > Ed > > > > > > Joi Ellis wrote: > > > > > > On Wed, 12 Sep 2001, Jim Caley wrote: > > > > > > > It seems like a year

Faking out an app that requires a GUI

2001-09-12 Thread Jim Caley
It seems like a year or two ago I saw some sort of utility mentioned on this mailing list that could be used to "fake out" a text-based app that still needed to have a GUI display available. (Was it that some of the Swing classes wanted the graphical display or something? I can't remember.) I'm

Re: Stacktraces without line numbering?

2001-05-04 Thread Jim Caley
Hi Lars, You need to run without the JIT compilation, i.e. java -Djava.compiler=NONE Regards, Jim -- Lars Degerstedt wrote: > > Hi all, > > I get stacktraces without line numbers (just "compiled code") for > Blackdown JDK 1.2, in spite of the fact that the source code is present. > > Any sug

Re: postgresql jdbc driver

2000-08-08 Thread Jim Caley
I suppose this question has both Java and Linux elements to it (assuming your platform is Linux), but it would still be more appropriate -- and you'll get better results -- if you post it to the pgsql-interfaces list. :) See http://www.postgresql.org (then Info Central/Mailing Lists) for more inf

Re: Java on Red Hat linux 6.2

2000-07-11 Thread Jim Caley
Hello Amit, Two things: - Since you installed java at /user/java/jdk1.2.2 you should use: export JAVA_HOME=/user/java/jdk1.2.2 rather than: export JAVA_HOME=/java/jdk1.2.2 - This one: export PATH$JAVA_HOME/bin:$PATH should read: export PATH=$JAVA_HOME/b

Re: How to start using PostgreSQL?

2000-05-22 Thread Jim Caley
Hi Janet, This question should really have something to do with Linux *and* Java to be in this mailing list. You may want to try one of the Postgresql mailing lists. See http://postgresql.org/lists/mailing-list.html. Or your question may already be answered in one of the online FAQ's or docs a

Re: Installing J2EE

2000-03-31 Thread Jim Caley
That did it -- many thanks! Jim -- Juergen Kreileder wrote: > > >>>>> Jim Caley writes: > > Jim> According to the message below (I grabbed it from the > Jim> Java-Linux archives), to get J2EE installed I should download > Jim> the port fo

Installing J2EE

2000-03-31 Thread Jim Caley
mean I should use the Windows version on Linux? TIA, Jim Caley -- >Re: j2ee on linux ... any hope? >From: Larry Sanderson >Subject: Re: j2ee on linux ... any hope? >Date: Wed, 19 Jan 2000 21:41:12 -0800 >Yup. >First, download and install the J2EE port for Solaris. It'

Re: sun announcement

1999-12-09 Thread Jim Caley
It's right there on http://java.sun.com -- the first link under "Headlines & Features." Jim Caley -- Jacob Nikom wrote: > > It looks like they forgot to connect it to the rest of the site - > even search of their web site does not find it. > > Jacob >

Re: about using JFC

1999-09-09 Thread Jim Caley
You can download Sun's Java Tutorial at http://java.sun.com/docs/books/tutorial/information/download.html and then work through the "Creating a GUI with JFC/Swing" trail. Regards, Jim -- sn_java wrote: > > Hello java-linux, > > where can I download swing tutorial? > thanks > > Best regard

Re: NoClassDefFoundError... argh!

1999-07-19 Thread Jim Caley
Are you sure the same JVM is being invoked for each run? You can get the NoClassDefFoundError exception when using the wrong JVM. Regards, Jim Caley -- Dustin Lang wrote: > > Hi, > > My app has recently started throwing NoClassDefFoundErrors. It started > after I made some fa

RE: Swing 1.1 & Netscape Communicator?

1999-02-11 Thread Jim Caley
Thanks for the tip, I tried it but still have the same problem. Regards, Jim -- [EMAIL PROTECTED] wrote: > > > From: >[EMAIL PROTECTED] > To: >[EMAIL PROTECTED] > Cc: >[EMAIL PROTECTED] > Date: >Thu, 11 Feb 1999 08:36:31 -0500 > Subject: >R

Swing 1.1 & Netscape Communicator?

1999-02-10 Thread Jim Caley
ccessfully built and ran a small Swing 1.1 *application* using the 1.1 JAR files, so I suspect that the files are not corrupt. I've also tried the Swing 1.1.1 Beta 1 with no different results. Is there anything I can do to get Swing 1.1 to work with Communicator? TIA, Jim Caley E-mail: [EMAIL PROTECTED]