Reputation: 3809
Since Apple forced the update to JDK 7 on Mac, old AWT applets no longer support copy/paste. For example, if you visit:
you cannot copy and paste into the applet text field on that page. I've confirmed that you can still copy/paste in AWT on Windows with JDK 7.
Anybody know a workaround?
Upvotes: 2
Views: 12685
Reputation: 51
Here is a great and very detailed walk-through to do it the official Java way using their policy tool:
http://www.shodor.org/interactivate/resources/InstructionsCopyPaste/
Here is a quick summary of the instructions:
Upvotes: 2
Reputation: 958
Oracle released Java 6 Update 24 in February 2011 to remedy 21 vulnerabilities: Announcement
As part of this security release, the ability to copy & paste from a computer's clipboard into a Java applet has been disabled.
To fix this issue there are 2 solutions:
Upvotes: 3
Reputation: 3809
Until they fix the bug, I've found that signing the applet allows copy/paste to work.
Upvotes: 0