Re: Locales and Java

2002-02-18 Thread Andreas von Heydwolff
Nice. You managed to crash the JVM. I've done it a few times before. (java isn't all that Sun's marketing department has been claiming it is) Crashing Java... Me??? | Current Java thread: | at | com.ibm.speechcomponents.user.VvUserOpts.VvUserOptsInitialize(Native Method)

Re: Locales and Java

2002-02-14 Thread dman
On Wed, Feb 13, 2002 at 06:48:20PM +0100, Andreas von Heydwolff wrote: | dman wrote: [...] | >It is just a matter of sticking the properties file in the jar file. | >The 'jar' program works much like 'tar' does (though the file format | >is "zip" with the addition of some specially named files). |

Re: Locales and Java

2002-02-13 Thread Andreas von Heydwolff
dman wrote: On Tue, Feb 12, 2002 at 10:31:25PM +0100, Andreas von Heydwolff wrote: | >The 're' directory is for the "JRE" (Java Runtime Environment). It is | >all you need to _run_ java programs. The "sdk" directory is for the | >"SDK" (Software Development Kit) which is needed only if you want

Re: Locales and Java

2002-02-13 Thread dman
On Tue, Feb 12, 2002 at 10:31:25PM +0100, Andreas von Heydwolff wrote: | >The 're' directory is for the "JRE" (Java Runtime Environment). It is | >all you need to _run_ java programs. The "sdk" directory is for the | >"SDK" (Software Development Kit) which is needed only if you want to | >develop

Re: Locales and Java

2002-02-12 Thread Andreas von Heydwolff
The 're' directory is for the "JRE" (Java Runtime Environment). It is all you need to _run_ java programs. The "sdk" directory is for the "SDK" (Software Development Kit) which is needed only if you want to develop java programs (eg compile from source). | Should I just put the jars into the la

Re: Locales and Java

2002-02-12 Thread dman
On Tue, Feb 12, 2002 at 11:29:08AM +0100, Andreas von Heydwolff wrote: | >It seems that Java could not find the classes (in com.ibm.speechapps.*). It was complaining about locating a ResourceBundle (see the javadocs for java.util.ResourceBundle), not a class. (for the latter you would have seen

Re: Locales and Java

2002-02-12 Thread Andreas von Heydwolff
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 direc

Re: Locales and Java

2002-02-11 Thread Oki DZ
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.speakpa

Re: Locales and Java

2002-02-11 Thread Andreas von Heydwolff
Andreas von Heydwolff wrote: Woody, i386. I got the US American ViaVoice rpms running but haven't dictated since the advent of the EURO made me define in /etc/profile Thanks, Yven and ben. Will continue tomorrow and post results. I'm afraid however yer man hasn't got umlauts in the Irish loca

Re: Locales and Java

2002-02-11 Thread ben
On Monday 11 February 2002 01:34 pm, Andreas von Heydwolff wrote: > Woody, i386. I got the US American ViaVoice rpms running but haven't > dictated since the advent of the EURO made me define in /etc/profile > > set [EMAIL PROTECTED] > set [EMAIL PROTECTED] > export LC_ALL LANG LANGUAGE > [snip] i

Re: Locales and Java

2002-02-11 Thread Yven J. Leist
On Monday 11 February 2002 22:34, Andreas von Heydwolff wrote: > Woody, i386. I got the US American ViaVoice rpms running but haven't > dictated since the advent of the EURO made me define in /etc/profile > > set [EMAIL PROTECTED] > set [EMAIL PROTECTED] > export LC_ALL LANG LANGUAGE > > Can this b