if I run my code in the b4j(debug or release mode), everything is OK.
but if i double clicked the jar, chinese characters are not displayed properly in the webpage.so weird!
thanks!
that's nice!
I find "double clicked the jar file" will call javaw.exe
command:"java -Dfile.encoding=UTF-8 -jar <your jar> "will call java.exe
any difference?
thanks!