On 5/13/15, 8:24 PM, "kevin.godell" <kevin.god...@gmail.com> wrote:
>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: Hi Kevin, Yes, I haven’t updated the install script to bundle fdb.jar yet. I’m waiting to see how this plays out with IntelliJ first. The error below indicates that you only copied fdb.jar. You must also copy swfutils.jar and asc.jar. Thanks, -Alex > >/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java >-d32 >-Dapplication.home=/Users/kevinGodell/Documents/flexJS-nightly_air-17_fp-1 >7 >-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/kevin >Godell/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-t >o-IDE-developers-to-support-FlexJS-tp32656p46492.html >Sent from the Apache Flex Development mailing list archive at Nabble.com.