On 06/04/2011 10:47, André Warnier wrote:
> Hello 文宝殷,
>
> As I failed to mention before, I am not really a java or JSP expert, so I was
> just guessing.
> The error messages which you are getting seem to suggest that the generated
> Java code
> (before compilation) contains some line breaks or
Hello 文宝殷,
As I failed to mention before, I am not really a java or JSP expert, so I was
just guessing.
The error messages which you are getting seem to suggest that the generated
Java code
(before compilation) contains some line breaks or other confusing characters
where the
compiler is not ex
Hi André Warnier,
thanks for your reply.
it's a runtime error, jsp compiler generate the java file then compile it to
class.
i didn't the copy the java file between different systems.my system is
linux.
could the jsp compiler cause this error? the default one is the JDT.
Best Regards
Bryan
201
Hi,
Honestly, I don't really know, and this is just a vague suspicion.
But if the original JSP pages are on a Windows PC, and then you are copying them to a
Unix/Linux server to run them, can the problem not be due to wrong line endings ?
(Windows uses CR/LF, but Unix/Linux only LF).
文宝殷 wro