CLASHES IN CLASSPATH

1999-05-26 Thread Anupama Jayathilake
I got a problem.Please advice me. I have installed jdk-1.1.6v2 sucsesfully (glibc architecture) on RedHat Linux 5.2 throughX windows as root. Without setting CLASSPATH variable in any account it works properly. Now I want to set CLASSPATH envirenment variable (The reason is I want to set ora

Compiling to a binary

1999-06-01 Thread Anupama Jayathilake
I got a problem.Please advice me. I want to compile my java class to a binary so that i can run it from commant prompt without giving "java  myprogram" How can i compile java class. Please help me Anupama  

Killing a process

1999-06-02 Thread Anupama Jayathilake
I need a help I want to kill a certain process & processes created by thisprocess ( Child process ) How can I use Kill command I can find the parent process ID. I can  killi it. but Child processes remain. How Can I do this? Anupama