error when trying to compile with cos.jar
When compiling on linux/tomcat machine I put the path to cos.jar in my javac command and get the following error:
.../cos.jar: cannot execute binary file
I can compile servlets that do not require this jar file but cannot compile servlets that need it.
Does anyone know how to resolve this?

