NoSuchMethodError on Group.builder() #1062
Unanswered
Fafa83i
asked this question in
Questions and Answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to write netcdf-3 file using NetCDFAll 5.5.2.
However, when i use
NetcdfFormatWriter.createNewNetcdf3(pathAndFilename)
, It throw NoSuchMethodError :java.lang.NoSuchMethodError: ucar.nc2.Group.builder()Lucar/nc2/;Group$Builder;
Do U have an idea ?
I have checked my jar, and the method seems to appear.
Beta Was this translation helpful? Give feedback.
All reactions