View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window org.speechforge.cairo.client-0.3.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.speechforge.cairo.client
├─ org.speechforge.cairo.client.NoMediaControlChannelException.class - [JAR]
├─ org.speechforge.cairo.client.SessionManager.class - [JAR]
├─ org.speechforge.cairo.client.SpeechClient.class - [JAR]
├─ org.speechforge.cairo.client.SpeechClientImpl.class - [JAR]
├─ org.speechforge.cairo.client.SpeechClientProvider.class - [JAR]
├─ org.speechforge.cairo.client.SpeechEventListener.class - [JAR]
├─ org.speechforge.cairo.client.SpeechRequest.class - [JAR]
org.speechforge.cairo.client.demo.tts
├─ org.speechforge.cairo.client.demo.tts.SpeechSynthClient.class - [JAR]
org.speechforge.cairo.client.recog
├─ org.speechforge.cairo.client.recog.InvalidRecogResultException.class - [JAR]
├─ org.speechforge.cairo.client.recog.RecognitionResult.class - [JAR]
├─ org.speechforge.cairo.client.recog.RuleMatch.class - [JAR]
org.speechforge.cairo.client.demo.bargein
├─ org.speechforge.cairo.client.demo.bargein.AsynchBargeInClient.class - [JAR]
├─ org.speechforge.cairo.client.demo.bargein.BargeInClient.class - [JAR]
org.speechforge.cairo.client.demo.recog
├─ org.speechforge.cairo.client.demo.recog.RecognitionClient.class - [JAR]