Hi team, need help to confirm and solve these issues:
i face 2 issues:
I cant login using katalon non-enterprise (version 8.x.x). shown error “you are using a legacy version of katalon studio, please upgrade to the latest version to continue”.
when i download the latest version of katalon, which is katalon enterprise the Keywords file is not shown. license is required to shown or import the custom keywords files.
hiii Shin…
im free user. and im using Katalon Studio Free, but still face issue number 2, which is Keyword is not shown. is this expected ?
im using katalon studio free version 9.7.0…
hi guyss, i have another issue, anyone can help ?
im using katalon version : 10.0.0.223
jre : 21
i have add this in build.gradle also
dependencies {
implementation 'net.bytebuddy:byte-buddy:1.12.8' // or the compatible version with Katalon
}
configurations.all {
resolutionStrategy {
force 'net.bytebuddy:byte-buddy:1.12.8'
}
}
but got this errror
Caused by: java.lang.IncompatibleClassChangeError: class net.bytebuddy.implementation.FieldAccessor$FieldNameExtractor$ForBeanProperty$1 cannot inherit from final class net.bytebuddy.implementation.FieldAccessor$FieldNameExtractor$ForBeanProperty