javax.naming.NoInitialContextException: Need to specify class name in environment or system property

时间:2021-04-13 07:42:54

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错误解决的方法

在用JNDI连接数据库时用main函数測试时总报错,
后来看到论坛里的回复才知道原因
InitialContext 是要在应用server的上下文里才有的。

你在普通的应用程序里怎么行!

放到tomcat里面执行看看吧!
不能用main函数直接測试。仅仅能放到tomcat或者servlet、jsp显示