JDK-6462356 : Solaris only: IME can not be turned on when NetBeans IDE running on JDK1.6
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt:i18n
  • Affected Version: 6
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_10
  • CPU: x86
  • Submitted: 2006-08-22
  • Updated: 2010-07-29
  • Resolved: 2006-08-31
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6 b98Fixed
Related Reports
Relates :  
Relates :  
Description
IME can not be turned on when I use NetBeans with JDK1.6 on Solaris.

Environment:
  Java: 1.6.0-rc-b96
  NetBeans IDE 5.0 (Build 200603142030)
	http://www.netbeans.info/downloads/download.php?type=5.0
	We can use English version for testing.
  SunOS 5.10 Generic_118855-15 (x86)
	I'm seeing this problem on Solaris SPARC too.
	Latest patches have been applied. ATOK is now based on ATOK17,
	IIMF is also updated version (which are not bundled in pure Solaris
	10 release). Detail output of `showrev -v` is attached.
  Desktop: JDS
  System locale: ja_JP.eucJP, ja_JP.UTF-8

Step:

1. Start NetBeans with JDK1.6.0 (assuming installed in /opt/jdk1.6.0)

	% netbeans --jdkhome /opt/jdk1.6.0

2. Try to turn IME on in any input field
   For example, File>Open Project, select input field then Ctrl+SPACE
   
   but nothing happens. IME is not activated.

3. Try with JDK1.5

	% netbeans --jdkhome /opt/jdk1.5.0_07

    Now IME can be turned on.

When I tried JDK1.6 with NetBeans on another platforms - Fedora Core 5,
and Windows XP, it works fine.

Comments
EVALUATION Roll back the change for 6311415. The scope of this problem: Solaris for both x86 and SPARC. Tried on Sol 10 and Sol 9. All language that require input method is impacted - not able to type in the characters into NetBeans. (Tried S.Chinese, Japanese, and Korean)
24-08-2006