JavaFoil "Copy" and "Paste" buttons fixed

Discussion in 'Software' started by sigurd, Dec 12, 2017.

  1. sigurd
    Joined: Jun 2004
    Posts: 827
    Likes: 8, Points: 18, Legacy Rep: 65
    Location: norway

    sigurd Pompuous Pangolin

    My "Copy (text)" and "Paste (text)" buttons were greyed out.

    Find and open in a text editor "java.policy" - mine (win 10) was in "Program Files (x86)\java\jre1.8.0_151\lib"

    Find the line
    // "standard" properies that can be read by anyone

    Under that line, add
    permission java.awt.AWTPermission "accessClipboard";

    -------------
    Now what about the open / save buttons?
     
Loading...
Forum posts represent the experience, opinion, and view of individual users. Boat Design Net does not necessarily endorse nor share the view of each individual post.
When making potentially dangerous or financial decisions, always employ and consult appropriate professionals. Your circumstances or experience may be different.