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

Popular posts from this blog

javascript - Chart.js (Radar Chart) different scaleLineColor for each scaleLine -

apache - Error with PHP mail(): Multiple or malformed newlines found in additional_header -

java - Android – MapFragment overlay button shadow, just like MyLocation button -