Hi this is simple question yet I can't do it. Just wondering how can I include jarfile on command line?
For example :
My jarfile located at C:\Test\jars\thisonejar.jar
And I'm currently in C:\Test\jars
I set the classpath in C:\Test\jars
How can I include that jar file on command line?
1st line
javac Test.java
2nd line
java Test