Hey I am trying to run this program on a ubuntu command line Ive tried
javac RecoverPassword.java
It got compiled without any issues. but then i typed
java RecoverPassword <argument> <argument>
I received the error. Then i tried.
java java.RecoverPassword <argument> <argument>
Still got the same error
NB. The code is written using eclipse.