Hi,,,,,,,,,,,,,

Hi Every body,Which version of JDK1.6 is now using, Is it a beta version, any body help me......Regards,Kiran
[137 byte] By [sarikakirana] at [2007-11-27 4:32:07]
# 1

Your question is probably more suitable for the "New to Java" Forum

http://forum.java.sun.com/forum.jspa?forumID=54

And, using a more descriptive subject than "Hi,,,,,,,,,,,,," is also recommended!

Anyway, to find out which version of the JDK you are using, run the command

java -version

if the bin directory of your JDK installation is in your path (otherwise you will need full path to the java executable).

The currently newest JDK 6 release is 1.6.0_U1:

Java(TM) SE Runtime Environment (build 1.6.0_01-b06)

I think pre-release (for example beta) versions have build numbers "build 1.6.0-b104" or lower.

EmboMana at 2007-7-12 9:41:40 > top of Java-index,Core,Monitoring & Management...