On Solaris, set the locale to en_US. E.g., in the login screen, select en_US from the language menu. Execute the following commands (using bash, or use different syntax for other shells) and see what happens:
$ export JDK_HOME=/usr/local/java/jdk1.2_ea2/solaris
$ /usr/local/java/hjb1.0.1/solaris/bin/hotjava
HOTJAVA_HOME is set to /usr/local/java/hjb1.1/solaris
Killed
$ cd /usr/green/src/applets
$ $JDK_HOME/bin/appletviewer Animator/example1.html
ld.so.1: /usr/local/java/jdk1.2_ea2/solaris/bin/../bin/sparc/native_threads/java: fatal: relocation error: symbol not found: _XlcDefaultInitLocale: referenced in /usr/openwin/lib/locale/en_US/XLIBI18N/xlibi18n.so.1
Killed
$
$ export JDK_HOME=/usr/local/java/jdk1.2_ea2/solaris
$ /usr/local/java/hjb1.0.1/solaris/bin/hotjava
HOTJAVA_HOME is set to /usr/local/java/hjb1.1/solaris
Killed
$ cd /usr/green/src/applets
$ $JDK_HOME/bin/appletviewer Animator/example1.html
ld.so.1: /usr/local/java/jdk1.2_ea2/solaris/bin/../bin/sparc/native_threads/java: fatal: relocation error: symbol not found: _XlcDefaultInitLocale: referenced in /usr/openwin/lib/locale/en_US/XLIBI18N/xlibi18n.so.1
Killed
$
- duplicates
-
JDK-4062952 JDK 1.2_EA1 works wrong on 5.5.1 with some localisations after patch
-
- Closed
-