Re: Using sun.tools.javac.Main within a java app?

1998-08-17 Thread Dustin Lang
Hi, Let me pause for a moment and smack myself for being such a goof. *SMACK* I think I was just incorrectly interpreting the results of my initial tests on the compile() method; it works exactly as one might expect: takes args such as "-d", "-O", and the list of files to compile. Sorry for th

jdk1.1.x TextField, TextArea problem with '<'.

1998-08-17 Thread Gey-Hong Gweon
Hello, I am running jdk1.1.6v2 compiled for libc5 on Red Hat Linux release 3.0.3 (Picasso). When I use the TextField or the TextArea, I can't get '<'. When I press '<' key, what I get is '>'. If I use '>', then I do get '>'. Does anyone know where this problem comes from? The problem occurs in jdk

Re: Using sun.tools.javac.Main within a java app?

1998-08-17 Thread Juergen Kreileder
Dustin Lang <[EMAIL PROTECTED]> writes: > Hi, > > Let me pause for a moment and smack myself for sending this admittedly > off-topic message. (Flame at will) > > *SMACK* > > Okay, now, has anyone ever used sun.tools.javac to do compiling within a > running vm? I'm writing a versioning server

Using sun.tools.javac.Main within a java app?

1998-08-17 Thread Dustin Lang
Hi, Let me pause for a moment and smack myself for sending this admittedly off-topic message. (Flame at will) *SMACK* Okay, now, has anyone ever used sun.tools.javac to do compiling within a running vm? I'm writing a versioning server that can compile java files and right now I'm using the m

RE: apache + mod_jserv for Linux 2.0.27 ?!

1998-08-17 Thread Chris Kakris
On Mon, 17 Aug 1998, Ted Guild wrote: > Patrick, > > That mod was written/rewritten last around the time of Apache version > 1.2.6. I tried compiling it with 1.3 and was running into troubles > re-#defined something I found in a FAQ on Apache's site and was still not > going well. Have been m

Java DB browsing utility

1998-08-17 Thread Jan Vicherek
Hello, I'm looking for a java utility that would allow me to connect to a database and would let me display and manipulate its tables. (insert, delete, maybe update). I would like it with source code, if possible. Does anynody know of one ? Where do I look to find java apps ?