Re: Java code can't run in JSP

2002-11-07 Thread Peter Dolukhanov
ter Dolukhanov -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:JSP-INTEREST@;JAVA.SUN.COM] On Behalf Of Edward King Sent: 07 November 2002 06:49 To: [EMAIL PROTECTED] Subject: Java code can't run in JSP I have a question about JSP,I

Java code can't run in JSP

2002-11-06 Thread Edward King
I have a question about JSP,I put some Java code into JSP,it like follows: <%@page language="java"%> <%@page import="java.io.*" %> test <% String value[]=new String[2]; String str; value[0]="8"; try { InputStream is = this.getClass().getResourceAsStream