If i try the code included below i get the following error:

<%! char c = 0; %>

-----------begin error------
500 internal server error
com.livesoftware.scripting.CompilerException:
Found 1 syntax error in
"C:/JRun/jsm-default/services/jseweb/servlets/jsp/test.java":

    67. ! char c = 0;
        ^
*** Syntax Error: Unexpected symbol ignored
--------------end error---------------------

If i remove the ! then the page will compile and work, but the variable 'c'
is not availible.

I am using JRUN (which i downloaded today). Anyone have any ideas on what i
am doing wrong?

Thanks in advance...

Mike C

[EMAIL PROTECTED]

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to