JDK-7158082 : Incorrect information in TransparentRuler demo README.txt
  • Type: Bug
  • Component: client-libs
  • Sub-Component: demo
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2012-03-30
  • Updated: 2012-04-02
  • Resolved: 2012-04-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 8
8Resolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Description
SYNOPSIS
--------
Incorrect information in TransparentRuler demo README.txt

OPERATING SYSTEMS
-----------------
All

FULL JDK VERSION
----------------
Java 7/8 since Java 7 b138

DESCRIPTION
-----------
The Readme.txt for demo/jfc/TransparentRuler does not contain the correct command to execute the TransparentRuler demo. The JAR name given (Ruler.jar) is incorrect. This has been the case since the demo was introduced in Java 7 b138 under CRs 7030792 and 7027849.

REPRODUCTION INSTRUCTIONS
-------------------------
1. Navigate to <Java_Home>/demo/jfc/TransparentRuler
2. Open README.txt, and see that it contains the following text:

     To run the Ruler demo:
                  java -jar Ruler.jar

SUGGESTED FIX
-------------
The text in README.txt needs to be fixed. e.g.:

     To run the Ruler demo:
                  java -jar TransparentRuler.jar

Comments
EVALUATION This issue is already fixed by CR 7074853. Could you please update CR 7074853 with exact JDK version the issue is reproducible.
02-04-2012

SUGGESTED FIX This issue is already fixed by CR 7074853. Could you please update CR 7074853 with exact JDK version the issue is reproducible.
02-04-2012