I have ij
jar file. How can I adopt the help of this jar file in my code.
I want to create an image auto selection tool
.
Is ij
or javacv
better?
I have ij
jar file. How can I adopt the help of this jar file in my code.
I want to create an image auto selection tool
.
Is ij
or javacv
better?
by doing this you will add your jar file and also use it to your project using Netbeans
Open Netbeans, In the projects window where there are packages and files of your project. There there is one folder named Libraries, Right click that, and then click on Add Jar/Folder, then choose the ij.jar file. Hence you will be able to use your ij.jar file in your coding.
Another way to do is explained by @Yousuf Umar.