Date: Tue, 01 Nov 2005 16:31:53 +0100 From: Patrick Gelin <patrick.gelin@free.fr> To: freebsd-java@freebsd.org Subject: Problem with assert compiling java 1.4 into Eclipse IDE... Message-ID: <dk821f$uc9$1@sea.gmane.org>
next in thread | raw e-mail | index | archive | help
hi, I'm compiling a JSP page including a JAVA scriptlet. I'm using eclipse IDE 3.1 with Java compiler 1.4. But into this page I've got the error code below: 2 cannot resolve symbol: symbol : method assert (boolean) index.jsp The line is: assert(request.getAttribute("org.portletapi.contextid") != null); What can I do? Thanks for your response.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?dk821f$uc9$1>