Hi Frank,

I ran into a similar error when I tried using Jrun and it's stand-alone web
server.  I'm guessing that you're using the MS JVM?  For whatever reason,
Microsoft did not include the sun javac compiler classes in its
distribution.  To get it to work, download the sun JDK, then place the sun
classes.zip file in the classpath.

Remember, jview.exe uses a different syntax for setting the classpath:

jview.exe /cp c:\jdk1.1.7\lib\classes.zip


Good luck,

Darren.

--
Darren Gibbons                                    [EMAIL PROTECTED]
OpenRoad Communications                               ph: 604.681.0516
Internet Application Development                     fax: 604.681.0916
Vancouver, B.C.                                 http://www.openroad.ca

> -----Original Message-----
> From: A mailing list about Java Server Pages specification and reference
> [mailto:[EMAIL PROTECTED]]On Behalf Of Frank Starsinic
> Sent: Friday, April 09, 1999 1:27 PM
> To: [EMAIL PROTECTED]
> Subject: Jrun JSP and Apache
>
>
> i tried to install Jrun on the new Apache 1.3.6 for windows and get this
>
> 500 Internal Server Error
>
> An error occured during inprocess compilation.
> JSP requires that a JDK be installed on your system. Please make sure an
> appropriate JDK has been installed, and JRun's CLASSPATH contains the
> JDK's core classes.
>
> sun/tools/javac/Main
>
>
> hmmm... where does the classpath get set for Jrun. it used to be
> in the Jrun
> gui and i no longer see it anywhere.  i've tried putting it into
> the system
> classpath but that does not work. is there a properties file for this?
>
> thanks,
> frank
>
> >
>
> --
> Frank Starsinic
> The Money Store
>
> "Java - it's not just for breakfast anymore!"
>
> ==================================================================
> =========
> 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".
>

===========================================================================
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".

Reply via email to