It works fine for me. I think that it does't like the import statement (can't find the class).
See if the following works.
<html>
<body>
<%
out.print("Hello World");
%>
</body>
</html>
I'm new to JSP too so if any experts can help feel free.:P