• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Failed to compile jsp files

 
Greenhorn
Posts: 24
Eclipse IDE Java Google App Engine
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, thanks for reading this..
Umm, I am using Eclipse IDE. I am working on some Servlets/JSP project for google app engine... but thats not the point..
I am using the code from Head first Servlets/JSP book just to test this thing up here..
While doing anything in Eclipse using JSP it just shows me error, like JSP itself is an error.
Everything works well on my local host testings, but when I want to upload it it just shows me message:

Unable to update app: Failed to compile jsp files.

See the deployment console for more details
Unable to update app: Failed to compile jsp files.

and does not want to update my application.. here is a code of my JSP:


and here is what console says:


.. can anyone help me with this?
 
clojure forum advocate
Posts: 3479
Mac Objective C Clojure
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you have the Java Development Kit (JDK) installed or just the JRE?
It looks like javac is missing.
 
Igor Mandic
Greenhorn
Posts: 24
Eclipse IDE Java Google App Engine
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok, I installed it.. it must be that I forgot to install it after I reinstalled my system. Anyway, now is the problem, can you explan me how to set it for ecplise so this thing works?

EDIT: Ok, I found the way.. thank you so much man!
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic