Link to home
Start Free TrialLog in
Avatar of OTSSolutions
OTSSolutionsFlag for India

asked on

SecurityException

Hi,
java.lang.SecurityException: Unable to locate a login configuration
at com.sun.security.auth.login.ConfigFile.<init>(ConfigFile.java:97)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)

Please help me how to resolve this error in a eclipse plugin Application.
ASKER CERTIFIED SOLUTION
Avatar of Sathish David  Kumar N
Sathish David Kumar N
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This usually happens when you are trying to build the content of a jar file as part of your own application and if the original jar file had a signature then signature verification fails.

If this is the case check in the META-INF folder inside the jar, you may have to remove some files in there