java - Why does Play build report error: package org.json does not exist with chargebee-1.0 in build.sbt? -



java - Why does Play build report error: package org.json does not exist with chargebee-1.0 in build.sbt? -

i'm trying import org.json play framework project, can't rid of error message:

error: bundle org.json not exist

using eclipse , i've added org.json-chargebee-1.0.jar java build path, , build.sbt file looks this:

name := "sorlandsportalen" version := "1.0-snapshot" librarydependencies ++= seq( javajdbc, javaebean, cache, "mysql" % "mysql-connector-java" % "5.1.26", "org.hibernate" % "hibernate-entitymanager" % "4.3.1.final", "org.json"%"org.json"%"chargebee-1.0" ) play.project.playjavasettings

i'm using play framework version 2.2.1

execute play eclipse in project's directory after having added dependency "org.json" % "org.json" % "chargebee-1.0" project's build (definition) in build.sbt.

refresh eclipse , issue should disappear (as build.sbt looks fine , i've tested myself).

java json eclipse playframework-2.2

Comments

Popular posts from this blog

formatting - SAS SQL Datepart function returning odd values -

c++ - Apple Mach-O Linker Error(Duplicate Symbols For Architecture armv7) -

php - Yii 2: Unable to find a class into the extension 'yii2-admin' -