I have created a project in eclipse and added jdbc jar
library successfully.When I run the program in eclipse I see no error but When I type:
javac *.java
in console no problem occur but later when I type
java Runner
I get "java.lang.ClassNotFoundException: com.mysql.jdbc.Driver"
and more errors related to this."Runner
" is the class which has the main method. But in eclipse eveyrthing was working fine.