I am using Netbeans6.9.1 IDE and wants to show the Chinese characters in the output console using java.I copied the Chinese charater from a web page and copied between the "". but its not supported.
String char1="世界你好"; System.out.println(char1);
Do I need to do some setting in IDE or use some settings in my Java code?