Question about instaling jcuda

hi, I want to install jcuda in netbeans in macOs but I don’t know what to do.
I am a beginner in CUDA toolkit and I have the sdk, cuda driver and netbeans installed.
besides I have jcudaUtils-0.0.3.jar, binaries for MacOS donwloaded. I searched on Google how to do it but I had no success. could someone guide me?
thank you very much
pardon my lack of English

Hello

There is a short Tutorial at http://jcuda.org/tutorial/TutorialIndex.html , but it does not cover much of the installation. When you have created a project in NetBeans, it should be sufficient to copy all the JCuda files (the JAR files and the DYLIB files) into the root directory of your project. Then you have to add the JAR files to your CLASSPATH (as described here).

bye
Marco