cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
jweber
Level 6

Error ( language issue possibly )

Hey All,

I have a user who when they come to the Destination dialog is receiving the following text in place of the text that should appear in the dialog. They are on a Dutch version of Windows.

java.lang.NullPointerException ( message="null", no arguments )

This is a Win32 Launcher and under my build configuration I have set the following:

Languages Supported: English
Default Locale: English
Local Resolution: Always Default

I always want English Text to show in the dialogs no matter the language/locale of the machine itself.

Any ideas why this error is occuring?

Thanks
Labels (1)
0 Kudos
(1) Reply
gkumar
Level 3

1. provide a .ja file in which you can specify the locale e.g. -Duser.language=en
2. specify the language under Media->Build Configuration->Language Support and specify that language as the default
3. specify the property user.language=en in System Properties under Media->Build Configuration->Distributions->[your chosen distribution]

I haven't tried 3 but i guess it will work. I prefer 1 & 3 because I know that 2 does not work during silent install.
Thanks
gopa
0 Kudos