I have to upon develop the example �Implementing your own SSO class�
At compiling the example, there are problems.
I've an error message at the lines: lines
The compiler reports an error that the files not found. Ms question is: Which jar files i must have and where i can download the files? [originally posted on jforum.net by StefanGattmann]
You need all the jars in the WEB-INF/lib directory plus you need the WEB-INF/classes directory in your class path.
Alternatively, you can get the source jar, unzip it, put your code into your own package under the src directory and use the supplied ant build file. [originally posted on jforum.net by monroe]