Today I am doing Connectivity of SqlServer using JTDS driver. But when I run program
I found Below error
Java.lang.ClassNotFoundException: net.sourceforge.jtds.jdbc.Driver
Caused by: java.lang.ClassNotFoundException: net.sourceforge.jtds.jdbc.Driver in loader dalvik.system.PathClassLoader[/data/app/com.kmkm.lll-2.apk]
I already search on this topic and I found answer as
java -classpath .:jtds.jar MyApp
but I am confuse how and where I run this command? Why this error comes?