• 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

tomcat.4.1.27.exe execution

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
i want to install tomcat.4.1.27.. i have downloaded tomcat.4.1.27.exe and saved it in my desktop.
when i click this exe file to install it says that
" could not find a Java Development Kit installed on this computer. Please download one
from http://www.sun.com. If already there is \JDK installed on this computer set an enviornment
variable JAVA_HOME to the \pathname of the directory where it is installed"
In fact i have installed my Java Development kit in c:\jdk1.3
my autoexec.bat file is as follows:

path = c:\windows\command\;c:\windows;c:\jdk1.3\bin;
set JAVA_HOME = c:\jdk1.3\bin
whats wrong?? please help.
thanks
 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Don't set the variables in the autoexec.bat. I think you start the installation directly from the explorer. The autoexec.bat is only executed when a cmd shell is loaded. Set your variables in the system environment of windows. (right click on my computer -> properties -> advanced -> environment variables)
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
"scwcd aspirant",
You have been asked here to change your display name. Please do it soon, since accounts with invalid display names get deleted.
thanks,
Dave.
 
Ranch Hand
Posts: 645
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I think u should follow Oliver Refles method with setting JAVA_HOME to c:\jdk1.3 rather than c:\jdk1.3\bin
cheers
Praful
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic