Hi brother, You need edit your JRE default in eclipse , to JRE in your JDK...
In your eclipse, select your project , go to properties, select java runtime /java build select libraries , and JRE library , select and click in edit, select browse, and select your JRE in e.g : C:\jdk1.6_0_22\jre , and remove your JRE default and add the new JRE (jdk source), +f5 in your project ... 2011/5/8 Phil McDonnell <> > I'm on windows. Any help you can lend on the configuration of this would be > much appreciated! > > Thanks, > Phil > > > On Sun, May 8, 2011 at 12:24 PM, supercobra <[email protected]> wrote: > >> I had the same problem. On Windows I just kept the JDK and removed the >> JRE. On Linux I had to install a JDK package that was missing. What OS >> do you use? >> >> >> -- [email protected] >> http://supercobrablogger.blogspot.com/ >> >> >> >> On Sun, May 8, 2011 at 9:32 AM, Phil McDonnell >> <[email protected]> wrote: >> > I'm deploying my project which contains some jsps. It compiles and runs >> > fine locally. I set it up locally with the jdk instead of the jre to >> get >> > the jsps to compile locally. When I go to deploy my project through >> eclipse >> > it says that the jsps won't compile for the deploy >> > I assume that it is linking to the jre still for the deploy instead of >> the >> > jdk. Does anyone know how to fix this? >> > >> > Error message in eclipse: Unable to update app: Failed to compile jsp >> files. >> > >> > Thanks so much, >> > Phil >> > >> > -- >> > You received this message because you are subscribed to the Google >> Groups >> > "Google App Engine" group. >> > To post to this group, send email to [email protected]. >> > To unsubscribe from this group, send email to >> > [email protected]. >> > For more options, visit this group at >> > http://groups.google.com/group/google-appengine?hl=en. >> > >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Google App Engine" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/google-appengine?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- *Felipe Teixeira* *Desenvolvedor Java * IPNET - Soluções em Informática Tel.: 55 21 3553 2717 / 21-7805-6867 Rua Visconde de Inhaúma, 134, Sala 615 Centro - RJ - CEP: 20091-007 *http://www.ipnetsolucoes.com.br * -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
