I am trying to compile a Java source file on command prompt with the following command
C:\temp\test>javac -cp ".\*;" *.java
but the class does not get compiles, I have errors of type files not found, or could not find resource.
Even though the jars are present in the same directory as the Java files.