Forum Discussion
malloys
13 years agoVisitor
"trinay" wrote:
hi malloys,
Thank you.I have solved the issue by upgrading the latest java version and increasing the memory 1024 m in eclipse.ini.
Now using Eclipse version :: 3.6.1 .If i run the bright script project.It shows "The selection cannot be launched and there are no recent launches".
How to run the bright script project.
Thanks
Since there is no Roku emulator, BrightScript projects cannot be run directly from the local eclipse environment ( which is what you apparently tried to do ).
As a corollary, debugging a BrightScript project is also not done locally via the usual local eclipse launching.
However, from eclipse you can cause your BrightScript project to be uploaded (aka exporting) to one of your Roku boxes, which automatically launches it on that box. Once launched, you can then optionally debug the project remotely via a Roku console connection.
To get you started, both exporting and the debug console are mentioned in section 2 of the Eclipse plugin guide: http://sdkdocs.roku.com/display/sdkdoc/Eclipse+Plugin+Guide
Cheers