Re: [codec] DigestUtils / NoClassDefFoundError

2021-11-05 Thread Bruno P. Kinoshita
Hi, Since you mentioned it compiles fine, I guess this: >Might this be due to a missing dependency ? +1 you might have to confirm you have commons-codec available at runtime. CheersBruno On Saturday, 6 November 2021, 12:23:28 am NZDT, Vandewalle, Francois (GE Power) wrote: Hi ! I

Re: [codec] DigestUtils / NoClassDefFoundError

2021-11-05 Thread Gary Gregory
It looks like you do not have Commons Codec on the classpath at runtime. Gary On Fri, Nov 5, 2021, 07:23 Vandewalle, Francois (GE Power) < francois.vandewa...@ge.com> wrote: > Hi ! > > I am developing with Java 11 (OpenJDK) and have the following runtime > problem when calling DBUtils.md5Hex()

[codec] DigestUtils / NoClassDefFoundError

2021-11-05 Thread Vandewalle, Francois (GE Power)
Hi ! I am developing with Java 11 (OpenJDK) and have the following runtime problem when calling DBUtils.md5Hex() Exception in thread "Thread-0" java.lang.NoClassDefFoundError: org/apache/commons/codec/digest/DigestUtils The purpose of my code is very classical: a history-aware save function,