Re: JDBC ODBC bridge

1999-09-17 Thread Carlos Alberto Román Zamitiz
And, why do you use JDBC ODBC Bridge? You can use pure JDBC only. Or can you explain your problem in detail? Mmm, I think you need the next line in your program: Class.forName("sun.jdbc.odbc.JdbcOdbc"); before you make the Connection object. "Nicholas.Knight" wrote: > I have obtained a driver f

Re: Java implementation question

1999-09-17 Thread Jeff Galyan
Whether the Java3D VecMath package uses Pentium III-specific instructions is dependent on the platform's OpenGL or DirectX implementation. Java3D is implemented on top of either of those, depending on your OS platform (UNIX implementations use OpenGL or Mesa, Windows implementations use OpenGL or

Re: JNI & servlets

1999-09-17 Thread Juergen Kreileder
> Nathan Meyers writes: >> I have been trying how I can use JNI from within a servlet. I >> have tried the code that comes with Apache-jserv. Servlets >> compile and run without any problem. The problem is with javah. >> After a successful compilation (i hope) when I try to ma

Re: any news on progress?

1999-09-17 Thread Juergen Kreileder
> berry writes: berry> Who are the individuals currently working on the port? >From README.linux: Steve Byrne, Juergen Kreileder, Kevin Hendricks, Johan Vos, Anand Palaniswamy, David Connelly, Karl Asha, Kars de Jong, Scott Hutinger, Michael Sinz, Brad Crochet, Calvin Austin and Eddie

Re: any news on progress?

1999-09-17 Thread Nathan Meyers
Steve Nguyen wrote: > > One suggestion to BlackDown team: please have the download files in normal ZIP >format instead of bzip2. We got lot of problem with it. > > Thanks > Steve Nguyen > [EMAIL PROTECTED] > C.E.O. > KBMail Software & Service Provider > http://www.kbmail.com Can you be more sp

Re: any news on progress?

1999-09-17 Thread Juergen Kreileder
> Chris LeDantec writes: Chris> I've noticed that porting work seems to have arrived at a Chris> plateau. The status pages haven't seen new material in a Chris> while You didn't really check this, did you? Especially the JCK page has been updated several times in the last two wee

Re: Jserv supports JNI?

1999-09-17 Thread Nathan Meyers
devrim baris acar wrote: > > I wonder if Apache JServ supports JNI calls. > Does it? > > Devrim Baris Acar > Tubitak-Bilten ODTU Apache JServ is just a class library running under the JVM. It has no control over JNI support. You do need to be sure that the .so's for the native component are so

double click speed in java

1999-09-17 Thread Justin Lawler
Hi all, is there any way of changing the double click speed in java, or is this a linux property? thanks in advance, Justin -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMA

Re: any news on progress?

1999-09-17 Thread Dick Balaska
Steve Nguyen wrote: > > One suggestion to BlackDown team: please have the download files in normal ZIP >format instead of bzip2. We got lot of problem with it. > > Thanks > Steve Nguyen > [EMAIL PROTECTED] > C.E.O. > KBMail Software & Service Provider > http://www.kbmail.com > > "Plan - Do - R

Re: reading files

1999-09-17 Thread Nelson Minar
This question isn't really a Java-Linux question, but I'll answer anyway since I have the code right here. >I can run a process with something like "tail -f /var/log/messages" >and getInputStream... There's a way to do this, only with java? I've taken this code out of a bigger package, so it won

Re: any news on progress?

1999-09-17 Thread Brian Pomerantz
On Fri, Sep 17, 1999 at 10:27:23AM -0400, berry wrote: > Who are the individuals currently working on the port? > Do they have a formal relationship with Sun? > I'm curious about that myself. I'm a beta user of JBuilder 4 and would really like to fix problems I find with the JDK while using JBu

Jserv supports JNI?

1999-09-17 Thread devrim baris acar
I wonder if Apache JServ supports JNI calls. Does it? Devrim Baris Acar Tubitak-Bilten ODTU -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

problem starting jdb -mx64000000 xxxxxxxxxxxx

1999-09-17 Thread andrey
Hi, all! I wonder if anybody else had same problem: when I start jdb with -mxNNN parameter it crashes like this: [andrey 1]$ jdb -mx6400 Initializing jdb... *** panic: Internal error dumping threads! *** panic: Internal error dumping threads! "../../../../src/genunix/java/runtime/mem

Re: Is there sound in java1.2 APPLICTAIONS ?

1999-09-17 Thread Matthias Pfisterer
Hi, I've started a Linux implementation of the JavaSound API. Take a look at: http://rupert.informatik.uni-stuttgart.de/~pfistere/tritonus/ Matthias Sebastian-Anton Ponovescu wrote: > > Is there any sound capability in java1.2 ? I am interesting in playing sound > from a java application and

Re: JNI & servlets

1999-09-17 Thread Nathan Meyers
devrim baris acar wrote: > > Hi, > I have been trying how I can use JNI from within a servlet. I have tried the > code that comes > with Apache-jserv. Servlets compile and run without any problem. The problem > is with javah. > After a successful compilation (i hope) when I try to make a C header

Re: Reinstall 1.1.7

1999-09-17 Thread Rachel Greenham
Surjan Singh wrote: > > I always thought that you _don't_ need the classpath. If you have your > PATH variable correctly (for the release you want to use, e.g. > /usr/local/jdk1.2/bin) then you don't need to worry about anything else. > > The only reason you would want your CLASSPATH set, is if

Re: any news on progress?

1999-09-17 Thread berry
Who are the individuals currently working on the port? Do they have a formal relationship with Sun? - Original Message - From: Chris LeDantec <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, September 17, 1999 9:10 AM Subject: any news on progress? > I've noticed that porting w

any news on progress?

1999-09-17 Thread Chris LeDantec
I've noticed that porting work seems to have arrived at a plateau. The status pages haven't seen new material in a while and nothing has been released publicly for a few months (speaking of jdk1.2p2) I was just curious where things stood, what future plans are (continue work on 1.2 or scrap it in

reading files

1999-09-17 Thread Alejandro Flores
Hello All, Im wanting to build an application that will read a log file, and will analyze all lines. Well, the problem is that the log file is constantly updated, and I dont know how to do it 100% pure java. I can run a process with something like "tail -f /var/log/messages" and g

Re: Java implementation question

1999-09-17 Thread Thomas M. Sasala
Frank Deutschmann wrote: > > Hello all, > > Presuming that I can't get a hold of the source code, could someone > perhaps tell me how the Java3D VecMath package is implemented? > Specifically, I'm wondering if it makes use of the SIMD floating point > instructions on P-3 processors, and, more ge

Re: Reinstall 1.1.7

1999-09-17 Thread Surjan Singh
I always thought that you _don't_ need the classpath. If you have your PATH variable correctly (for the release you want to use, e.g. /usr/local/jdk1.2/bin) then you don't need to worry about anything else. The only reason you would want your CLASSPATH set, is if you have other Java libraries yo

JNI & servlets

1999-09-17 Thread devrim baris acar
Hi, I have been trying how I can use JNI from within a servlet. I have tried the code that comes with Apache-jserv. Servlets compile and run without any problem. The problem is with javah. After a successful compilation (i hope) when I try to make a C header file, it gives the error below. I woul