com.borland.primetime.util.assertionException: GBK

xiaoxiao2021-03-05  23

com.borland.primetime.util.assertionException: GBK

When I saw this mistake, I knew about the reason, just a few more time, no time to make patch.

The reason is very simple, GBK should be uppercase, not wrong, definitely, where to use "GBK" inside JBuilder, so it is java.io.unsupportedEncodingexception

After the completion of the compilation part of the code: com.borland.primetime.util.Chartobytejava one line:

a = sun.io.Chartobyteconverter.getConverter (s);

Run S = "GBK".

So I have java.io.unsupportedEncodingexception

The amendment is also very simple, put JB8_ENCODING_FIX.jar in C: / JBuilder8 / patch, restart JBuilder8, you can say that you will say that you can say that you can say that you will say.

************ Quote

Go to Google: JBuilder8 patch is ok

转载请注明原文地址:https://www.9cbs.com/read-36381.html

New Post(0)