Java copy/paste problems:

After Java 1.6.23, Java by default eliminated the clipboard copy/paste feature from the JRE to limit security problems in the browser. There are a number of solutions, but the simplest is to just return to the status quo ante - ie, ignore the security risks and just allow copy/paste.
Here's how to do that by changing the setting the java.policy file.