0 down vote favorite


I've been using flashdevelop (version 4.4 ) for some time now with zero problems. I recently reinstalled windows 7 however, and after installing flashdevelop it is demanding java 1.6 and won't compile without it. Let me be more specific, here is the error I get when I try to compile a simple HelloWorld type test:

"Running process: C:\Program Files (x86)\FlashDevelop\Tools\fdbuild\fdbuild.exe "C:\Users\marc\Documents\DeleteMe\DeleteMe\DeleteM e.as3proj" -ipc 01be003c-6cb5-4d0b-9c35-c59dd2ea7a19 -version "4.6.0; 3.3" -compiler "C:\Program Files (x86)\FlashDevelop\Tools\flexsdk" -library "C:\Program Files (x86)\FlashDevelop\Library" -cp "C:\Program Files (x86)\Java\jdk1.6.0_34\bin" -cp "C:\Program Files (x86)\Java\jdk1.6.0_34" Building DeleteMe mxmlc -load-config+=obj\DeleteMeConfig.xml -debug=true -incremental=true -swf-version=16 -o obj\DeleteMe634829909556672047 Starting java as: C:\Program Files (x86)\Java\jdk1.6.0_34\bin\java.exe;\bin\java.exe Unable to start java.exe: The system cannot find the file specified Could not compile because the fcsh process could not be started. Build halted with errors (fcsh). INITIALIZING: Failed, unable to run compiler Done(1)"

The GlobalClasspath setting for the java 1.6 jdk is set to: C:\Program Files (x86)\Java\jdk1.6.0_34\bin

I have also set my JAVA_HOME environment variable to the same location as well. Might I be neglecting to set another environment variable? HELP! this is driving me F--nuts!
( yes, I have installed the java 1.6 jdk referenced above )

Thanks much, marc