I am attempting to compile (using
jdk1.6.0_24 in Windows 7) and get the following error:
C:\Program Files\tech\_restful\WEB-INF\classes\com\mcnz\ws>javac -classpath "C:
Program Files\tech\_restful\WEB-INF\lib\*" HelloWorldResource.java
javac: invalid flag: C:\Program Files\tech\_restful\WEB-INF\lib\jackson-core-as
-1.7.1.jar
Usage: javac <options> <source files>
use -help for a list of possible options
The
jackson-core-as-1.7.1.jar is located in the
C:\Program Files\tech\_restful\WEB-INF\lib directory.
Please advise.