I have the last Ubuntu version on my computer and i tried many times to install the library Libsvm,following the instructions at this link: https://www.php.net/manual/en/svm.requirements.php. The link is for installing the library in php,but to add the php extensions,the library need first to be installed in java.
I hadn't any problems with this commands,(obviously,i typed all the commands for the latest version of the library,3.24)but when comes the moment to compile the test file.java with the javac command,the compiler doesn't recognise my SVM class... Here I paste the code in the java file.
svm_predict svm = new svm_predict();
And I also tried this :
LibSVM svm = new LibSVM();
I'm really desperate,please give me a hint!