Hi,
I am trying to get the logged in user id in linux system using following code
NTSystem = new com.sun.security.auth.module.NTSystem();
logEmail = NTSystem.getName();
However it generates following exception
java.lang.NoClassDefFoundError: com/sun/security/auth/module/NTSystem
at
...
...
I am sure this class is there in the classpath.