Relative Content

Tag Archive for javagoogle-cloud-platform

Getting error Exception in thread “main” java.lang.NoClassDefFoundError: com/google/protobuf/MapFieldReflectionAccessor

I am trying to call vertex AI and retrieve the data based on the query using java but getting the error “Exception in thread “main” java.lang.NoClassDefFoundError: com/google/protobuf/MapFieldReflectionAccessor”
I have tried by changing different versions of the dependencies but it is not working.
Also I have observed that MapFieldReflectionAccessor is deprecated and no more is used but I am getting this error only.