src/demo/share/jfc/Stylepad/README.txt
author jjiang
Thu, 16 Aug 2018 02:00:31 +0800
changeset 51461 58d7aa066071
parent 50830 5500595d8ebf
permissions -rw-r--r--
8209537: Two security tests failed after JDK-8164639 due to dependency was missed Summary: Skip sun/security/tools/keytool/autotest.sh on macosx and add /test/lib to sun/security/ec/TestEC.java Reviewed-by: rhalade
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
50830
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
     1
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
     2
To run the Stylepad demo:
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
     3
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
     4
  java -jar Stylepad.jar
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
     5
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
     6
These instructions assume that this installation's version of the java
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
     7
command is in your path.  If it isn't, then you should either
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
     8
specify the complete path to the java command or update your
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
     9
PATH environment variable as described in the installation
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    10
instructions for the Java(TM) SE Development Kit.
5500595d8ebf 8205136: Move StylePad demo to the open repository
prr
parents:
diff changeset
    11