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.

[419 byte] By [lifescool] at [2007-9-26 3:11:26]
# 1
How did you determine that it is null?
jschell at 2007-6-29 11:18:54 > top of Java-index,Archived Forums,Java Programming...