I am trying to compile a class in java 1.5 in command prompt. I want to include all the jar files from a folder while using javac. when I run the below cmd, the help gets printed on screen. I doubt if wildcard chars are allowed below java 1.6.
Please help.
C:\cfree\52k-br\src\com\checkfree\wps\common\busobj>javac -cp "C:\cfree\52k-br\classes*" IAService.java