Hi Magesh,

Even after changing the code, I am not getting the date.

I am getting only "Today is".

The java part is not running.

Is there anything to be checked?

Ganesh

-----Original Message-----
From: Manish Bhatnagar [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, September 26, 2000 5:20 PM
To: [EMAIL PROTECTED]
Subject: Re: Running JSP?


Hello Ganesh!

Modify your code as follows:
<%@ page language="Java" %>
<%@ page import="java.util.Date" %>
<html>
<head>
<title>First Page</title>
</head>
<body>
<H3>Today is:
<%= new java.util.Date() %>
</H3>
</body>
</html>

You get the following output both in Netscape and IE:
Today is: Tue Sep 26 17:16:51 GMT+05:30 2000

Cheers,
Manish Bhatnagar

"Ganesh N.M" wrote:

> Dear All,
>
> Thank you very much to everyone for your help. I have changed the
> "classpath" and its working.
>
> Now I have  a doubt in running JSP.
>
> The following is the code I used.
>
> <html>
> <head>
> <title>First Page</title>
> </head>
> <body>
> <H3>Today is:
> <%= new java.util.Date() %>
> </H3>
> </body>
> </html>.
>
> When I run in Netscape the same code is getting displayed in the Browser.
>
> When I run in IE 5 I am getting only "Today is:". I am not getting the
> output date.
>
> I think the java code inside the <% %> tag is not running. What is to be
> done for this?
>
> But in Netscape only code is coming. Please check it out.
>
> Regards,
>
> Ganesh
>
>
===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~Live-Your-Dream~~~~
Obstacles are things a person sees when he takes his eyes off his goal.
                                                                       -E.
Joseph
Cossman

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to