Servlet Classpath

Hi Guys,I have a servlet that seems to be crashing my server, I need to recompile it.

Does anyone have a list of the jar’s I need to include in the classpath for a servlet?

Cheers

Patrick

Subject: Answered my own question

Posted to quickly i had already documented.For anyone wondering I used .

Z:\Domino\Data\domino\servlet>javac -cp “C:\Sun\SDK\lib\j2ee.jar;C:\Program Files\IBM\Lotus\Notes\jvm\lib\ext\Notes.jar” MagIntranet.java

where Z: is the domino server data partition, and MagIntranet.java is my servlet.

Cheers

P