|
From: Mark P. <mc....@gm...> - 2020-10-13 15:10:41
|
On 13-10-2020 12:45, Ludji ATHENES wrote: > Hello I'm trying to migrate quickstart tutorial (well working) and using > your tutorial migrating on java 11 and i've got various problems: > - module-info.java : can't recognize org.geotools.gt-main and > org.geotools.render You should use "org.geotools.main" for gt-main, see https://docs.geotools.org/latest/userguide/welcome/upgrade.html specifically the "Restructured Library" under GeoTools 21.x which describes the automatic module names. don't know about render... > - quickstart module has a problem too on the beginning of the source > can you tell me how i can fix it ? What's the problem exactly?... > thanks > > > Ludji ATHENES > e-mail : lud...@gm... <mailto:lud...@gm...> > tel: 0262 43 47 98 > > > > _______________________________________________ > GeoTools-GT2-Users mailing list > Geo...@li... > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users > |