error with Runtime

2000-12-03 Thread Reghunath P D
I have encountered a problem with Runtime; code:: ** Runtime.getRuntime().exec("ls ") is not working It gives a message: the reaped pid = on linux and the same thing on windows9x and NT Runtime.getRuntime().exec("dir") is also not working It gives a message: create process error no= Plea

QT and java.awt.Graphics.*;

2000-11-07 Thread Reghunath P D
Can you help me to know which method/function in QT is equivalent to the java.awt.Graphics.copyArea() method. My java method is working well but is very slow... with regards [EMAIL PROTECTED] Get free email and a permanent add

Error on loading jdk1.2.2 libs on SuSE

2000-10-10 Thread Reghunath P D
Cannot load shared libraries .. error messages are coming on SuSE but not on Redhat. The problem occured when installed jdk1.2.2 on SuSE 6.1. The LD_LIBRARY variable is also set properly.. but the error is still there.. with regards Reghunath ___

jdk1.2 error on SuSE

2000-10-08 Thread Reghunath P D
I have installed jdk1.2preV-2 from PCQuest CD Nov'99. But when invoking java nothing happens but an error. ".../i386/native_threads error Cannot load shared libraries." and somany File not found error messages for lib files. So please help me to figure out the problem. I am using SuSE 6.1 When i

.bz2..clarified thankyou

2000-09-28 Thread Reghunath P D
Thank you Everybody for the help. I solved the problem by using bzip2/bunzip2 Reghunath PD Get free email and a permanent address at http://www.netaddress.com/?N=1 ---

Re: [Linux error message]

2000-09-28 Thread Reghunath P D
The problem is arising with the value assigned for maximum opened file handles. You can set a new value by echoing a new value to the file /proc/sys/fs/file-max eg: $echo 8176 > /proc/sys/fs/file-max Please try it... [EMAIL PROTECTED] ___

What is .bz2

2000-09-27 Thread Reghunath P D
Hi, I have got a problem here. A problem with a java installation for linux. The file has an extension .tar.bz2 No programs in linux recognizes the format of the file.. Please help me to install that jdk. Reghunath PD [EMAIL PROTECTED] _

A help please

2000-09-14 Thread Reghunath P D
Dear Sir, Here is my problem, Sub:InterProcess Communication in Linux There are two neverending, independent, concurrent process..P1 and P2 P1 is capable of generating some data.. and p2 is capable of consuming some data. P1 is a C Process P2 is a Java Process Q::No 1 *** Is there exists a