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
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
> 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
> 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
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
> 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
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
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
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
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
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
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]
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
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
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
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
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
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
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
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
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
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
22 matches
Mail list logo