Hi Bill
I have set the properties file as mentioned, but still this error which I
have posted below persists. I feel that classpath is not being read
properly.
cheers
Gowtham.
____________________________
500 Internal Server Error
JSP Compile Error(s)
----------------------------------------------------------------------------
----
E:\jrun\jsm-default\services\jse\servlets\jsp\jsp\snoop\hello.java, line 8:
Package java.io not found in import.
import java.io.*;
^
----------------------------------------------------------------------------
----
E:\jrun\jsm-default\services\jse\servlets\jsp\jsp\snoop\hello.java, line 9:
Package java.util not found in import.
import java.util.*;
^
----------------------------------------------------------------------------
----
E:\jrun\jsm-default\services\jse\servlets\jsp\jsp\snoop\hello.java, line 10:
Package java.net not found in import.
import java.net.*;
^
----------------------------------------------------------------------------
----
E:\jrun\jsm-default\services\jse\servlets\jsp\jsp\snoop\hello.java, line 14:
Superclass java.lang.Object of class jsp.jsp.snoop.hello not found.
public class hello extends HttpServlet
^
-----Original Message-----
From: Bill_Woods_ <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Wednesday, March 10, 1999 10:08 PM
Subject: RE: jsp on Microsoft Personal web server and jrun2.3
>
>
>
>
>Gowtham,
>
>
>Here's how my jsp.properties are set up.
>You may edit this file directly from the Jrun directory,
>\Jrun\jsm-default\services\jse\properties
>
>
>Also NOTE: the double slashes that must be used to escape the directory
>paths.
>
>
>-----------------------------------------------------------------------
># Page Compiler properties
>#
># For specifying the compiler to use:
>#
># Specify the page compiler (blank uses internal compiler)
>#
># Special characters:
># %f filename
># %c classpath (java classpath to use
># %d codepath (where to place compiled class files)
>#
># For example:
>#
># compiler=javac -nowarn -classpath %c -d %d %f
># or
># compiler=jvc /cp:c %c /dest: %d %f
>#
>
>
>checkseconds=5
>nocache=true
>checkextends=false
>encoding=
>checkjsa=false
>compiler=E:\\jdk1.2\\bin\\javac -nowarn -classpath %c -d %d %f
>
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".