JDK-6613397 : java -version shows the information about JQS installation
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 6u5
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows
  • CPU: x86
  • Submitted: 2007-10-05
  • Updated: 2010-04-04
  • Resolved: 2008-05-02
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6u10Resolved
Related Reports
Duplicate :  
Description
java -version shows the information about JQS installation

Tested OS : windows
Tested Bundle : http://j2se.east/plugin/1.6.0_05-pit/2007-09-26.16_35

Steps to reproduce:
1. Install kernel jre bundle
2. Wait till background downloader downloads all the bundles ("ps -ef | grep java" should not return any value)
3. Now immediately run java -version without running any other java process. 
It shows the following output (info about JQS):

C:\Program Files\Java\jre6\bin>java -version
JQS service successfully installed.
java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b305)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode)

4. From next time onwards, getting the following output :
C:\Program Files\Java\jre6\bin>java -version
java version "1.6.0_05"
Java(TM) SE Runtime Environment (build 1.6.0_05-b305)
Java HotSpot(TM) Client VM (build 1.6.0_03-b05, mixed mode, sharing)

Expected behavior : Info related to JQS may not be required for the user. java -version should show only the version.