You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@sling.apache.org by Andy Van Den Heuvel <an...@gmail.com> on 2012/12/13 21:11:41 UTC

ArrayIndexOutOfBounds

Hey,

I'm trying to get started with the laundpad application described here:
http://sling.apache.org/site/discover-sling-in-15-minutes.html

But when I run it, i get an IndexOutOfBoundsException.

Did I miss something here?

RE: ArrayIndexOutOfBounds

Posted by Robert Munteanu <rm...@adobe.com>.
Hi Andy,

> -----Original Message-----
> From: Andy Van Den Heuvel [mailto:andy.vandenheuvel@gmail.com]
> Sent: Thursday, December 13, 2012 10:12 PM
> To: users@sling.apache.org
> Subject: ArrayIndexOutOfBounds
> 
> Hey,
> 
> I'm trying to get started with the laundpad application described here:
> http://sling.apache.org/site/discover-sling-in-15-minutes.html
> 
> But when I run it, i get an IndexOutOfBoundsException.
> 
> Did I miss something here?

If you're using Java 7, the quick fix is to use Java 6.

Robert