Shoddy Start problems

im having problems with shoddy. I just downloaded it on my new computer a week ago. I have the latest version of java but i keep on getting this error

java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.sun.javaws.Launcher.executeApplication(Unknown Source)
at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
at com.sun.javaws.Launcher.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.NoClassDefFoundError: shoddybattle/ModData
at shoddybattleclient.WelcomeWindow.main(WelcomeWindow.java:330)
... 9 more

Pleas help
 
that is just the execption here is the launch file or whatever

<?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 &amp; 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>
 
Try installing the newest version of Java(again) and then instal Shoddy again. That will probably solve your problem ;)
 
the same happens to me. and I've already tried to reinstal both programs (java and shoddy battle). I'm running it on vista, is there a compatibility problem? Because I installed in a XP and it ran ok.

anyone knows the solution?
 
#1. You do not "install" shoddy. It's an executable file written in Java. However, it adds it self to the Control panel (windows) and a desktop icon.
#2. Just reinstall java, you selected the wrong way to open it. When it asks you to open it, select Java Web Start. Shoddy Battle should open it.
 

Users Who Are Viewing This Thread (Users: 1, Guests: 0)

Top