FreeTTS - java.lang.ClassNotFoundException: javax.speech.EngineCentral
I have a problem, and I know this might similiar to the ones that are online, but I have followed every instruction I have found online and I am still getting this problem. Basically I am making a GUI with a Virtual Keyboard, and whatever the user types, I want the user to be able to click a button and I want a speech synthesis to convert the text-to-speech. I have looked online and found that the easiest and most common open software used was freeTSS. I have installed freeTSS and followed the instructions. I have then taken the following code from the online community: import java.util.*;