使用 ExtJS CE 构建应用程序时出现问题

问题描述 投票:0回答:1

我正在尝试使用 ExtJS 7.0.0-CE 和一个小应用程序进行测试。当我尝试构建应用程序进行测试或生产时,出现此错误,请帮助

PS C:\Users\User1\Documents\Sencha CE\Projects\step-form> sencha app build production
Wat!
configFile: C:\Users\USer1\Documents\Sencha CE\Projects\step-form\node_modules\@sencha\cmd\dist\sencha.cfg
Sencha Cmd v7.0.0.40
[INF] Using GPL version of Ext JS version 7.0.0 from C:\Users\PeterBennett\Documents\Sencha CE\Projects\step-form\node_modules\@sencha\ext.
[INF] The implications of using GPL version can be found here (http://www.sencha.com/products/extjs/licensing).
[INF] Processing Build Descriptor : desktop (production environment)
loadLibrary UnsatisfiedLinkError: Could not load the library from file.
Exception in thread "Thread-1" java.lang.UnsatisfiedLinkError: phdl.Phdl.IO()I
    at phdl.Phdl.IO(Native Method)
    at com.sencha.licenses.update.UpdatePing.initPing(UpdatePing.java:305)
    at com.sencha.licenses.update.UpdatePing.ping(UpdatePing.java:290)
    at com.sencha.licenses.update.UpdatePing.pingOnInterval(UpdatePing.java:247)
    at com.sencha.licenses.update.UpdatePing.run(UpdatePing.java:144)
    at com.sencha.licenses.update.UpdatePing.pingWithInterval(UpdatePing.java:105)
    at com.sencha.util.LicenseUtil.verify(LicenseUtil.java:297)
    at com.sencha.util.LicenseUtil.access$000(LicenseUtil.java:23)
    at com.sencha.util.LicenseUtil$1.run(LicenseUtil.java:250)
    at java.lang.Thread.run(Unknown Source)
[INF] Loading compiler context
[INF] Loading app json manifest...

提前谢谢您

构建生产应用程序

extjs
1个回答
0
投票

这个错误可以忽略。我的构建工作正常。我正在使用 Java 8/11。如果是更高版本的Java,则会出现构建错误。

© www.soinside.com 2019 - 2024. All rights reserved.