使用软件anylogic ,JDK8软件,在matlab中打包的jar文件,打包过程都没有出现问题,有人知道出现这个问题怎么解决吗?

使用软件anylogic ,JDK8软件,在matlab中打包的jar文件,打包过程都没有出现问题,但在anylogic中出现了无法解析的问题,有人知道出现这个问题怎么解决吗?

img

img

Class1是在哪里定义的,是在jar里面吗?

写好路径和JAR包,

     <dependency>
            <groupId>xx.xx.bis</groupId>
            <artifactId>xx-xx-dubbo</artifactId>
            <version>3.5.8</version>
            <scope>system</scope>
            <systemPath>{projectPath}/xx-xx-dubbo3.5.8.jar</systemPath>
        </dependency> 


勾选引用的包

img