• 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

Problem with Tomcat Eclipse Plugin!

 
Ranch Hand
Posts: 232
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Folks,
I have jakarta-tomcat-5.0.27 and Eclipse 3. I downloaded tomcatPluginV3 and unzipped inside plugin folder in Eclipse. When I want to start Tomcat 5 from Eclipse menu, gives me the following error:



I do have name JDK 1.4.2 in Windows-->Preferences -->Installed JREs that points to JAVA_HOME\JRE

Does anyone have any suggestion? Thanks.
 
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As far as I know, Tomcat needs a full-fledged JDK - a JRE won't suffice.
 
Brian Smith
Ranch Hand
Posts: 232
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You're right Ilja,

Originally posted by Ilja Preuss:
As far as I know, Tomcat needs a full-fledged JDK - a JRE won't suffice.



It works. Thank you sir. I would have waisted so much of my time.
 
Ilja Preuss
author
Posts: 14112
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You're very welcome!
reply
    Bookmark Topic Watch Topic
  • New Topic