Re: Where can I find the COM and Microsoft Agent classes, so I can use MS agent text-to-speech engines ???
Posted By:
John_Zukowski
Posted On:
Sunday, May 27, 2001 06:31 PM
You can't use com.ms classes with Java 2 as Microsoft doesn't provide a Java 2 runtime. You're basically stuck connecting to COM through JNI or finding a pure Java-COM bridge.