I apologize
I updated OJ to newer libraries
Peppe
Il giorno ven 12 ott 2018 alle ore 11:26 ha scritto:
> On 12.10.2018 11:04, Nicolas Ribot wrote:
> > Hello,
> >
> > I was unable to compile OJ after an update:
> > in org.openjump.core.apitools.IOTools, line 31, I have to replace:
> > import org.
On 12.10.2018 11:04, Nicolas Ribot wrote:
> Hello,
>
> I was unable to compile OJ after an update:
> inĀ org.openjump.core.apitools.IOTools, line 31, I have to replace:
> import org.apache.commons.lang.StringUtils;
> by
> import org.apache.commons.lang3.StringUtils;
>
> to correct the problem.
> A
Hello,
I was unable to compile OJ after an update:
in org.openjump.core.apitools.IOTools, line 31, I have to replace:
import org.apache.commons.lang.StringUtils;
by
import org.apache.commons.lang3.StringUtils;
to correct the problem.
Am I missing a lib ?
Thanks
Nicolas
__