On Mon, 11 Feb 2002, Andreas von Heydwolff wrote: > :~$ vvstartdictation > Starting ViaVoice Dictation > Java must be installed for ViaVoice Dictation to work. > Please wait while Java initializes... > java.util.MissingResourceException: Can't find bundle for base name > com.ibm.speechapps.speakpad.resources.spstrings, locale de_AT
It seems that Java could not find the classes (in com.ibm.speechapps.*). I don't think that the rpm package (alien) would install the jar files correctly (in the right places) in Debian. You can try to put the jar files from the rpm in /usr/lib/j2sdk1.3/jre/lib/ext. The jar files in the ext directory will always be loaded by the JVM; will be searched in, to be exact. Oki