Dear All,
I am trying to learn j2ee from the basics. I have written a basic program from my guidance book and when i try to compile it , i get the below error.
Please throw some light on it.
javac -classpath C:/Program Files (x86)/Apache Software Foundation/Tomcat 7.0/lib/servlet-api.jar:classes:. -d classes src/com/example/web/BeerSelect.java
javac: invalid flag: (x86)/Apache
Usage: javac <options> <source files>
use -help for a list of possible options