Does blackdown suffer from bug 4694590?

2002-11-07 Thread Joseph Shraibman
http://developer.java.sun.com/developer/bugParade/bugs/4694590.html I know it doesn't suffer from bug 4706607 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

JPS (printing services)

2002-11-07 Thread Glenn Holmer
I'm teaching myself to use the Java Print Service API, and was able to query my Linux workstation for available print services. Before I went too far, I thought I'd try it on a Windows machine, but he didn't return *any* services at all. Does the JPS only work with IPP devices (I use CUPS on the

Re: SQL database and JDBC

2002-11-07 Thread Mario Medina Nussbaum
postgresql and mysql have jdbc with postgre you only need to install postgresql-jdbc package, and in /usr/lib/pgsql will be the jdbc.jar files. Cuong Nguyen wrote: Hi everyone, Can anyone recommend an SQL server for Linux which provides JDBC API for database connectivity? Thanks Alan Nguy

Re: SQL database and JDBC

2002-11-07 Thread Nathan Meyers
On Thu, Nov 07, 2002 at 12:17:12PM -0600, Cuong Nguyen wrote: > Hi everyone, > > Can anyone recommend an SQL server for Linux which provides JDBC API for > database connectivity? Definitely PostgreSQL, probably also MySQL (although I haven't done that one with JDBC). Nathan Meyers [EMAIL PROTECT

Re: Java Performance

2002-11-07 Thread Matt Avery
I would be more than happy to help with builds of the Blackdown JVM. What do we have to do to get CVS access? Narendra Sankar wrote: Hi Everyone Since I discovered Jedit, I have been looking into jvm performance, specifically on linux as that is my platform of choice. I love jedit and it has a

Re: SQL database and JDBC

2002-11-07 Thread Erik Jensen
--- Cuong Nguyen <[EMAIL PROTECTED]> wrote: > Can anyone recommend an SQL server for Linux > which provides JDBC API for database > connectivity? Yeah, PostgreSQL is a great ACID compliant database. You can find it at http://www.postgresql.org. The JDBC driver can be found at http://jdbc.postgres

RE: SQL database and JDBC

2002-11-07 Thread Le, Paul [Contractor]
Cuong, mySQL supports JDBC. -Original Message- From: Cuong Nguyen [mailto:cuong_nguyen@;commdec.com] Sent: Thursday, November 07, 2002 12:17 PM To: [EMAIL PROTECTED] Subject: SQL database and JDBC Hi everyone, Can anyone recommend an SQL server for Linux which provides JDBC API for d

Re: SQL database and JDBC

2002-11-07 Thread Avi Cherry
At 12:17 PM -0600 11/7/02, Cuong Nguyen wrote: Can anyone recommend an SQL server for Linux which provides JDBC API for database connectivity? Postgresql. Information, downloads, full documentation can be found at: http://www.postgresql.org ---

SQL database and JDBC

2002-11-07 Thread Cuong Nguyen
Hi everyone, Can anyone recommend an SQL server for Linux which provides JDBC API for database connectivity? Thanks Alan Nguyen -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EM

Java Performance

2002-11-07 Thread Narendra Sankar
Hi Everyone Since I discovered Jedit, I have been looking into jvm performance, specifically on linux as that is my platform of choice. I love jedit and it has all the features for me - but I primarily develop in C and C++. One of the problems I have seen is the slow performance on linux. I hav