On Wednesday 17 March 2004 04:16 pm, you wrote: > Kaustubh Ghosh wrote: > > java -version gives: > > "java version "1.3.1" > > jdkgcj 0.2.3 (http://www.arklinux.org/projects/jdkgcj) > > gcj (GCC) 3.3.2 20031022 (Red Hat Linux 3.3.2-1) > > Copyright (C) 2003 Free Software Foundation, Inc." > > It seems to be a part of the GCC.How can I remove it.Consider me a > > novice. > > You've got jdkgcj installed - get rid of it if you want use the real Java > SDK. > > # rpm -e jdkgcj > > should do the trick. The command returned: error:package jdkgcj is not installed. Now what can I do?Thanks.