import - Package com.cedarsoftware does not exist! Java -
i had implement jsonwriter today , when im trying working import need not work. im baffled, dont know how fix it.
the way im importing right import com.cedarsoftware.*;
, tells me doesnt exist. had added classpath , added .jar lib directory in folder.
any ideas of why isnt working?
i supossed using json-io library github.
if using maven, put code proyect config
<dependency> <groupid>com.cedarsoftware</groupid> <artifactid>json-io</artifactid> <version>4.1.8</version> </dependency>
if not, create al directories of com/cedarsoftware/util/io , put source file code there. , use:
import com.cedarsoftware.util.io.jsonwriter;
Comments
Post a Comment