I am having trouble with Shoddy. When I double-click it, it says: Unable to Launch Application.
"Error: Cache must be enabled for nativelib or installer-desc support"
I would like some help trying to solve this problem. How do I change my Cache settings to allow Shoddy?
It also says this in the Error Description:
<?xml version="1.0" encoding="utf-8"?>
<jnlp
spec="1.0+"
codebase="http://shoddybattle.com/client/"
href="shoddybattle.jnlp">
<information>
<title>Shoddy Battle</title>
<vendor>Colin Fitzpatrick & Benjamin Gwin</vendor>
<homepage href="http://shoddybattle.com" />
<description kind="short">An extensible Pokemon simulator</description>
<description>A pokemon simulator that is free as in freedom</description>
<shortcut online="true">
<desktop />
<menu />
</shortcut>
<icon href="http://shoddybattle.com/client/icon.gif" width="64" height="64" />
</information>
<resources>
<j2se version="1.4+" />
<j2se version="1.5+" />
<j2se version="1.6+" />
<jar href="ShoddyBattleClient.jar" />
<jar href="ShoddyBattle.jar" />
<jar href="PokemonSprites.jar" />
<jar href="swing-layout-1.0.2.jar" />
</resources>
<resources os="Windows" arch="x86">
<nativelib href="ShoddyHelper.jar" />
</resources>
<security>
<all-permissions />
</security>
<application-desc main-class="shoddybattleclient.WelcomeWindow">
<argument>sprites.PokemonSprite</argument>
<argument>http://shoddybattle.com/client/dpmovesets.db</argument>
</application-desc>
</jnlp>
I notice it says in one of the lines above: <nativelib href="ShoddyHelper.jar" /> *So I am wondering why it says Cache must be enabled for nativlib if above, it doesn't seem to have a problem reading it.
At 1 point (last week) I uninstalled Shoddy, and so I went to the site to re-install it, and this comes up. I probably changed my security settings last week, but I am not sure what.