简体   繁体   中英

ClassNotFoundException with Installer built using install4j

The installer built with install4j 6.1.6 is generating the below error. any suggestions on what could be causing this issue?

java.lang.ClassNotFoundException: com.test.client.Main
    at java.net.URLClassLoader.findClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at com.exe4j.runtime.LauncherEngine.launch(LauncherEngine.java:62)
    at com.exe4j.runtime.WinLauncher$2.run(WinLauncher.java:96)

在启动器向导的“Java 调用”步骤中,您必须配置类路径,包括包含类com.test.client.Main的存档或目录。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM