Re: Tomcat configuration and Ant
From: Ryan Stewart (zzanNOtozz_at_gSPAMo.com)
Date: 06/19/04
- Next message: mike: "IllegalAccessException on public method"
- Previous message: Glenn Robinson: "Re: Can't seem to UPDATE dBase table"
- In reply to: Andrew Thompson: "Tomcat configuration and Ant"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 19 Jun 2004 06:40:22 -0500
"Andrew Thompson" <SeeMySites@www.invalid> wrote in message
news:osouzm4f9uxa.1a2zv2849kyua$.dlg@40tude.net...
> I was just trying to compile a JSP on my
> local Tomcat and got this error..
>
> "org.apache.jasper.JasperException: Unable to compile class for 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:\Program
> [javac] Usage: javac .."
>
> The only significant change to my system recently
> was the installation of Ant for building SaverBeans
> projects.
>
> My question is, ..is the installation of Ant
> a possible / likely source of this error?
> Where do I look, to further investigate it?
>
> TIA
>
That can happen if you have spaces Tomcat path, which it looks like you do.
If you've defined the CATALINA_HOME variable, try enclosing the path in
quotes. Or you can use DOS compatible paths, like C:\Progra~1\... Or you can
move Tomcat to a path with no spaces.
- Next message: mike: "IllegalAccessException on public method"
- Previous message: Glenn Robinson: "Re: Can't seem to UPDATE dBase table"
- In reply to: Andrew Thompson: "Tomcat configuration and Ant"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|