ClassLoader.getSystemClassLoader() PROBLEM.
Hello
When I am calling the ClassLoader.getSystemClassLoader() method in my java program and running it as an application it works fine and it returns me the value="sun.misc.Launcher$AppClassLoader@a2bd45fd" but when I am trying to run it as a NT Service on Windows 2000 workstation the value returned is ="null".
Any kind of information or tips is appreciated.
thanks
lifescool.

