I'm busy working with servlets now and when I try and compile them, I get erorrs stating that it can't find javax.servlet etc. Getting errors where I do the import statements to them.
So apparently I have to add that servlet.jar file to the CLASSPATH? And that file can be located (since I'm using Tomcat) under Tomcat\common\lib\servlet-api.jar.
So what I wana know is, what really is this "classpath" I've worked with it before a little, so I made stuff work without knowing what the classpath is in the first place..
Plus to add more things to the classpath, do you just use a " ; " in between the deff paths? as in Whatever\somefolder\thatfile.txt; Tomcat\common\lib\servlet-api.jar?