0

I know how to set classpath in windows (Start ==> Control Panel ==> Administrative Tools ==> Computer Management ==> Right click on Computer Management (Local) ==> Select Properties ==> Click on Advanced Tab ==> Click on Environmental Variables Settings button). I have already done it, but when I run echo %path% , MySql and CollabNet Subversion don't show in variables returned. Help me out.

Kamotho
  • 317
  • 1
  • 15

2 Answers2

0

Start the command window again. Changes to the env variables only apply to new processes, not to existing ones.

Aaron Digulla
  • 321,842
  • 108
  • 597
  • 820
0

The problem was using classpath in lower caps, it should be CLASSPATH.

user229044
  • 232,980
  • 40
  • 330
  • 338
Kamotho
  • 317
  • 1
  • 15