Recently in doing a small project using Spring+hibernat, I was just learning, while learning to do it.
There are a lot of minor problems, this time using DB browser in MyEclipse to connect to the Oracle database.
Here are the original artwork of my problem:
1. Create a new connection to Oracle, as shown in Figure 1:
2. Connect to Oracle, as shown in Figure 2:
3. Error, as shown in Figure 3:
I'm on the Internet. Find a solution:
The original link is: http://huanyue.javaeye.com/blog/288096
Method One: In Eclipse.ini file add:-dnls_lang=simplified Chinese_china. ZHS16GBK, and then restart Eclipse.
Method Two: Control Panel--Regional and language Options--standard and format changed to: English (USA). Then restart Eclipse.
Method Three: Change the duser.language=en in Eclipse/eclipse.ini to Duser.language=zh to restart Eclipse
Hope to be helpful to everyone.