How to change encoding?
When I run my program from under Idea I see following command line :
/usr/java/j2sdk1.4.1_04/bin/java -Dfile.encoding=ISO-8859-1 -classpath ...
I need to cahnge -Dfile.encoding=ISO-8859-1 to different value for example I
want
-Dfile.encoding=UTF-8
but I can't find how can I do it.
Alex Oscherov
Please sign in to leave a comment.
Sorry for impatience - figured it out
Alex Oscherov
"Alex Oscherov" <alex.oscherov@documentum.com> wrote in message
news:bko9b9$ctg$1@is.intellij.net...
>
I
>
>
>