Re: hwo to set java path permanently

2002-12-16 Thread malikm
set path in /etc/profile On Mon, 16 Dec 2002, Jianping Zhu wrote: > I have redhat7.1 linux several, default shell is bash shell, I installed > java and javac in /usr/local/jdk/bin > how can i set java path premantly so every user can use javac and java? >

hwo to set java path permanently

2002-12-16 Thread Jianping Zhu
I have redhat7.1 linux several, default shell is bash shell, I installed java and javac in /usr/local/jdk/bin how can i set java path premantly so every user can use javac and java? Thanks Jianping Zhu Department of Computer Science Univerity of Georgia

Re: Another question about Java path

2000-12-28 Thread Cameron Simpson
On Thu, Dec 28, 2000 at 10:10:24AM -0800, Huiyuan Ma <[EMAIL PROTECTED]> wrote: | I've set the environment to run Java in Linux, but, in | one program, I imported an outside class, the | JSObject.class, which is in the same directory with | that program, and I'm told the .class can't be found | ea

Another question about Java path

2000-12-28 Thread Huiyuan Ma
I've set the environment to run Java in Linux, but, in one program, I imported an outside class, the JSObject.class, which is in the same directory with that program, and I'm told the .class can't be found each time.What can I do? Thanks. __ Do You

Re: java path

1999-12-28 Thread Rodrigo Moya
"Martin A. Marques" wrote: > I just installed java 1.1.7 from rpms downloaded from contrib.redhat.com, and > installed them. But the executables are not in the path, soy the shells can't > finde java, javac, etc. > The rpm installed all the bins in /usr/local/jdk117_v1a/bin/ but it's not in > the

java path

1999-12-28 Thread Martin A. Marques
I just installed java 1.1.7 from rpms downloaded from contrib.redhat.com, and installed them. But the executables are not in the path, soy the shells can't finde java, javac, etc. The rpm installed all the bins in /usr/local/jdk117_v1a/bin/ but it's not in the PATH variable. Should I just add it,