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
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
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
___
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
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
---
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]
___
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]
_
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