Re: Java implementation question

1999-09-16 Thread Nathan Meyers
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

Java implementation question

1999-09-16 Thread Frank Deutschmann
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 generally, how efficient it is/what sort

Re: Is there sound in java1.2 APPLICTAIONS ?

1999-09-16 Thread Thomas M. Sasala
Isn't there a multimedia API? FWIW, a better place to ask these questions would be the javasoft website. -Tom Artur Biesiadowski wrote: > > Sebastian-Anton Ponovescu wrote: > > > > Is there any sound capability in java1.2 ? I am interesting in playing sound > > from a java ap

Re: Is there sound in java1.2 APPLICTAIONS ?

1999-09-16 Thread Artur Biesiadowski
Sebastian-Anton Ponovescu wrote: > > Is there any sound capability in java1.2 ? I am interesting in playing sound > from a java application and been unable to find anything related to this. Applet.newAudioClip( file.toURL() ).play(); This is static method - quite braindead, I suppose that it i

unsubscribe

1999-09-16 Thread berry
unsubscribe Berry Crawford Consultant, Bondi Software Phone - 336 - 373 - 8200 x302 Email my computer - [EMAIL PROTECTED] Email my pager - [EMAIL PROTECTED] Company Web Site - www.bondisoftware.com SilverStream Journal and Upcoming Book - www.s3journal.com -

Re: JDBC ODBC bridge

1999-09-16 Thread Nathan Meyers
"Nicholas.Knight" wrote: > > I have obtained a driver for MySQL for database support, but it keeps > returning an error of not being able to find JDBC ODBC bridge, where is it, > what is it and how do I install it!! Where did you get your MySQL jdbc driver? I use one from http://www.worldserver.

Re: Reinstall 1.1.7

1999-09-16 Thread Rachel Greenham
Tom Whitcomb wrote: > > All, > > I've got 1.2 installed and I want to remove it and reinstall 1.1.7. How do > I uninstall 1.2? Do I just delete the 1.2 directories? What about the > support for the automatic CLASSPATH? > > Thanks for any help, Well, under SuSE Java 1.1.7 is installed in /usr

Is there sound in java1.2 APPLICTAIONS ?

1999-09-16 Thread Sebastian-Anton Ponovescu
Is there any sound capability in java1.2 ? I am interesting in playing sound from a java application and been unable to find anything related to this. __ Get Your Private, Free Email at http://www.hotmail.com -

Re: JDBC ODBC bridge

1999-09-16 Thread Bernardo Paz Betancourt
Hi, I´m using Oracle and Java with JDBC ODBC so if you explicit a little bit your problme I may helpyou. Bernardo At 10:21 a.m. 16/09/99 +0100, you wrote: >I have obtained a driver for MySQL for database support, but it keeps >returning an error of not being able to find JDBC ODBC bridge, where

Re: Swing PLAF color properties?

1999-09-16 Thread Patrick Ohnewein
Check out UIManager.getColor(String) and for the keys check out http://www.gargoylesoftware.com/papers/plafdiff.html there are shown the differences, but I look to it very ofter to get the right keys! Hope this helps Patrick Jani Mikkonen wrote: > > Actually my question is not straing l

Reinstall 1.1.7

1999-09-16 Thread Tom Whitcomb
All, I've got 1.2 installed and I want to remove it and reinstall 1.1.7. How do I uninstall 1.2? Do I just delete the 1.2 directories? What about the support for the automatic CLASSPATH? Thanks for any help, Tom __ Get Your Private, Free

Re: JDK1.2-prev2 Segmentation Violation

1999-09-16 Thread Kontorotsui
On 16-Sep-99 Surjan Singh wrote: > You need to get the dingbats font from the link on blackdown. I think > it points to the GIMP fonts page. No need to change font.properties. I installed the dingbat fonts, but I got segfaults anyway. Seems that it is working only when it complains about missi

Re: JDK1.2-prev2 Segmentation Violation

1999-09-16 Thread Surjan Singh
You need to get the dingbats font from the link on blackdown. I think it points to the GIMP fonts page. No need to change font.properties. By the way (you may know already), but the problem I had was because I was using 24bits. JDK1.2pre-v2 works fine in 16bit. Kontorotsui wrote: > > On 15-Se

RE: JDK1.2-prev2 Segmentation Violation

1999-09-16 Thread Kontorotsui
On 15-Sep-99 Surjan Singh wrote: > Console based programs seem to work fine. Swing & AWT programs > seg-fault. Any ideas? The error I get is: > > > SIGSEGV 11* segmentation violation > stackpointer=0x41812b80 I had the same troubles after installing the accursed dingbats fonts! Wh

JDBC ODBC bridge

1999-09-16 Thread Nicholas.Knight
I have obtained a driver for MySQL for database support, but it keeps returning an error of not being able to find JDBC ODBC bridge, where is it, what is it and how do I install it!! Many thanks Nick Knight -- To UNSUBSCRIBE,

Re: JDK1.2-prev2 Segmentation Violation

1999-09-16 Thread Surjan Singh
Thanks many, many, many times! I've been trying to figure this one out for days. By the way, how did you know that 24bit is a problem? I've searched nearly 100% of all docs/faqs/newsgroups and found nothing. Calvin Austin wrote: > > 24bit? Thats a known issue that isn't completely fixed yet >