- Thursday, January 13, 2011, 7:40
- Application Support, Java Core, Linux
1.Verify your current java version
#java -version
java version "1.4.2"
gij (GNU libgcj) version 4.1.2 20071124 (Red Hat 4.1.2-42)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
2.Then use alternatives command to display existing java
NOTE:alternatives command used to maintain symbolic links for determining default commands
Full story