This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 208297

Summary: Cannot input double-byte characters
Product: editor Reporter: viewfinder
Component: -- Other --Assignee: Milutin Kristofic <mkristofic>
Status: RESOLVED INCOMPLETE    
Severity: normal    
Priority: P1    
Version: 7.1   
Hardware: Macintosh (x86)   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description viewfinder 2012-02-12 02:20:55 UTC
Can't input double-byte Asian languages at all. I've tried traditional Chinese and Japanese and both don't work. I can only paste double-byte text in.

I'm using Mac OS X 10.7.3.
Comment 1 Miloslav Metelka 2012-02-14 14:13:58 UTC
Could you please run swing demo notepad

java -jar $jdk/demo/jfc/Notepad/Notepad.jar

and test the input there? Thanks.
Comment 2 viewfinder 2012-02-14 14:44:55 UTC
(In reply to comment #1)
> Could you please run swing demo notepad
> 
> java -jar $jdk/demo/jfc/Notepad/Notepad.jar
> 
> and test the input there? Thanks.

I entered that exact command, but got "Unable to access jarfile /demo/jfc/Notepad/Notepad.jar" error

Do I need to change the path?
Comment 3 Milutin Kristofic 2012-03-13 13:35:55 UTC
You need to fill variable $jdk, or replace it by real path to jdk.
For example I have jdk on ubuntu in /usr/lib/java-6-sun so I can run such command as java -jar /usr/lib/jvm/java-6-sun/demo/jfc/Notepad/Notepad.jar
Comment 4 viewfinder 2012-03-23 02:01:42 UTC
I couldn't find the Notepad.jar any where, but I think I know where the problem is now. I tried another java app (Freemind) and the same thing happened. So it's not with the NetBeans. It's with the java. No idea how to fix that though.