I imported an EAR file to JDeveloper and tried to run the Application Client JAR file within it, but I got this error:
javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an
applet parameter, or in an application resource file: java.naming.factory.initial
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:640)
Does anyone know what caused this?