Automic Workload Automation

Copying/Pasting into RA panel

  • 1.  Copying/Pasting into RA panel

    Posted Jun 29, 2014 10:32 PM
    Hi All,

    Ran into this again recently and found a solution.
    Was not able to paste anything into the RA panel.  And had to type everything manually into the RA panel. :(

    Details.
    https://blogs.oracle.com/kyle/entry/copy_and_paste_in_java

    Short version:  Add the following into line into the java.policy file on the client PC.
    Usually located in the "lib\security" directory.
    Example:
    C:\Program Files\Java\jre7\lib\security

    permission java.awt.AWTPermission "accessClipboard";

    Example:
    // "standard" properies that can be read by anyone

    permission java.awt.AWTPermission "accessClipboard";
    permission java.util.PropertyPermission "java.version", "read";
    permission java.util.PropertyPermission "java.vendor", "read";
    permission java.util.PropertyPermission "java.vendor.url", "read";
    permission java.util.PropertyPermission "java.class.version", "read";


    Dennis Strenkowski
    Migrations Team Lead Americas
    Mobile +17209347145
    [signature_logo]
    14475 NE 24th St, Suite 210
    WA 98007 Bellevue
    United States

    automic.com


    This email (including any attachments) may contain information which is privileged, confidential, or protected. If you are not the intended recipient, note that any disclosure, copying, distribution, or use of the contents of this message and attached files is prohibited. If you have received this email in error, please notify the sender and delete this email and any attached files.