View Single Post
  #1 (permalink)  
Old 11-07-2007, 11:32 AM
munna_dude munna_dude is offline
Member
 
Join Date: Nov 2007
Posts: 1
munna_dude is on a distinguished road
my first jsp code
hi all
i am new to jsp
i am looking in to this example first...
Code:
<html> <head> <title>My first JSP page </title> </head> <body> <%@ page language="java" %> <% out.println("Hello World"); %> </body> </html>
and save as helloworld.jsp
at present am using linux machine i.e. fedora7.
when i open this page through firefox browser.. it displaying like this

Quote:
<%@ page language="java" %> <% out.println("Hello World"); %>
can you please help me

thank you in advance
Reply With Quote
Sponsored Links