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
После перехода на 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
The text was updated successfully, but these errors were encountered:
После перехода на 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
The text was updated successfully, but these errors were encountered: