apache / royale-asjs

Apache Royale ASJS
Apache License 2.0
372 stars 116 forks source link

FlashBuilder "Hello world" project compile failing, 'closure-lib' doesn't point to valid directory #913

Open widget31too opened 4 years ago

widget31too commented 4 years ago

I've tried installing the latest royale-asjs from both the npm package and from the binary distribution ZIP download (0.9.7). I've followed the instructions to set up with Flash Builder 4.7, but after converting the empty "Hello world" Flex project to Royale, the build fails:

1309: java.lang.RuntimeException: Parameter 'closure-lib' doesn't point to a valid directory. org.apache.royale.compiler.internal.codegen.mxml.oryale.MXML.RoyalePublisher.publish(MXMLRoyalePublisher.java:359)orge.apache.royale.compiler.clients.MXMLJSCRoyale.com

Windows 10 Flash Builder 4.7 Professional FB JRE - Oracle 1.8.0_251-b08

piotrzarzycki21 commented 4 years ago

My strong recommendation is to use one of the dedicated IDE for Royale Moonshine IDE or VSCode. FB is unsupported for years and we actually do not bother too much about that IDE in Royale Team. If you choose Moonshine and have any problems you can write to me - I will help you - I'm responsible for development of that IDE.

MuhammadTayyeb commented 3 years ago

hi already run the code in VS Code but still getting above