Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JDeveloper Console encoding

parisdJul 3 2014

In order to change the encoding of JDeveloper's console to UTF-8 (in order to properly view e.g. Greek characters instead of "???") you should add the following line in the jdk.conf (JDEV_HOME/jdeveloper/ide/bin) and restart JDeveloper:

AddVMOption  -Dfile.encoding=UTF-8

If you are using log4j make sure that you properly configure the console logger with the below line:

log4j.appender.console.encoding=utf-8

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 31 2014
Added on Jul 3 2014
0 comments
909 views