Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ошибка запуска после перехода на EDT 2024.1.2+50 #146

Open
AlexeyPoltavets opened this issue Nov 12, 2024 · 1 comment

Comments

@AlexeyPoltavets
Copy link

После перехода на EDT 2024.1.2+50 и соответственно Java zulu17.54.21-ca-fx-jdk17.0.13 получаем ошибку при запуске Coverage41C

C:\Users\XX>c:\TOOLS\Coverage41C\bin\Coverage41C start -i DefAlias -u http://xxx.xxx:1550
File Not Found
File Not Found
Exception in thread "main" java.lang.NoClassDefFoundError: com/_1c/g5/v8/dt/debug/core/runtime/client/RuntimeDebugClientException
at java.base/java.lang.Class.getDeclaredMethods0(Native Method)
at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3402)
at java.base/java.lang.Class.getDeclaredMethods(Class.java:2504)
at picocli.CommandLine.getCommandMethods(CommandLine.java:3224)
at picocli.CommandLine.access$2400(CommandLine.java:145)
at picocli.CommandLine$Model$CommandSpec.createMethodSubcommands(CommandLine.java:6580)
at picocli.CommandLine$Model$CommandReflection.initMethodSubcommands(CommandLine.java:11551)
at picocli.CommandLine$Model$CommandReflection.extractCommandSpec(CommandLine.java:11502)
at picocli.CommandLine$Model$CommandSpec.forAnnotatedObject(CommandLine.java:6236)
at picocli.CommandLine.(CommandLine.java:227)
at picocli.CommandLine.toCommandLine(CommandLine.java:3526)
at picocli.CommandLine.access$16100(CommandLine.java:145)
at picocli.CommandLine$Model$CommandReflection.initSubcommands(CommandLine.java:11535)
at picocli.CommandLine$Model$CommandReflection.extractCommandSpec(CommandLine.java:11501)
at picocli.CommandLine$Model$CommandSpec.forAnnotatedObject(CommandLine.java:6236)
at picocli.CommandLine.(CommandLine.java:227)
at picocli.CommandLine.(CommandLine.java:221)
at picocli.CommandLine.(CommandLine.java:196)
at com.clouds42.Coverage41C.getCommandLine(Coverage41C.java:52)
at com.clouds42.Coverage41C.main(Coverage41C.java:47)
Caused by: java.lang.ClassNotFoundException: com._1c.g5.v8.dt.debug.core.runtime.client.RuntimeDebugClientException
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525)
... 20 more

@nixel2007
Copy link
Member

@Labotamy в новой едт классы переехали что ли?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants