You are not logged in.

#1 2011-03-19 22:05:33

Shirakawasuna
Member
Registered: 2007-03-09
Posts: 94

jre-6u24 and copy + paste in a java applet

Hi, I'm having trouble with jre and the applet at http://www.finnzymes.com/tm_determination.html .  I can copy + paste to and from it using jre-6u23 (any subversion), but not with the jre-6u24 versions.  Could someone confirm that this is the case and/or help me figure out what's up?  I use this site all the time and currently have to launch windows xp from a virtualmachine just to use it!

Thanks!

Offline

#2 2011-03-20 03:10:55

Jodell
Member
Registered: 2009-10-09
Posts: 285

Re: jre-6u24 and copy + paste in a java applet

I'm using openjdk and it does not copy or paste also.

Offline

#3 2011-05-10 11:01:41

Shirakawasuna
Member
Registered: 2007-03-09
Posts: 94

Re: jre-6u24 and copy + paste in a java applet

Bump.  This is still an issue for me with jre-6u25.  I can't tell whether this is an arch-specific issue.

Offline

#4 2011-07-09 16:29:03

cs96and
Member
Registered: 2010-04-08
Posts: 6

Re: jre-6u24 and copy + paste in a java applet

I was having this problem also.  It seems that since 6u24, copy and paste has been disabled in untrusted applets.  To enable it again, add the following line to /opt/java/jre/lib/security/java.policy

permission java.awt.AWTPermission "accessClipboard";

I put it at the end of the file before the last closing bracket.  I can cut and paste now

Offline

#5 2011-07-29 09:50:44

cs96and
Member
Registered: 2010-04-08
Posts: 6

Re: jre-6u24 and copy + paste in a java applet

Can someone mark this thread as solved please?

Offline

Board footer

Powered by FluxBB