How to know which java version is installed in linux?
Go to shell and type java -version. It will show the installed version information of java
root@ubuntu:/# java -version java version "1.6.0_10" Java(TM) SE Runtime Environment (build 1.6.0_10-b33) Java HotSpot(TM) Server VM (build 11.0-b15, mixed mode)
.
January 10, 2009 | Filed Under TechPitcher
Related Post
Comments
Leave a Reply