Other |
---|
1.4.2 mantisFixed |
Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
The text String set to clipboard by java program does not seem to work correctly. 1. Reproduce 1) Compile the attached program as follows. javac -encoding SJIS ClipboardDemo.java 2) execute the program java ClipboardDemo 3) Open the text editor of CDE and press the "Paste" Key --> You will see the text string is not copied correctly. 2. Confiration SunOS goedel 5.7 Generic_106541-15 sun4u sparc SUNW,Ultra-60 3. Note This happens with Merlin-rc. java version "1.4.1-rc" Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-rc-b16) Java HotSpot(TM) Client VM (build 1.4.1-rc-b16, mixed mode) However, with 1.3.1_03, this works well. java version "1.3.1_03" Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_03-b03) Java HotSpot(TM) Client VM (build 1.3.1_03-b03, mixed mode) So, I recommend to try in 1.3.1_03 first. 2002-07-23 =========================================================================
|