In the classes I load, there are private classes that show up in the folder hierarchy as ICSApplication$ICSExpeditor.class
Does the adaptiveLoader know how to load private classes? It seems to not find this class. If I run outside the jetspeed portal, this piece of code runs perfectly. -----Original Message----- From: John Wooten [mailto:[EMAIL PROTECTED]] Sent: Friday, December 21, 2001 12:01 PM To: Jetspeed Users List Subject: ClassNotFound I created a new portlet, edited the demo_portlets.xreg file to include it. I then compiled the portlet, placed the class file under C:\JBoss-3.2.3\JBoss-2.4.1_Tomcat-3.2.3\tomcat\webapps\jetspeed\WEB-INF\clas ses in the proper folder hierarchy. I reference some of my other classes and placed the jar containing those under the same WEB_INF\jars directory and some additional classes I reference under the \WEB-INF\classes directory, again with proper hierarchy of folders. I select the pane from jetspeed where I have configured it to appear. I get on the console: * * * * No application found for <JSP> in applications java.lang.ClassNotFoundException: com.shoulderscorp.ics.ICSApplication java.lang.ClassNotFoundException: com.shoulderscorp.ics.ICSApplication at org.apache.tomcat.loader.AdaptiveClassLoader.loadClass(AdaptiveClassL oader.java:524) at java.lang.ClassLoader.loadClass(ClassLoader.java:253) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:313) at java.lang.Class.forName0(Native Method) I verify that the class: com.shoulderscorp.ics.ICSApplication is under \WEB_INF\classes\com\shoulderscorp\ics\ and is named ICSApplication.class. I have stopped, started, etc. Tomcat. Does the adaptiveclassloader not get its files from the WEB-INF\classes directory? ======================== John Wooten, Ph.D. CTO & CoFounder, Shoulders Corp http://www.shoulderscorp.com 865-482-9400 [EMAIL PROTECTED] ============================ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
