Index: xdocs/guides/guide-simple-portlet.xml =================================================================== --- xdocs/guides/guide-simple-portlet.xml (revision 421473) +++ xdocs/guides/guide-simple-portlet.xml (working copy) @@ -49,7 +49,7 @@

Compile the class using the command, -javac -cp ~/.maven/repository/org.apache.portals.jetspeed-2/jars/portlet-api-1.0.jar Simplest.java +javac -cp $CATALINA_HOME/shared/lib/portlet-api-1.0.jar Simplest.java