java - How to display Japanese character in eclipse -


i using eclipse juno java ide , in java code comments , logging statement in japanese.

eclipse displaying junk character instead of correct japanese characters. followed this post resolve issue , made changes in eclipse.ini file. getting string literal not closed double-quote error.

you need tell eclipse use utf-8 stdout console. can set window > preferences > general > workspace > text file encoding.

enter image description here


Comments