I am debugging my code from JDB(Java Debugger). My Code uses the external jar files which I have kept in a separate folder.
If the path of external java files contains spaces then JDB gives the error.
If path does not contains any spaces the program executes successfully.
My Path when the error occurs : C:\Users\raunak.choraria\Desktop\External Jars
My Path in case of successful execution : C:\Users\raunak.choraria\Desktop\ExternalJars
As per my understanding, from the point space character occurs it assumes it as class name and searches for the main class.