PessALL !!!
Tenho o seguinte codigo em JSP:
<html>
<head>
<title>Untitled</title>
</head>
<body>
<%! private int x=2, result%>
<%
result = Math.PI * Math.pow (x,2) throws IllegalArgumentException {
if ( (x < 0 ) || ( x > 20) )
throw new IllegalArgumentException("Out of range.");
else if (x==0) return 1;
else return x *(x+1);
} %>
</body>
</html>
Mas ao executar este c�digo, d� o seguinte erro:
500 Servlet Exception
/krc/teste4.jsp:9: ';' expected.
private int x=2, result
^
/krc/teste4.jsp:13: ';' expected.
result = Math.PI * Math.pow (x,2) throws IllegalArgumentException {
^
2 errors
Quem puder me ajudar, eu agrade�o.
Muito obrigado
[] 's
Kleber Rodrigo de Carvalho
Software Engineer
_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com
------------------------------ LISTA SOUJAVA ----------------------------
http://www.soujava.org.br - Sociedade de Usu�rios Java da Sucesu-SP
d�vidas mais comuns: http://www.soujava.org.br/faq.htm
regras da lista: http://www.soujava.org.br/regras.htm
para sair da lista: envie email para [EMAIL PROTECTED]
-------------------------------------------------------------------------