JDK-7074853 : TransparentRuler demos Readme should mention the correct jar file name
  • Type: Bug
  • Component: client-libs
  • Sub-Component: demo
  • Affected Version: 7
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-08-04
  • Updated: 2013-09-06
  • Resolved: 2011-11-16
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 7 JDK 8
7u6Fixed 8 b14Fixed
Related Reports
Duplicate :  
Description
For jdk 7 TransparentRuler demo, it is mentioned a wrong jar file name in the README file

* Steps to reproduce:
1) Install jdk 7 and select to install demos 
2) Go to the demo folder and view the TransparentRuler demos README

\Java\jdk1.7.0\demo\jfc\TransparentRuler\README.txt

It says  " To run the Ruler demo: java -jar Ruler.jar ...."

Actually, it shoud be java -jar TransparentRuler.jar   

Should update it for more accurate readme document

Comments
EVALUATION README file instructions need to be changed. Known issue is fixed already.
05-10-2011