-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathjcePolicyDownload.php.html
More file actions
35 lines (33 loc) · 1.38 KB
/
jcePolicyDownload.php.html
File metadata and controls
35 lines (33 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
layout: default
title: KeyStore Explorer - JCE Unlimited Strength Jurisdiction Policy Download
---
<table width="100%" height="100%" align="center">
<tr>
<td valign="middle" align="center">
<table cellspacing="0" cellpadding="0" bgcolor="#ffffff" align="center">
<tr>
<td>
Redirecting to www.oracle.com...
</td>
</tr>
</table>
</td>
</tr>
</table>
<script>
function getUrlParameter(name) {
results = new RegExp("[?&]" + name + "(=([^&#]*)|&|#|$)").exec(window.location.href);
return decodeURIComponent(results[2].replace(/\+/g, " "));
}
$(document).ready(function() {
jreversion = getUrlParameter('jreversion');
if (jreversion == "1.6.0") {
window.location.href = "http://www.oracle.com/technetwork/java/javase/downloads/jce-6-download-429243.html";
} else if (jreversion == "1.7.0") {
window.location.href = "http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html";
} else if (jreversion == "1.8.0") {
window.location.href = "http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html";
}
});
</script>