The Artima Developer Community
Sponsored Link

Java Answers Forum
Problem compiling jsp

1 reply on 1 page. Most recent reply: May 6, 2004 12:14 PM by gabri

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
John Murphy

Posts: 1
Nickname: murphy69
Registered: May, 2004

Problem compiling jsp Posted: May 5, 2004 11:59 PM
Reply to this message Reply
Advertisement
Hello,
I have installed jdeveloper
if I add a new jsp (Text1.jsp)

<%@page contentType="text/html"%>
<%!
public void test(JspWriter writer) throws IOException{
writer.println("Hello!");
}
%>

I get Error(5,47): class IOException not found in class _Test1

I have classes12.zip in my class path and even added it as a library but still the same
Driving me mad help!!


gabri

Posts: 9
Nickname: gabri
Registered: Jan, 2004

Re: Problem compiling jsp Posted: May 6, 2004 12:14 PM
Reply to this message Reply
I am unsure if this is the reason, but maybe
<%@ page import="java.io.*" %>
is missing as it seems from the error you get.
Regards,
Gabri

Flat View: This topic has 1 reply on 1 page
Topic: Message Digest Problem with Its Function Previous Topic   Next Topic Topic: Switichin On\Off keyboard's LED display

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use