I am running 64-bit Ubuntu with an applet in Firefox. When the applet tries to read the clipboard. I get this error:
Error: uncaught exception: LiveConnectPermissionNeeded access denied (java.awt.AWTPermission accessClipboard)
I would like to enable buffer access for this particular applet. Any idea how? I am running the IcedTea plugin. This works fine with IE on Windows (using the JDK6 plugin).
I tried installing the Oracle Java 6 plugin: sudo apt-get install sun-java6-plugin
It did not seem to have usable files, and it did not give any errors or warnings during installation.
I am open to any ideas on how to make this work.
User1 source share