B4J Question B4JPackager11 error on a Chinese windows system

xulihang

Active Member
Licensed User
Longtime User
I come across this error when running B4Jpackager 11 on a Chinese windows 10. It seems a encoding problem as the default encoding is gbk.

B4X:
Explicitly excluded modules: []
Included modules: [java.base, java.datatransfer, java.desktop, java.logging, java.management, java.naming, java.security.jgss, java.sql, java.xml, java.xml.crypto, javafx.base, javafx.controls, javafx.fxml, javafx.graphics, javafx.media, javafx.swing, javafx.web, jdk.javadoc, jdk.management, �Ҳ���, java.scripting, jdk.unsupported, jdk.unsupported.desktop, jdk.jsobject, jdk.xml.dom]
Running: E:\jdk-11.0.1\bin\javac
.
Picked up _JAVA_OPTIONS: -Djava.net.preferIPv4Stack=true
module-info.java:21: ����: �Ҳ���ģ��: �Ҳ���
requires �Ҳ���;
         ^
1 ������

I have to exclude the module "�Ҳ���" to make it build successfully. But I do not know what exact module it is as the string may be encoded wrongly.
 
Last edited:

xulihang

Active Member
Licensed User
Longtime User
I find this code means not found. The Chinese characters are “找不到”
 
Upvote 0
Top