在 linux 机器上更新 install4j 时得到 java.lang.ClassNotFoundException: com.install4j.script.I4jScript_Internal_36

getting java.lang.ClassNotFoundException: com.install4j.script.I4jScript_Internal_36 while updationg install4j on linux machine

目前我在 Linux 上使用 6.1.5 版的 install4j。当我检查更新时,出现以下错误:

异常:

java.lang.ClassNotFoundException: com.install4j.script.I4jScript_Internal_36
    at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
    at com.install4j.runtime.installer.helper.Install4jClassLoader.loadClass(Install4jClassLoader.java:81)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:348)
    at com.install4j.runtime.installer.ContextImpl.runScript(ContextImpl.java:187)
    at com.install4j.runtime.installer.ContextImpl.runScript(ContextImpl.java:182)
    at com.install4j.runtime.installer.ContextImpl.checkGroupCondition(ContextImpl.java:197)
    at com.install4j.runtime.installer.controller.ScreenNavigator.forward(ScreenNavigator.java:154)
    at com.install4j.runtime.installer.controller.ScreenNavigator.findNextScreenConfig(ScreenNavigator.java:60)
    at com.install4j.runtime.installer.controller.Controller.handleCommand(Controller.java:213)
    at com.install4j.runtime.installer.controller.Controller.start(Controller.java:94)
    at com.install4j.runtime.installer.Application.runApplication(Application.java:71)
    at com.install4j.runtime.installer.Application.main(Application.java:35)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:65)
    at com.install4j.runtime.launcher.UnixLauncher.main(UnixLauncher.java:57)

此编译脚本 class 包含在 JAR 文件 .install4j\user.jar 中。从您的错误消息来看,该 JAR 文件似乎已被删除或替换为与 .install4j\i4jparams.conf.

的内容不兼容的版本