I had the FreeTTS library throwing this:

Exception in thread "main" java.lang.ClassCastException: 
com.sun.speech.freetts.en.us.cmu_us_kal.KevinVoiceDirectory cannot be cast to
com.sun.speech.freetts.VoiceDirectory
    at com.sun.speech.freetts.VoiceManager.getVoices(VoiceManager.java:113)
    at cz.dynawest.speechbot.synt.MbrolaSpeaker.<init>(MbrolaSpeaker.java:38)
    at cz.dynawest.speechbot.SpeechBot.<init>(SpeechBot.java:25)
    at cz.dynawest.speechbot.SpeechBot.main(SpeechBot.java:65)

After decompiling the KevinVoiceDirectory.class using jd-gui, recompiling, and putting back to the .jar, it was ok.
AFAIK JVM and JLS, this should not happen.

Sun JDK 1.6 on my side.
FreeTTS's build env unknown.

How does this explain?

Thanks, Ondra

link|improve this question

65% accept rate
dirty classpath, I guess. – Bozho Feb 18 '11 at 19:48
The classpath is the same for both cases. It's reproducible. – Ondra Žižka Feb 18 '11 at 21:03
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.