org.json.simple import 에러

2021. 4. 5. 01:42Spring Boot

반응형

 

1. 링크 들어가서 다운받기 

humahumahuma.tistory.com/142

 

 

자바에서 json 데이터 읽기, 자바 org.json.simple import 에러

import org.json.simple.JSONArray; import org.json.simple.JSONObject; import org.json.simple.parser.JSONParser; 여기서 빨간줄 날 때 json-simple 1.1 jar를 다운받아야 한다. 인터넷에 다운로드 링크가 한..

humahumahuma.tistory.com

2. 인텔리제이에 jar 추가 

 

 

3. gradle 추가 

soohyeon317.tistory.com/entry/gradle-%EA%B4%80%EB%A0%A8-dependency-%EC%84%A4%EC%A0%95

 

gradle 관련 dependency 설정

■ Gradle에서 Reactive Streams 라이브러리 추가 시   // https://mvnrepository.com/artifact/org.reactivestreams/reactive-streams compile group: 'org.reactivestreams', name: 'reactive-streams', versio..

soohyeon317.tistory.com

stackoverflow.com/questions/42433492/gradle-build-not-able-to-import-org-json#

 

Gradle build - not able to import org.json

I have a problem where I’m trying to include org.json as a dependency in my gradle/spring boot project. In my build.gradle I have dependencies { compile("org.springframework.boot:spring-boot-

stackoverflow.com

4. 인텔리제이 invalidate caches/ restart 

반응형