Greetings Tom.
What build system are you using:
a) ANT
add your JAR to the LIB folder
b) Maven
com.github.cliftonlabs
json-simple
4.0.1
c) Gradle
add to the dependency section
// https://mvnrepository.com/artifact/com.github.cliftonlabs/json-simple
implementation
that helps. :)
On Tue, 13 Feb 2024 at 01:25, Tom wrote:
> Newbie question, how can I use external jars like json simple in a
> Netbeans project?
> I have added json-simple-1.1.1.jar to Tools / Library.
> But import org.json.simple.JSONArray; gives a package not found error.
> I ha
Newbie question, how can I use external jars like json simple in a Netbeans
project?
I have added json-simple-1.1.1.jar to Tools / Library.
But import org.json.simple.JSONArray; gives a package not found error.
I have already googled.
How can I fix that