Re: Java 1.2

1998-12-12 Thread James Seigel
Maybe there would be a volunteer from the list that would be able to help keep the page up to date. I just know what it is like to be busy.I am assuming that those lovely people at blackdown are busy as well... Those are just my $0.02 James. >> Original Message <

VAJava 4 Linux petition is still on!!!

1998-12-12 Thread Jauvane Cavalcante de Oliveira
I just received a messge letting me know that the petition asking IBM to release a version of VAJava is still collecting signatures and will soon be forwarded to IBM. So, if you did not sign it already and you would like to have such development environment for Linux (as well as an indirect suppor

Re: How can I debug Java Program??

1998-12-12 Thread Darius Bacon
> Date: Fri, 11 Dec 1998 13:43:25 +0100 > From: Ernst de Haan <[EMAIL PROTECTED]> > To: "Han,sang-hyuck" <[EMAIL PROTECTED]> > Cc: John Summerfield <[EMAIL PROTECTED]>, > Christopher Hinds <[EMAIL PROTECTED]>, > "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>, > Java-Linux <[EMAIL

Re: Java 1.2

1998-12-12 Thread Ron Resnick
Michael Privat wrote: > > Hi, > I realise you probably get this question ten thousand times a day, > but is there a Java v1.2 porting project ? Is there any approximation > about when it would be available ? > > Thanks a lot, > Michael Privat > >

Re: BUG? Modal dialogs don't call subclass constructors!!!

1998-12-12 Thread Juergen Kreileder
> Dimitris Vyzovitis writes: >> I wrote a short program and tested it with 1.1.7, 1.2 (both with >> green and native threads) on Solaris and with 1.1.7 (green threads >> and native threads) and 1.2 native threads (not available yet) on Linux: >> All show the same behavior -- t

java crashes on remote x11-server

1998-12-12 Thread Hans diez
My Linux computer is connected to a Windows NT workstation where I run an X-server. I get problems when I start a java application or an applet on the remote X-server. Using the X11 server on the linux machine directly, however, everything works fine. Details: I tried it with both x-servers MI

Problems with Threads

1998-12-12 Thread Carlos Alberto Roman Zamitiz
I have a problem with threads: My java client contains 2 threads which call to 2 methods. First thread calls method "x" into while(true) but when second thread calls method "y", first thread must wait. When second thread finish method "y" must notify and first thread will awake. But I receive thi

Re: BUG? Modal dialogs don't call subclass constructors!!!

1998-12-12 Thread Dimitris Vyzovitis
  I wrote a short program and tested it with 1.1.7, 1.2 (both with green and native threads) on Solaris and with 1.1.7 (green threads and native threads) and 1.2 native threads (not available yet) on Linux: All show the same behavior -- the execution stops after show().   yes, but why doesn't it

Java is... boring. The new award for Java

1998-12-12 Thread Andrew V. Shuvalov
Hello! Please take a look at Samovar awards December page: http://www.ecsl.cs.sunysb.edu/~andrew/awards/December.html that tell some funny stories about tech industry. Good luck! Andrew

Re: what tools do you use for programming

1998-12-12 Thread Jauvane Cavalcante de Oliveira
> > You can install both OS's, but you must be careful about which to > > install fisrt... (NT, of course, linux is a little more friendly with > > other OSs:) I have installed in this order the three OSs I use. Win95, WinNT 4.0, Debian Linux 2.0. WinNT, as previously stated, has the OS loader wh

Re: VisualAge for Java 2.0

1998-12-12 Thread Jauvane Cavalcante de Oliveira
Hi Jonathan, hi everyone, > Perhaps it is offtopic, but I AM interested. How would you compare > VAJava 2.0 to Visual Cafe or JBuilder 2? I'm wanting to settle on (and learn) > an IDE so I can get the mechanics out of the way and focus on the language. As I got some messages asking for some mo

Re: what tools do you use for programming

1998-12-12 Thread Christopher Hinds
I use System Commander , which is a boot manager that can manage the boot partitions for multiple OSs on the same machine. I currently use is on a CTX notebook and have NT 4.0 , RedHat Linux 5.1 and even Win95. V Communcation www.v-com.com or www.v-comm.com Cheers Chris jim watson wrote: > I h

Re: Killing Applets in browsers

1998-12-12 Thread Christopher Hinds
Since the browser caches HTML pages in a history list of some type, every you time leave and return to the HTML page, the applet will be activated ( start() ) and deactivated ( stop() ) respectively. Therefore you can try clearing the cached pages which should force the embedded JVM to call the de

Re: javac - library errors

1998-12-12 Thread Carlos Alberto Roman Zamitiz
Yes, that's right. This error happens when you have Kaffe. If you remove it, javac and java work fine. Carlos Alberto Roman Zamitiz Departamento de Ingenieria en Computacion, Facultad de Ingenieria UNAM [EMAIL PROTECTED] On Sun, 6 Dec 1998, Han,sang-hyuck wrote: > > try like this > > [Bodah@

Re: JDBC-connection in Linux

1998-12-12 Thread Christopher Hinds
Try WebLogic's , they have multiple Type 4 (and Type 2) JDBC Drivers for most of production comercial DBMSs www.weblogic.com They may be free , in any event they do offer eval licenses Cheers Chris Thor Erik Karlsen wrote: > Im developing a system that uses both servlets and applets. So far

Re: JDBC-connection in Linux

1998-12-12 Thread Leo Cyr
I have seen no direct comparison between MySQL and postgresql (around 6.3.2) are the jdbc drivers stable, complete, ...? Feel free to follow up directly to me (since it's off topic) but, what makes MySQL so much better than postgresql? I've just gotten into the free source RDBMS realm and postgre

Re: JDBC-connection in Linux

1998-12-12 Thread Alex Rice
On Sat, 12 Dec 1998 02:21:06 +0100, "Thor Erik Karlsen" <[EMAIL PROTECTED]> said: Thor> Im developing a system that uses both servlets and applets. So far Thor> we = have used NT4, IIS4 with JRun 2.2a, MS SQL Server 6.5 and Thor> Symantec = dbAnywhere Server as the platform. Thor> I have Red Ha

Re: JDBC-connection in Linux

1998-12-12 Thread Leo Cyr
I too have had great success with postgresql (www.postgresql.org ;-) -- I've used the driver and code I wrote on many platforms including 4.x+ browsers and it works great so far. Is anyone using postgreSQL (6.3.2 or other) with postgresql.jar in any "high load" production environment like in an a

Re: Java.Linux.GUI

1998-12-12 Thread Paul Ho
At 8:13 PM -0800 12/11/98, irfuben wrote: >Replace X-windows with a GUI written in Java GGI or SVGAlib? >specifically for Linux and Apache. Apache? In what way? Cheers, Paul

Re: javac - library errors

1998-12-12 Thread Han,sang-hyuck
try like this [Bodah@Bodah Bodah]$ /usr/local/jdk/bin/javac if it work well, your JDK path doesn't work then try like this [Bodah@Bodah Bodah]$ which javac I think the result is /usr/bin/javac then remove /usr/bin/javac ... Lord Bodah wrote: > every time i try to compile, i get one

javac - library errors

1998-12-12 Thread Lord Bodah
every time i try to compile, i get one of the following 2 errors: in X, i get: [Bodah@Bodah Bodah]$ javac No library path set. On just the console, i get: Unable to find native libraries in /usr/local/jdk/lib What i have in .profile and .bash_profile are: JAVA_HOME="

Re: Bug#30427: Missing "stat"/libc6 install incomplete?

1998-12-12 Thread Bernd Kreimeier
[Bcc: to Java Linux list and package maintainers.] I am happy to report that (after a grating update "post register_frame_info"), the loadLibrary() problem with Debian "slink" libc6 and JDK 1.1.7v1a-native is gone. >dpkg -l libc6 ii libc6 2.0.7u-7.1 The GNU C library version 2 >

Re: what tools do you use for programming

1998-12-12 Thread jim watson
I have NT4 and Linux on separate partitions. NT has a boot loader, which can run msdos, i just put a autoexec.bat file to run loadlin with the kernel in the dos directory, and away it goes - under this arrangement i think NT does not have any way to even know linux is there, but it had to be NT

RE: JDBC-connection in Linux

1998-12-12 Thread Tauren Mills
I'd highly recommend taking a look at MySQL.  www.mysql.com   I'm using RedHat 5.2, JRun 2.2.1, and MySQL with type 4 JDBC drivers.  The database and JDBC drivers are free.  The database is faster than anything else I've seen, including the big ones like Oracle, MS SQL, Informix, etc.  

Re: JDBC-connection in Linux

1998-12-12 Thread Wim Ceulemans
Hi Thor   I use postgreSQL together with their type 4 JDBC driver on my linux-box and it works fine. I have Win32 clients and MacOS clients accessing the database through the JDBC driver (postgresql.jar). You can find it at www.postgresl.org.  More info concerning the JDBC driver you can fi