View previous topic :: View next topic |
Author |
Message |
cwc Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/214155964644256c4d3adfc.jpg)
Joined: 20 Mar 2006 Posts: 1403 Location: Tri-Cities, WA USA
|
Posted: Sat Jan 18, 2014 2:54 pm Post subject: error running jre Application Blocked |
|
|
Any ideas?
I'm getting this error when I run a Java Applet: (Using Chromium, firebox-bin and seamonkey)
http://craigcoleman.com/java/julia/
Error dialog
Your security setting have blocked an application from running with an out-of-date or expired version of Java.
Here is the output from Details from the Application Blocked dialot
Java Plug-in 10.45.2.18
Using JRE version 1.7.0_45-b18 Java HotSpot(TM) 64-Bit Server VM
User home directory = /home/cwc
----------------------------------------------------
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
o: trigger logging
q: hide console
r: reload policy configuration
s: dump system and deployment properties
t: dump thread list
v: dump thread stack
x: clear classloader cache
0-5: set trace level to <n>
----------------------------------------------------
my notes I did notice these directories and files were built after I deleted them and resinstalled oracle jre and jdk _________________ Without diversity there can be no evolution:)
Last edited by cwc on Sat Jan 18, 2014 3:10 pm; edited 1 time in total |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
PaulBredbury Watchman
![Watchman Watchman](/images/ranks/rank-G-2-watchman.gif)
![](images/avatars/15669254994381f44a81f83.jpg)
Joined: 14 Jul 2005 Posts: 7310
|
Posted: Sat Jan 18, 2014 4:22 pm Post subject: |
|
|
Latest java is 7u51. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cwc Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/214155964644256c4d3adfc.jpg)
Joined: 20 Mar 2006 Posts: 1403 Location: Tri-Cities, WA USA
|
Posted: Sat Jan 18, 2014 4:42 pm Post subject: |
|
|
thanks for the line
I'm using portage to install java :
emerge --search oracle-jre
Searching...
[ Results for search key : oracle-jre ]
[ Applications found : 1 ]
* dev-java/oracle-jre-bin
Latest version available: 1.7.0.45
Latest version installed: 1.7.0.45
Size of files: 45,744 kB
Homepage: http://www.oracle.com/technetwork/java/javase/
Description: Oracle's Java SE Runtime Environment
License: Oracle-BCLA-JavaSE
I can run the jre locally using java or the applet viewer but not with chromium, firefox or semonkey
My ~.java/ directory contains:
cwc@azzerare ~/.java/deployment/security $ ls -l
total 16
-rw-r--r-- 1 cwc cwc 44 Jan 14 11:29 baseline.versions
-rw-r--r-- 1 cwc cwc 2837 Aug 9 11:10 blacklist.dynamic
-rw-r--r-- 1 cwc cwc 18 Mar 12 2013 blacklisted.certs
-rw-r--r-- 1 cwc cwc 1 Jan 18 08:20 update.timestamp
cwc@azzerare ~/.java/deployment/security $ more baseline.versions
1.8.0_00
1.7.0_51
1.6.0_71
1.5.0_61
1.4.2_43
cwc@azzerare ~/.java/deployment/security $ _________________ Without diversity there can be no evolution:) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
lucky_rooster n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/gallery/Loony Toons/Looney_Toons_-_Foghorn_Leghorn.gif)
Joined: 24 Aug 2004 Posts: 28
|
Posted: Thu Jan 23, 2014 6:51 pm Post subject: re: error running jre Application Blocked |
|
|
7u51 is available but masked. I was having similar issues. Add:
Code: | dev-java/oracle-jre-bin ~amd64 |
to /etc/portage/package.accept_keywords (or package.keywords if you are using that). You can specify version info if desired, see:
http://wiki.gentoo.org/wiki/Knowledge_Base:Unmasking_a_package. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
cwc Veteran
![Veteran Veteran](/images/ranks/rank_rect_5_vet.gif)
![](images/avatars/214155964644256c4d3adfc.jpg)
Joined: 20 Mar 2006 Posts: 1403 Location: Tri-Cities, WA USA
|
Posted: Sat Jan 25, 2014 3:57 pm Post subject: Re: re: error running jre Application Blocked |
|
|
lucky_rooster wrote: | 7u51 is available but masked. I was having similar issues. Add:
Code: | dev-java/oracle-jre-bin ~amd64 |
to /etc/portage/package.accept_keywords (or package.keywords if you are using that). You can specify version info if desired, see:
http://wiki.gentoo.org/wiki/Knowledge_Base:Unmasking_a_package. |
thanks for the line installed
cwc@azzerare ~ $ java -version
java version "1.7.0_51"
Java(TM) SE Runtime Environment (build 1.7.0_51-b13)
Java HotSpot(TM) 64-Bit Server VM (build 24.51-b03, mixed mode)
cwc@azzerare ~ $
today _________________ Without diversity there can be no evolution:) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|