Hi There;
I know that it is a very easy-to-solve question, but the situation drive me crazy. Here are the simplest jsp code and the expression side do not work in my machine:
<HTML>
<BODY>
Hello! The time is now <%= new java.util.Date() %>
</BODY>
</HTML>
The time do not appear in my browser. I've installed xammp as a server and it prints the html files properly.
Any help is appreciated.