Re: JSON Simple

2024-02-12 Thread Andreas Reichel
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 'com.github

Re: JSON Simple

2024-02-12 Thread Owen Thomas
I don't know the answer to this question because that will depend a little on what build tool you are using. You could start by right-clicking on your project from the projects pane and navigating to your dependent libraries through the project's properties or something similar. I hope that helps.

JSON Simple

2024-02-12 Thread Tom
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? ---

Re: AI assistant for NetBeans

2024-02-12 Thread Gregor Kovač
Hi, there is a plugin for Chat GPT (https://github.com/Hillrunner2008/netbeans-chatgpt/tree/master), but I'm not sure how good it is. Best regards,     Gregor - To unsubscribe, e-mail: users-unsubscr...@netbeans.apache.org