I do have that line in my file. I added the other lines because that's what this one tutorial said to do. I actually stole a lot of your jnlp file (hopefully that's okay). I got rid of those resource OS lines, because after looking at them again I shouldn't have them in there.
I have an empty line at the end too.
Do you have to sign .jar's? or is that optional? I can't find the tools for it if so.
I think the main problem is how I'm hosting it on angel-fire(free-website garbage)....
I'm getting a different error now.
Java Console error
1 2 3
| #### Java Web Start Error: #### Unsigned application requesting unrestricted access to system Unsigned resource: http: |
jnlp error
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
| JNLPException[category: Security Error : Exception: null : LaunchDesc: <jnlp spec="1.0+" codebase="http://www.angelfire.com/psy/reformation/" href="http://www.angelfire.com/psy/reformation/RunNous.jnlp"> <information> <title>Nous - BETA</title> <vendor>Casey Kneale</vendor> <homepage href="http://www.caseykneale.000space.com/"/> <description>Nous: BETA</description> <description kind="short">Have fun ;D!</description> <icon href="http://www.angelfire.com/psy/reformation/box.gif" kind="default"/> <icon href="http://www.angelfire.com/psy/reformation/box.gif" kind="splash"/> <offline-allowed/> </information> <security> <all-permissions/> </security> <update check="always" policy="always"/> <resources> <java initial-heap-size="33554432" max-heap-size="268435456" href="http://java.sun.com/products/autodl/j2se" version="1.6+"/> <extension href="http://download.java.net/media/jogl/builds/archive/jsr-231-1.1.1/webstart/jogl.jnlp" name="jogl"/> <jar href="http://www.angelfire.com/psy/reformation/nousWebStart.jar" download="eager" main="true"/> </resources> <application-desc main-class="NousWindow.main"/> </jnlp> ] at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(Unknown Source) at com.sun.javaws.LaunchDownload.checkSignedResources(Unknown Source) at com.sun.javaws.Launcher.prepareLaunchFile(Unknown Source) at com.sun.javaws.Launcher.prepareToLaunch(Unknown Source) at com.sun.javaws.Launcher.launch(Unknown Source) at com.sun.javaws.Main.launchApp(Unknown Source) at com.sun.javaws.Main.continueInSecureThread(Unknown Source) at com.sun.javaws.Main$1.run(Unknown Source) at java.lang.Thread.run(Unknown Source) |
edit: found the jar signer let's hope my command prompt skillz are still on haha