packagespeech;/***Copyright2003SunMicrosystems,Inc.**Seethefile"license.terms"forinformationonusageand*redistributionofthisfile,andforaDISCLAIMEROFALL*WARRANTIES.*/importcom.sun.speech.freetts.Voice;importcom.sun.speech.freetts.VoiceManager;importcom.sun.speech.freetts.audio.JavaClipAudioPlayer;publicclassspeechTest{publicstaticvoidmain(String[] args) {StringvoiceName="kevin16";VoiceManagervoiceManager=VoiceManager.getInstance();VoicehelloVoice=voiceManager.getVoice(voiceName);helloVoice.allocate();/*Synthesizespeech.*/helloVoice.speak("what is your name?");/*Cleanupandleave.*/helloVoice.deallocate();System.exit(0);}}
M
matheusPJ
Certifique-se de que o seu Tomcat foi instalado corretamente, e tu tenha as tuas variáveis de ambiente configuradas corretamente tb. Pelo erro, nenhum jsp q tu for tentar acessar vai compilar.
M
matheusPJ
Certifique-se de que o seu Tomcat foi instalado corretamente, e tu tenha as tuas variáveis de ambiente configuradas corretamente tb. Pelo erro, nenhum jsp q tu for tentar acessar vai compilar.
DirceuSobrinho
Tomcat e variaveis, estão instalados e configurados corretamente.