josmas / openwonderland

Automatically exported from code.google.com/p/openwonderland
GNU General Public License v2.0
3 stars 5 forks source link

Java 7u51 Complains about permission attribute in manifest and prevent the application from running #324

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Click Launch button with a browser with Java 7u51 installed
2.
3.

What is the expected output? What do you see instead?
The program runs

What version of the product are you using? On what operating system?
last svn version

Please provide any additional information below.

To fix it change core-build.xml in the line 110 add:
  <manifest>
          <attribute name="Permissions"
            value="all-permissions"/>
        </manifest>
ant clean & ant

I will submit the patch soon

Original issue reported on code.google.com by crrami...@gmail.com on 31 Jan 2014 at 4:43

GoogleCodeExporter commented 9 years ago
Reference: 
http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/manifest.html#permiss
ions

Original comment by crrami...@gmail.com on 31 Jan 2014 at 4:48

GoogleCodeExporter commented 9 years ago
Hello,

Here the patch which solves the problem

Regards

Original comment by crrami...@gmail.com on 6 Feb 2014 at 3:46

Attachments:

GoogleCodeExporter commented 9 years ago
Unfortunately this patch is not included in the binary build by April 1st. This 
(at least) stops clients running java8. Are there intentions to include this 
patch soon in the binary build?

Original comment by georgwma...@yahoo.co.uk on 2 Apr 2014 at 8:55

GoogleCodeExporter commented 9 years ago
The patch was included in the last SVN version

Original comment by crrami...@gmail.com on 19 Sep 2014 at 5:18