Estoy empezando con jsp, instalé el tomcat, setee las variables de entorno, todo bien.
Ahora quiero abrir un simple jsp pero me tira el error:
Código PHP:
HTTP Status 500
description The server encountered an internal error () that prevented it from fulfilling this request.
org.apache.jasper.JasperException: No se puede compilar la clase para JSP
An error occurred at line: -1 in the jsp file: null
Generated servlet error:
[javac] Since fork is true, ignoring compiler setting.
[javac] Compiling 1 source file
[javac] Since fork is true, ignoring compiler setting.
[javac] javac: invalid flag: C:Archivos
[javac] Usage: javac
[javac] where possible options include:
[javac] -g Generate all debugging info
.............................................
Cual puede ser el error, ya que el mensaje no me es muy explicativo.
Gracias!