I'm sorry, I forgot to include a few lines before the rendering code, that I initalize the variables first:
blurShader.setParameter("dir", new Vector2f(0, 0));
blurShader.setParameter("resolution", RTSIZE);
blurShader.setParameter("radius", radius);
where RTSIZE is 1024 and radius is 3.