hi,
Is there any tool to view RTF files in RedHat Linux written using
RTFEditorKit in Java. Thanks in advance.
bhuvana.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROT
hai,
I would like to know using 'lpr' command of Linux with its font
properties. How can I achieve this?
Thanks in advance.
bhuvana.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
hi,
I am using JDK1.2.2 with RedHat Linux6.2.2. I would
like to run an executable from a java program.For eg:
I am using the following command:
Runtime r=Runtime.getRuntime();
r.exec("sh /home/test/./javacon");
For this code, no error is coming. And while running,
it ends up with a silence. Noth