I tried changing it to 4.15.0, which is what was in the flex nightly, but no luck. In the flexJS nightly, I found no /lib/fdb.jar file. I copied it from the other sdk, but still no luck. It just complained a little differently when trying to debug with flexjs:
/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java -d32 -Dapplication.home=/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17 -Dfile.encoding=UTF-8 -Djava.awt.headless=true -Duser.language=en -Duser.region=en -Xmx512m -classpath "/Applications/IntelliJ IDEA 14.app/Contents/plugins/flex/lib/idea-fdb-4.0.0.14159-fix.jar:/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-17/lib/fdb.jar" flex.tools.debugger.cli.DebugCLI Exception in thread "main" java.lang.NoClassDefFoundError: flash/localization/ILocalizer Caused by: java.lang.ClassNotFoundException: flash.localization.ILocalizer at java.net.URLClassLoader$1.run(URLClassLoader.java:202) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:190) at java.lang.ClassLoader.loadClass(ClassLoader.java:306) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301) at java.lang.ClassLoader.loadClass(ClassLoader.java:247) java.io.IOException: Stream closed -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p46492.html Sent from the Apache Flex Development mailing list archive at Nabble.com.