Sorry for such a newbie question. I am trying to create an executable jar file from a java package. So I tried (Win 7) the following to create class files:
javac *.java
I am getting errors like "package org.apache.axis.types does not exist". Does it mean I have to install this package on my computer? What is the easiest way to do it?
Thank you!