• 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

what path should be give at environment variables.....

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

i have avery simple dout..i have downloded jsdk2.1 from java.sun.com..to my C:dir..so to get it installed what path should i give in the environment variables....hope you could understand solve it...
 
Greenhorn
Posts: 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by chakradhar , reddy:
hi,,everybody..,

i have avery simple dout..i have downloded jsdk2.1 from java.sun.com..to my C:dir..so to get it installed what path should i give in the environment variables....hope you could understand solve it...


hi,
better to downLoad tomcat web server 3.2.3 from jakarta.apache.org/ and work on it.
its the latest one and more stable version;
any way
if u r on windows edit autoexec.bat
make changes
set JAVA_HOME=whtever jdk u have got;
set PATH=%JAVA_HOME%\bin;
set classpath=.;
RESTART UR MACHINE
DATZ IT
U R ALL SET;
MAIL ME IF U STILL HAVE PROBLEM ...
BYE!
------------------
 
chakradhar , reddy
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I would like to thank you a lot for the valuable answer given..hope would be help ful for me a lot...regards..chakri
 
Weeds: because mother nature refuses to be your personal bitch. But this tiny ad is willing:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic