Strange Error
Posted: Sat Jul 16, 2005 5:52 am
Does anyone know what this error means in PHPEclipse?
An internal error occurred during: "Launching".
java.lang.RuntimeException: Unable to execute interpreter: "C:\Apache2\htdocs\gallery/includes/writer.php" D:\My Documents\eclipse\workspace
net.sourceforge.phpdt.internal.launching.InterpreterRunner.run(InterpreterRunner.java:33)
net.sourceforge.phpdt.internal.launching.PHPLaunchConfigurationDelegate.launch(PHPLaunchConfigurationDelegate.java:48)
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:569)
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:788)
org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:955)
org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
Using eclipse 3.0.1, the latest 1.4 version (I think) of PHPEclipse pluggin, PHP5 and apache 2.0.54. I get this error when I try to run the file I'm working on. I've checked the interpreter and it see,s to be set to the PHP executable but from the error it looks like it using the php file as an interpreter. Does anyone have any ideas?
An internal error occurred during: "Launching".
java.lang.RuntimeException: Unable to execute interpreter: "C:\Apache2\htdocs\gallery/includes/writer.php" D:\My Documents\eclipse\workspace
net.sourceforge.phpdt.internal.launching.InterpreterRunner.run(InterpreterRunner.java:33)
net.sourceforge.phpdt.internal.launching.PHPLaunchConfigurationDelegate.launch(PHPLaunchConfigurationDelegate.java:48)
org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:569)
org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:788)
org.eclipse.debug.internal.ui.DebugUIPlugin$6.run(DebugUIPlugin.java:955)
org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)
Using eclipse 3.0.1, the latest 1.4 version (I think) of PHPEclipse pluggin, PHP5 and apache 2.0.54. I get this error when I try to run the file I'm working on. I've checked the interpreter and it see,s to be set to the PHP executable but from the error it looks like it using the php file as an interpreter. Does anyone have any ideas?