----- Original Message ----- From: jon * <[EMAIL PROTECTED]> To: JetSpeed <[EMAIL PROTECTED]> Sent: Sunday, February 20, 2000 6:06 PM Subject: Re: NullPointerException in PortletFactory.getPortlets() > on 2/20/00 2:51 PM, Scott Tavares <[EMAIL PROTECTED]> wrote: > > > java.lang.NullPointerException > > at org.apache.jetspeed.portal.factory.PortletFactory.getPortlets(Compiled > > Code) > > at > > You should compile it with -g and not -O (and turn off the JIT) so that you > can see the line numbers. That makes things much easier to debug. > > -jon > > -- > Come to the first official Apache Software Foundation > Conference! <http://ApacheCon.Com/> > I know this is going to sound stupid but... How do I turn off the JIT? I'm using IE5 and in the VM section of the advanced internet properties the "...enable JIT..." is _not_ checked. Am I missing something? Any help will be appreciated. -scott- -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]
