I am using Intellij Idea to run a jade program. I have the ".jar" files in the environment variable "classpath". When I run the program from the IDE it works fine and finds the classes defined by me. But when I run the program from CMD it says
class not found.
The java files are in package name "msg". I am giving the following command:
java jade.Boot -gui f1:msg.first