You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
}
,The following error isException in thread "main" java.lang.NoClassDefFoundError: com/weixun/openapi/GoSdkApplication Caused by: java.lang.ClassNotFoundException: com.weixun.openapi.GoSdkApplication at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) 2024/08/09 16:04:56 Java exception occurred. check stderr/logcat exit status 1,Please help me with this problem, much appreciated
The text was updated successfully, but these errors were encountered:
java code:
public class GoSdkApplication {
}
go code:
package main
import (
"log"
"runtime"
)
func main() {
}
,The following error is
Exception in thread "main" java.lang.NoClassDefFoundError: com/weixun/openapi/GoSdkApplication Caused by: java.lang.ClassNotFoundException: com.weixun.openapi.GoSdkApplication at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:418) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:355) at java.lang.ClassLoader.loadClass(ClassLoader.java:351) 2024/08/09 16:04:56 Java exception occurred. check stderr/logcat exit status 1
,Please help me with this problem, much appreciatedThe text was updated successfully, but these errors were encountered: