EGL Java run-time error code VGJ0770E

 

VGJ0770E: An error occurred while creating the InitialContext or looking up the java:comp/env environment. The error was %1

 

Explanation

The exception was either thrown from the constructor of javax.naming.InitialContext, or from invoking the lookup method with the value "java:comp/env". The program needs to create the InitialContext object and look up "java:comp/env" in order to access the J2EE environment settings.

 

User Response

Use the text of the exception and the documentation of your J2EE environment to correct the problem.