hi,
can anybody tell me how many threads sun suggest to
use in a program if no. of processors is not a
problem.
Any link directing to such a problem will be useful
Thanking you in anticipation,
vishal sinha
__
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per mo
Hi All,
Downloaded linux JDK from blackdown.org. And give the class path as per
directions. Now when I tried to compile a simple Java program it showing the
error "can't find application home". I'm using Redhat6.1, Shell: bash.
Please let me know how to configure JDK in linux. Thanx in ad
Rajkishore Barik wrote:
>
> Hi,
>
> Is it possible to get JDBC code for linux ?
> If so, where can i get it.
Sure, depends what back-end database you'd be connecting to though.
PostgreSQL (http://www.postgresql.org), which I use, has a JDBC driver
as part of the package. JDBC d
Hi,
Is it possible to get JDBC code for linux ?
If so, where can i get it.
waiting for a reply,
thanx,
Raj
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL
I don't have a problem with 1.1.7B, and if you use 1.2pre2 and put a
System.out.println to print out sum after your loop, it will exit
normally with a sum of 9604. Without the println, 1.2pre2 bombs for me
too. Strange.
-Jim
because then the loop makes sense.
>
> Rudy
>
> -Original Message-
> From: Rajkishore Barik <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
> Date: Thursday, July 22, 1999 11:47 AM
> Subject: Help needed
>
> >Hi,
> > Here
like this
sum + = (a*a*a*b) + (a*a*a*b)+ (a*a*a*b)+ (a*a*a*b);
it works because then the loop makes sense.
Rudy
-Original Message-
From: Rajkishore Barik <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Thursday, July 22, 1999 11:47 AM
Subject: Help needed
Hi,
Here is a piece of code, i am trying to execute in
JDK1.2pre-release. But it does not seem to be running.
The code :
***
class test {
public static void main(String Str[]) {
int sum=0;
i
checking to see if anyone interested
?
John D Allen
President/CEO.Leveridge & Friedman INC
Hi,
I am preparing a study about Java performance, which first release is about
to be published in the Java Lobby site. I have benchmarked a number of VMs
for the Win32 platform (JDKs 1.0.2/1.1.7/1.2, Microsoft VMs, and also the
TowerJ natives) and analysed their performance and memory usage.
I
Fellow Blackdown'ers:
I am using the jdk1.1.6v5 port of Java, running apache at home. I was
wondering what I need to install and how to go about it to get into RMI
Development.
Are there any good tutorials for installing RMI with apache.
Any help on this matter would be useful.
Dan.
Oops, I'm sorry there is a *problem* with your code.
I really should do bug testing with our released versions.
Your code works fine with my builds for the next release, but
it fails with the released v3a and v4b builds.
I'll have to give all the othe JNI bug reports a second chance too ;-)
> satya seshu kumar dammu writes:
> i am getting undefined symbol errors when System.loadLibrary is
> loading shared object file.
> i have a java class called "hello" ( very simple one like we all
> imagine) it has a single native method and the native method
> implementation is in "hell
> satya seshu kumar dammu writes:
> i am getting undefined symbol errors when System.loadLibrary is
> loading shared object file.
> i have a java class called "hello" ( very simple one like we all
> imagine) it has a single native method and the native method
> implementation is in "hello.c
[EMAIL PROTECTED] wrote:
satya seshu kumar dammu wrote:
> %gcc -g -shared -lc_nonshared -I/usr/include
> -I/usr/share/jdk1.1.6/include
> -I/usr/share/jdk1.1.6/include/genunix -L/lib -L/usr/lib
> -L/usr/share/jdk1.1.6/lib
> -L/usr/share/jdk1.1.6/lib/i686/green_threads hello.c
> -o libhello.so
>
>
satya seshu kumar dammu wrote:
> %gcc -g -shared -lc_nonshared -I/usr/include
> -I/usr/share/jdk1.1.6/include
> -I/usr/share/jdk1.1.6/include/genunix -L/lib -L/usr/lib
> -L/usr/share/jdk1.1.6/lib
> -L/usr/share/jdk1.1.6/lib/i686/green_threads hello.c
> -o libhello.so
>
> why is the libhello.so st
i am getting undefined symbol errors when System.loadLibrary is
loading shared object file.
i have a java class called "hello" ( very simple one like we all
imagine) it has a single native method and the native method implementation is
in "hello.c" the native method implementation in
hello.
17 matches
Mail list logo