jserv problem

1998-09-05 Thread Todd R. Palmer
Of those of you who have successfully gotten the mod_jserv.o apached module to work -- help! I've rebuilt apache (1.3.1), and built the jserv classes successfully. After configuring apache I get: [elohim:/usr/local/jserv0.9.11/classes]# tail -n 1 /var/log/httpd/servlet_error Can't find cla

Change the titlebar (and the subject line damnit!) (was: Java 1.1.6 can't add!)

1998-09-05 Thread Albert Y.C. Lai
Maarten van Leunen <[EMAIL PROTECTED]> writes: > A small thing: > > Whenever I give my Java APplication a nice name in the Titlebar, it says > in the titlebar "No Name". I see this on Solaris running twm. But whenever I use fvwm anywhere, the window title shows up fine. -- [If you post a res

Re: Optimal Directory Structure?

1998-09-05 Thread Dan Kegel
Wim Ceulemans wrote: > I personally use a little shell script which I name 'd' (for develop), and > that looks like: > > # script for setting up development environment > PATH=$PATH:/usr/local/pgsql/bin >... Come to think of it, I use that technique, too- but my little script sets up the environ

Re: javacomm ioctl help

1998-09-05 Thread Diego Pons
Steve Byrne wrote: > [DELETED] > ...It does this by interposing on > system calls like open, and forcing the fd to be attributed appropriately > (i.e. nonblocking, and registered with the interrupt system so that SIGIO's > are delivered). > > You have basically two choices: > > a) Ignore trying

javacomm ioctl help

1998-09-05 Thread Steve Byrne
[EMAIL PROTECTED] writes: > I am trying to add hardware handshaking to the RXTX package and am > having lots of troubles with the java environment. I have a routine in C > that handles hardware handshaking without any problems. However, > incorporating this routine into java with JNI causes al

Java-Linux

1998-09-05 Thread Steve Byrne
Günter Zell writes: > Steve Byrne , > > I got your e-mail address from a Linux-Usergroup. > Iám looking for a JDK-Port for Linux. > Can you give me a hint > from where I can get one ? www.blackdown.org We're just about to release 1.1.6v4a...you might want to wait a day or so before downlo

Re: Optimal Directory Structure?

1998-09-05 Thread Wim Ceulemans
>I realize that there is not one answer to this question but I would like >some of you veteran java/linux developers to suggest what the optimal >directory structure and setup of the CLASSPATH variable is. > >I am, frankly, a C++ programmer trying to learn java and I am >continually frustrated ove

Re: Optimal Directory Structure?

1998-09-05 Thread Dan Kegel
Steve Cohen wrote: > I realize that there is not one answer to this question but I would like > some of you veteran java/linux developers to suggest what the optimal > directory structure and setup of the CLASSPATH variable is. >... > I know it isn't rocket science, but it is annoying. What I am