[java ee programming] Re: Need Help Ex1

2009-09-05 Thread miga
On Sep 6, 4:15 am, Srilaxmi Seetharamachar wrote: > Hello, >    I installed netbean, sdk  and I  am on the MyFirstWebApp project.After > when I run the project, I don't  see Build Successful at the bottom of the > screen in netbean. But I see glassfish server start staus.When I tried to > op

[java ee programming] Need Help Ex1

2009-09-05 Thread Srilaxmi Seetharamachar
Hello,    I installed netbean, sdk  and I  am on the MyFirstWebApp project.After when I run the project, I don't  see Build Successful at the bottom of the screen in netbean. But I see glassfish server start staus.When I tried to open the page on browser I see below message on the browser. Pleas

[java ee programming] Re: Problem with jsp

2009-09-05 Thread Rohan
<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%...@page import="db_sql.*,java.sql.*" %> <%! String month[]= {"JAN","FEB","MAR","APR","MAY","JUN","JUL","AUG","SEP","OCT","NOV","DEC",}; Integer i=new Integer(0); Result