Re: javah problem in package

1998-10-06 Thread Gao Lei
I think it should be javah package.Time Gwobaw A. Wu wrote: > Hi, > I notice that javah has a problem in generating stub include file > within a package. Without package, javah is able to generate stub include > ( xxx.h ) file. Here is the error message : > > javah Time > Time: no such cla

javah problem in package

1998-10-06 Thread Gwobaw A. Wu
Hi, I notice that javah has a problem in generating stub include file within a package. Without package, javah is able to generate stub include ( xxx.h ) file. Here is the error message : javah Time Time: no such class. CLASSPATH is set correctly since javah works without package in the s

Re: Object Mapping into sql dbms?

1998-10-06 Thread David Warnock
Ean and everyone else, I am definately interested. We have our system working single user, we have standard interfaces and all I have so far is available under LGPL. We have a big deadline at the end of October and too much work to do before then. I will be putting it out (and am discussing wit

Re: JIT ????

1998-10-06 Thread Java News Collector
At 05:59 PM 10/6/98 -0400, Mehrdad Jahansoozi wrote: >Greetings, > >Apparently, There is a confusion between JIT compiler, and JIT virtual >machine( VM ). And this isn't helping. The JIT is not the Java compiler. It is the "just in time" compiler which is also platform-specific and actually proc

JIT ????

1998-10-06 Thread Mehrdad Jahansoozi
Greetings, Apparently, There is a confusion between JIT compiler, and JIT virtual machine( VM ). I was looking for a linux ( VM ) and I thought clarify Java classes need ( VM ) to run. VM is platform specific. A compiler is what creates Java classes from xxx.java files. I compile my java f

JIT ????

1998-10-06 Thread Mehrdad Jahansoozi
Greetings, Apparently, There is a confusion between JIT compiler, and JIT virtual machine( VM ). I was looking for a linux ( VM ) and I thought clarify Java classes need ( VM ) to run. VM is platform specific. A compiler is what creates Java classes from xxx.java files. I compile my java f

Re: Subtle Date misbehaivior

1998-10-06 Thread Elmo Recio
On Tue, 6 Oct 1998, Michael D. James wrote: |Jeez, I wish more of my dates would misbehave, subtly or not. | | HEY! There are mailing lists for that kind of stuff! 8P cheers, elmo "now that i know that i'm breaking to pieces i'll pull out my heart and i'll feed it to anyone crying for sy

Re: Subtle Date misbehaivior

1998-10-06 Thread Michael D. James
Jeez, I wish more of my dates would misbehave, subtly or not.

Re: Object Mapping into sql dbms?

1998-10-06 Thread Ean R . Schuessler
We have written a similar system which I have been heading towards GPLing. It used to use unique IDs but I have shifted to arbitrary keys. It would seem that we should try and put together a consolidated effort to build something heavy duty. ?, E On Tue, Sep 22, 1998 at 01:44:14PM +0200, Bernd

Subtle Date misbehaivior

1998-10-06 Thread Ean R . Schuessler
I have run into some interesting behaivior in the VM. I have been using JDK1.1.6v2 with the PostgreSQL JDBC drivers for some time and recently started getting inexplicable TimeStamp format errors. Curiously, the problem only shows up when I use JDK1.1.6v4. Has anyone else seen this sort of behai

JTAPI on Linux

1998-10-06 Thread Chris Young
Anyone heard of somebody working on an implementation of JTAPI (Java Telephony API) for Linux?   /cky

Java app without X installed

1998-10-06 Thread Wim Ceulemans
Hi I'm testing a little application that has to run on a linux server without X installed. When I run it on my linux box without X running, it runs fine. But when I run in on a linux box without X installed I get the following: /usr/local/jdk1.1.6v4a/bin/../bin/i686/green_threads/java: can't res

Re: JDK 1.1.6 ( Blackdown.org Port ) Windowing Bug in KDE 1.0

1998-10-06 Thread Martin Konold
On Tue, 6 Oct 1998, James Michael Keller wrote: > libqt 1.40 > > I'll update and see if that helps at all The problem is well know and fixed in the most recent versions of kwm. Regards, -- martin // Martin Konold, Herrenbergerstr. 14, 72070 Tuebingen, Germany // // Email: [EMAIL PROTE

Re: TextArea

1998-10-06 Thread Jie Yu
Hi, there, Thank you for all of you responding to my last email about TextArea. This is my small testing program. import java.awt.*; import java.awt.event.*; public class TextDemo implements ActionListener { TextField textField; TextArea textArea; Frame f; public TextDemo(

Re: Java and CVS

1998-10-06 Thread Mario Camou
Travis Shirk wrote: > Hello All, > > This post does not have anything to do with Linux, but some of you > may be able to help since you're Unix users. > > --- > > I'm having some problems using CVS with a pretty large Java API. The problem > is pretty basic, I want my CVS repository

Re: JDK 1.1.6 ( Blackdown.org Port ) Windowing Bug in KDE 1.0

1998-10-06 Thread James Michael Keller
libqt 1.40 I'll update and see if that helps at all David Guthrie wrote: > > Just a guess, but what version of libqt do you have ( doubt this matters). > I have 1.41 (1.40 worked too.) > if you need ICQ, there exists a KICQ that seems to work pretty well, but I assume > you need java

Still trying to build jdk1.1.6 v2

1998-10-06 Thread John Campbell
Hi, I'm still trying to build jdk1.1.6 from source. I have the executables (v2 for libc5) installed and they work. I applied the diffs in the mirror common directories to the source I got from sun. I set ALT_BOOTDIR to the top of the jdk1.1.6 executables (a problem I had earlier). The build fa

More KDE java problems ...

1998-10-06 Thread James Michael Keller
Ok, in trying to trace this down ... I installed the AOL IM client that includes it's own java tree. In this case the main window comes up, flashes twice and then disapears. However the client program still thinks the window is there and remains running. So it's not the program crashing out as

JDK 1.1.6 ( Blackdown.org Port ) Windowing Bug in KDE 1.0

1998-10-06 Thread James Michael Keller
Just changed to the 1.1.6.4a-1glibc release of the blackdown.org jdk port. and have noticed a bug with respect to KDE In particular this was the ICQ Java preview program. The main window will appear, and run fine. However when you double click to get the dialog box to send a message, or read

Re: Java and CVS

1998-10-06 Thread Alexander Davydenko
Travis Shirk wrote: > (1) I don't want CVS to try and merge .class > files and put file(s) cvsignore in the working dir and under all subdirs in the package hierarchy. > (2) people working with the repository should need to do a cvs add > on only the source file and not the new .class file. t

Bug in v4a?

1998-10-06 Thread niessene
Hello, I installed the latest jdk. With this jdk I get a thread dump (see below) using the following native code (just parsing a string). With jdk1.1.6-v2 it worked just fine. Can somebody give the code a try? I am very curious if it works on another setup. Parsing an int back works fine with v4a

Re: Java and CVS

1998-10-06 Thread Michael Thome
> "Travis" == Travis Shirk <[EMAIL PROTECTED]> writes: > (CVS, sources vs. binaries, Make, javac) > Has anyone ever solved this problem. This is the first time I've really > wished for header files, because C/C++ does not have this problem during > compile time. Sure it does, just different

Re: Does Java apps has to have .class extension?

1998-10-06 Thread peter . pilgrim
Create a shell script to call `java Example' for you a la #!/bin/sh # Set up any defaults just in case : ${JAVAVM:=java|kaffe|jikes} : ${CLASSPATH:=/whatever/man} : ${SWING_HOME:=/you/know/what/time/it/is} export SWING_HOME CLASSPATH ${JAVAVM} Example

Re: Java and CVS

1998-10-06 Thread Bruno Boettcher
> is pretty basic, I want my CVS repository to contain only java source files. put *.class in the CVSROOT/cvsignore file of your cvs server

Re: Problem installing JDK

1998-10-06 Thread John Summerfield
On Mon, 5 Oct 1998, Bordelon wrote: > This is a multi-part message in MIME format. > > --=_NextPart_000_0006_01BDF03C.B5AF23E0 > Content-Type: text/plain; > charset="iso-8859-1" > Content-Transfer-Encoding: quoted-printable > > --=_NextPart_000_0006_01BDF03C.B5AF23E0 > Content-Typ

Re: Java and CVS

1998-10-06 Thread John Summerfield
On Mon, 5 Oct 1998, Travis Shirk wrote: > Hello All, > > This post does not have anything to do with Linux, but some of you > may be able to help since you're Unix users. > > --- > > I'm having some problems using CVS with a pretty large Java API. The problem > is pretty basic, I

JDK 1.2 for Linux?

1998-10-06 Thread Marjan Trutschl
I could use it. :) Any idea when you'll start working on JDK 1.2? Thank you! Marjan Trutschl IVPR - UMass Lowell

Java and CVS

1998-10-06 Thread Paul Michael Reilly
Travis Shirk writes: > Hello All, > > This post does not have anything to do with Linux, but some of you > may be able to help since you're Unix users. > > --- > > I'm having some problems using CVS with a pretty large Java API. The problem > is pretty basic, I want my CVS

Java and CVS

1998-10-06 Thread Travis Shirk
Hello All, This post does not have anything to do with Linux, but some of you may be able to help since you're Unix users. --- I'm having some problems using CVS with a pretty large Java API. The problem is pretty basic, I want my CVS repository to contain only java source files. T

Re: Does Java apps has to have .class extension?

1998-10-06 Thread Paul Romanchenko
On Mon, 5 Oct 1998, Danny Lu wrote: > But when I try to run a example program I wrote.. and I change > the extension.. I got an error stating "Can't find class Example" > > and I got Example.class... now I change the name of the Example.class to > Example: > mv Example.class Example > >