Viewing RTF files

2001-08-31 Thread Bhuvaneswari
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

Regarding lpr

2001-09-05 Thread Bhuvaneswari
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

Running an executable from Java

2001-07-28 Thread bhuvaneswari thirumoorthy
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