How to use System.getProperty?
843835Mar 1 2002 — edited Mar 1 2002I was trying to do the exercises from JSP Tutorial homepage but I couldn't do this one. Can anyone help me?
This is the source code given as an example.
<HTML>
<BODY>
Hello! The time is now <%= new java.util.Date() %>
</BODY>
</HTML>
Exercise: Write a JSP to output the values returned by System.getProperty for various system properties such as java.version, java.home, os.name, user.name, user.home, user.dir etc.
Rob