[appengine-java] Re: Getting Started: Using JSPs

2009-08-25 Thread Thanasis
Hi, Copy file "javac.exe" from your jdk/bin directory to the jre/bin directory and recompile. On Aug 25, 12:30 pm, Valentino Hankypants wrote: > hello together, > > i'm starting with development of google AppEngine. i tried to go > through the getting started in the user doc. but i come to a pr

[appengine-java] Re: Getting Started: Using JSPs

2009-08-25 Thread Alexander Arendar
Make sure you are using JDK, not just a JRE so your jsps can be compiled. Also JSP editor in Eclipse is not very clever :) Sometimes it marks valid jsps as corrupted. Closing and reopening editor sometimes helps. On Tue, Aug 25, 2009 at 12:30 PM, Valentino Hankypants wrote: > > hello together, >

[appengine-java] Re: Getting Started: Using JSPs

2009-08-25 Thread Valentino Hankypants
no changes. i copied the file javac.exe from C:\Program Files\Java\jdk1.6.0_14\bin to C:\Program Files\Java\jre6\bin. then i closed eclipse opened it, nothing changed On 25 Aug., 11:38, Thanasis wrote: > Hi, > > Copy file "javac.exe" from your jdk/bin directory to the jre/bin > directory and

[appengine-java] Re: Getting Started: Using JSPs

2009-08-25 Thread Thanasis
Hmm... I had the same problem with you - I got this solution from other threads reporting the same error and it worked for me. I don't remember doing anything else... On Aug 25, 12:48 pm, Valentino Hankypants wrote: > no changes. > i copied the file javac.exe from C:\Program Files\Java\jdk1.6.0_

[appengine-java] Re: Getting Started: Using JSPs

2009-08-25 Thread Albert Attard
Hi: All you need to do is configure eclipse to use the JDK instead of the default jre. See this blog for details: http://albertattard.blogspot.com/2009/08/jsp-compile-error-in-eclipse.html Hope this helps, Albert Attard

[appengine-java] Re: Getting Started: Using JSPs

2009-08-25 Thread Valentino Hankypants
thx a lot albert, your description in the blog solved my problem!!! On 25 Aug., 12:13, Albert Attard wrote: > Hi: > All you need to do is configure eclipse to use the JDK instead of the > default jre. > > See this blog for > details:http://albertattard.blogspot.com/2009/08/jsp-compile-error-in-