why is SecurityManager null?

I use -Djava.security.Manager when running the test app and then call:

java.lang.SecurityManager sm = System.getSecurityManager();

System.out.println(sm ==null);

It always prints true! Why? How do I make the SecurityManager not null?

[306 byte] By [6tr6tr] at [2008-1-5]
# 1
never mind, I'm a *****. I just had a capital "M"!!-Djava.security.managerNOT-Djava.security.Manager
6tr6tr at 2007-6-29 > top of java,Security,Other Security APIs, Tools, and Issues...