Answer the question
In order to leave comments, you need to log in
How to properly import third-party classes?
The Example.java file is located in the C://JAVA/Example.java folder. I
compile it from the command line like this: javac Example.java
Everything is fine. But now I have to work with Json (or any other plug-in class), dancing begins.
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import org.json.JSONString;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question