java -version / javac -version [message #611815] |
Wed, 09 April 2014 03:56 |
|
pre_ora
Messages: 56 Registered: March 2014
|
Member |
|
|
[root@localhost ~]# javac -version
javac 1.7.0_51
[root@localhost ~]# java -version
java version "1.4.2"
gij (GNU libgcj) version 4.1.2 20080704 (Red Hat 4.1.2-52)
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.
-------------------------------------------------------------------------
above, i want to set java -version same as javac -version where to set java path in linux file?
|
|
|
|