Re: JDBC-connection in Linux

1998-12-13 Thread Java News Collector
At 07:38 PM 12/12/98 -0500, Leo Cyr wrote: >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

RE: JDBC-connection in Linux

1998-12-13 Thread Java News Collector
At 02:17 AM 12/12/98 -0800, Tauren Mills wrote: >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 o

Re: Swing applications + TYA 1.2? [update]

1998-12-13 Thread Bryce McKinlay
Michael Emmel wrote: > I know the method I crash thre often. It inits the gui. > If the sleep work it means he has a race in his Jit. By sleeping your app it > gives the Jit a chance to run through the new code. > That a big method and hes not through jitting it before other stuff gets > cal

Swing applications + TYA 1.2?

1998-12-13 Thread Bryce McKinlay
I was going to send this to Albrecht Kleine (author of TYA), but can't seem to resolve his mail address, so I'll post it here. Origional message follows: -- I have just installed TYA 1.2 - Together/J is now working great (and *fast*!) without having to #undef anything in tyaconfig.h. How

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

1998-12-13 Thread Dimitris Vyzovitis
False Alarm. After closer examination (thanks to Juergen), I realized that I fired a false alarm. --  Dimitrios Vyzovitis  -- Information Processing Laboratory [EMAIL PROTECTED] -- Aristotle University of Thessaloniki [EMAIL PROTECTED] -- Dept. of Electrical and Computer Engineering  

Re: How can I debug Java Program??

1998-12-13 Thread Dimitris Vyzovitis
  You can use ddd (The Data Display Debugger, available under GPL) as a front-end for jdb: ddd -jdb MyClass SInce it was mentioned, has anybody else (besides me ;-} )observed any strange glitches with ddd and jdb? I mean sometimes (pretty often to be sincere) jdb simply hungs and doesn't respond

Re: Problems with Threads

1998-12-13 Thread zun
On Sat, 12 Dec 1998, Carlos Alberto Roman Zamitiz wrote: > 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 meth

Re: How can I debug Java Program??

1998-12-13 Thread Juergen Kreileder
> Darius Bacon writes: >> Subject: Re: How can I debug Java Program?? >> >> Hi Han, >> There are different approaches one can take on debugging a Java program: >> 1) Using System.out.println's at places you expect trouble. >> 2) Use a debugMode boolean property throuh

Re: Killing Applets in browsers

1998-12-13 Thread Leo Cyr
If you use HotJava (current is 1.1.5) for some reason ;-) it automatically re-downloads the classes/jars specified in the Applet tag. I'm not sure why -- I guess it is realted to the browser's cache, but caching of html is still on... It just works... Christopher Hinds wrote: > Since the brows