I tried to perform Qsar using the above mentioned program (each don't depend on one another), They come as .jar executable files.
so when i ran the command in command prompt terminal. ( windows 10)
$ java -jar
i am receiving the error message,
C:\Users\sethu\Desktop\QSAR-Co_v1.1.0\QSAR-Co_v1.1.0_6Feb2021>java -jar QSAR-Co_v1.1.0.jar
Error: Could not find or load main class qsarco.QSARCo
Caused by: java.lang.NoClassDefFoundError: javafx/application/Application
i have recently installed,
java jdk (jdk-11.0.14)
java jre (jre1.8.0_333)
(i have confirmed the proper installation by executing ligplot plus and padel both uses java run time environment)
And i did folowed a video to install javafx < https://www.youtube.com/watch?v=XEdd5PQ34Lo >
and set my path in system variable.
can any pls do help with this.