From b4af383570c36c0ea14161ad64d567b599e52cb6 Mon Sep 17 00:00:00 2001 From: Mark Johnson Date: Tue, 14 Jan 2014 18:37:32 -0800 Subject: [PATCH] We need to specify the permission level in the manifest for applet jars as of Java 7u51 --- lib/manifest.mf | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/manifest.mf b/lib/manifest.mf index ed06cbd..e69da76 100644 --- a/lib/manifest.mf +++ b/lib/manifest.mf @@ -1 +1,2 @@ Main-Class: com.threerings.getdown.launcher.Getdown +Permissions: all-permissions