Hi... I apologize in advance if this is old news but when I was looking, I couldn't find a solution so either a point to the correct thread or help is greatly appreciated.
I use Mac OSX and when I tried to open shoddy recently, it gave me an error that it was unable to launch the application. I am using java 1.4.2 because using 5.0 gives me the long window error. Here is the exception I got
I have tried to redownload the file and it still wouldn't work. If anymore information is needed, I will gladly provide it. Thank you in advance for the help
I use Mac OSX and when I tried to open shoddy recently, it gave me an error that it was unable to launch the application. I am using java 1.4.2 because using 5.0 gives me the long window error. Here is the exception I got
Code:
java.lang.NoClassDefFoundError: java/security/CodeSigner
at com.sun.javaws.security.SigningInfo.setContains(SigningInfo.java:117)
at com.sun.javaws.security.SigningInfo.overlapChainLists(SigningInfo.java:140)
at com.sun.javaws.LaunchDownload.checkSignedResourcesHelper(LaunchDownload.java:1407)
at com.sun.javaws.LaunchDownload.checkSignedResources(LaunchDownload.java:1170)
at com.sun.javaws.Launcher.prepareLaunchFile(Launcher.java:1023)
at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:306)
at com.sun.javaws.Launcher.prepareToLaunch(Launcher.java:183)
at com.sun.javaws.Launcher.launch(Launcher.java:104)
at com.sun.javaws.Main.launchApp(Main.java:405)
at com.sun.javaws.Main.continueInSecureThread(Main.java:252)
at com.sun.javaws.Main$1.run(Main.java:111)
at java.lang.Thread.run(Thread.java:552)