Subject: RE: Problems with a web application running a PHP script 2007-11-03 - By Caldarale, Charles R
Back > From: Rocco Scappatura [mailto:Rocco.Scappatura@(protected)] > Subject: Problems with a web application running a PHP script > > Under Netbeans it works. But wen deploy it under Tomcat > 5.5.25 I get this error when I try to access at a PHP page: > > java.lang.NoSuchMethodError: > javax.script.ScriptEngineManager.getEngineFactories() > [Ljavax/script/ScriptEngineFactory; > > I cant figure out what I'm missing..
Possibly the correct JRE/JDK for Tomcat. The above class and method exist only in Java SE 6; what JVM are you trying to run Tomcat with?
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers.
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|