1) when importing in a JSP and importing (let's say java.awt or other java classes) where are these classes stored? 2) I want to download JFreeCHart. In which directory should I extract the zip into?
I'd appreciate any helpful responses. Thanks in advance.
If these libraries are shipped as jar files the jars go in WEB-INF/lib If you're going to unpack then the class files go under WEB-INF/classes/PACKAGE-STRUCTURE/
No I was just wondering where they are. Where in the jre? I wouldnt anyway considering there most likely isn't any source. Thanks for ther response (appreciate an answer to the other question too though ;)).
The JRE does include the source code to the class libraries, though, which comes in handy if you need to understand more about a class than what's covered in the javadocs. Hunt for a file called src.zip or src.jar.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.