Hi,
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.
Any help asap is highly appreciated
Thanks in advance