RE: Why won't System.getProperty(user.home) work in a JSP page?

From: Fredrik Nylander <fredrik@xxx.com>
Date: Sun Oct 21 2001 - 09:49:34 PDT

Try System.getProperty("user.home") instead.

/fredrik

-----Original Message-----
From: Nick [mailto:nickm@xxx.com]
Sent: Sunday, October 21, 2001 7:47 PM
To: resin-interest@xxx.com
Subject: Why won't System.getProperty(user.home) work in a JSP page?

Hi,

I am trying to use System.getProperty(user.home) in a JSP page and I get
the error:

500 Servlet Exception
/counter.jsp:11: cannot resolve symbol
symbol : variable user
location: class _jsp._127__0__0__1_23a80_0._counter__jsp
      System.getProperty(user.home);
                         ^
1 error

Resin 2.0.b2 (built Tue Apr 17 09:41:58 PDT 2001)

Why is this not working?

Thanks,

Stefan
Received on Sun 21 Oct 2001 09:49:34 -0700

This archive was generated by hypermail 2.1.8 : Thu Sep 28 2006 - 20:16:49 PDT