This is my jsp code: try { Class.forName("org.gjt.mm.mysql.Driver"); String url = "jdbc:mysql://localhost:3306/exam"; Connection con = DriverManager.getConnection(url,"root", "exam"); Statement stmt = con.createStatement(); ResultSet rs = stmt.executeQuery("Select type from questions");
On 7/25/07, Christopher Schultz <chris@(protected): > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Mohammed, > > Mohammed Zabin wrote: > > I have the following error: > > > > org.apache.jasper.JasperException: Unable to compile class for JSP: > > Uhh... you have a syntax error in your JSP code. Fix that, then we'll > get back to configuration issues. You didn't give enough information to > help with the JSP syntax error. > > - -chris > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.7 (MingW32) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iD8DBQFGp2lm9CaO5/Lv0PARAvlRAJ45KuixS2Fy75ssMLQLwUYhA+DjOACgtiTN > nZhKt8DoIGh8UFwV+Ri6qWI= > =syvt > -----END PGP SIGNATURE----- > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@(protected) > To unsubscribe, e-mail: users-unsubscribe@(protected) > For additional commands, e-mail: users-help@(protected) > >