Hi all,
I m using jrun as my servlet/jsp engine. in my jrun settings,
i have given the java compiler as c:\jdk1.2.2\bin\javac.exe. when i give
a
request from my browser to the jsp page, it builds the corresponding
.java file for the servlet. but when it tries to compile the .java file
to .class file, there is an error reported to the browser:
500 internal server error
usage:javac <options> <source file> and a listing of all the options for
javac command.
This is the usual message u get if u type just javac from ur command
prompt. But when i compile the .java file manually from command prompt,
it creates the .class files and subsequently when the jsp is requested
from browser, i get the expected page. i think some setting for jrun i
have missed. somebody using jrun, please help me out. thanks in advance.
Rajesh.
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
- Re: Help on jrun required Rajesh Balu
- Re: Help on jrun required Philippe Bertramo
