• 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:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JSP Compiling Exception with OC4J

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I have installed Java Ver 7. When I tried to run my JSP Page with OC4J in eclipse... getting compilation error...

JspServlet: unable to dispatch to requested page: Exception racle.jsp.provider.JspCompileException: <H3>Errors compiling:C:\Swag\oc4j_10.1.3.3_rpm12.0.5\oc4j_10.1.3.3_rpm12.0.5\j2ee\home\application-deployments\xyz1\xyz1\persistence\_pages\\_index.java</H3><pre></pre>


I searched for the solution everywhere. Found solution like - Before starting Eclipse, set the JAVA_HOME environment variable to point to the same location where the JDK for OC4J standalone is located.
This way, Eclipse starts with the same (certified and supported) JDK it is needed for OC4J....

Will some one tell me step by step how to do this...

Any help is appreciated thanks.


 
I've never won anything before. Not even a tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic