help needed

2003-07-03 Thread vishal sinha
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

Help needed for installation

2000-01-07 Thread Rajesh K.S.
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

Re: Help Needed ??

1999-08-01 Thread Rachel Greenham
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

Help Needed ??

1999-08-01 Thread Rajkishore Barik
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

Re: Help needed

1999-07-22 Thread Jim Hazen
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

Re: Help needed

1999-07-22 Thread Nathan Meyers
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

Re: Help needed

1999-07-22 Thread Rudi Streif
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

Help needed

1999-07-22 Thread Rajkishore Barik
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

Java/Linux help needed in Phoenix.. :)

1999-06-01 Thread Leveridge & Friedman INC
checking to see if anyone interested ? John D Allen President/CEO.Leveridge & Friedman INC  

Benchmarking JVMs - help needed!

1999-01-05 Thread Osvaldo Pinali Doederlein
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

RMI Help needed...

1998-11-09 Thread Daniel Harris
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.

Re: urgent help needed please.........

1998-09-22 Thread Juergen Kreileder
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 ;-)

Re: urgent help needed please.........

1998-09-22 Thread satya seshu kumar dammu
> 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

Re: urgent help needed please.......Rý??²? ü¢??*sü ^£?³ý¬???­ý´?¶¹¥

1998-09-22 Thread Juergen Kreileder
> 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

Re: [Re: urgent help needed ]

1998-09-22 Thread satya seshu kumar dammu
[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 > >

Re: urgent help needed please.......Rý??²?ü¢??*sü^£?³ý¬???­ý´?¶¹¥

1998-09-22 Thread Dan Kegel
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

urgent help needed please.......Rý??²? ü¢??*sü ^£?³ý¬???­ý´?¶¹¥

1998-09-22 Thread satya seshu kumar dammu
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.