• 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

setting environment variables

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

I'm having trouble setting my JAVA_HOME variable.
I've tried editing the autoexec.bat file (with set JAVA_HOME=C:\j2sdk1.4.0_02).
I've tried adding user variables and system variables under the environment variables tab in Control Panel/System/Advanced.

I'm using Netbeans 3.6 and when I try to start the Tomcat server it says that the JAVA_HOME variable isn't defined.

Is there something I'm doing wrong? Am I missing anything?

Thanks for your help.
 
Bron Czimes
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
oops, i should really read other posts before i post, hey.
I found my answer, thanks for reading anyway
 
Ranch Hand
Posts: 1312
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
1. Java Installation
http://java.sun.com/j2se/1.4.2/install.html

2. Netbean 3.6 Installation
http://www.netbeans.info/downloads/download.php



This will help you.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic