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