I tried to install the roku plugin by following the sdk documentation at https://developer.roku.com/docs/developer-program/getting-started/ide-support.md#installing-eclipse-...
It appears, the Location: https://www.eclipse.org/eclipseide, doesn't have the roku plugin for install
can you check?
I think it is here
Roku plugin - https://devtools.web.roku.com/ide/eclipse/plugin
when uses the https://devtools.web.roku.com/ide/eclipse/plugin, in the middle of the installation, i got the following error
Cannot complete the install because one or more required items could not be found.
Software being installed: BrightScript Core 1.2.0.201903201715 (com.roku.brightscript.ide.eclipse.core.feature.group 1.2.0.201903201715)
Missing requirement: BrightScript Plugin 1.2.0.201903201715 (com.roku.brightscript.plugin 1.2.0.201903201715) requires 'osgi.bundle; org.eclipse.dltk.core [5.0.0,6.0.0)' but it could not be found
Cannot satisfy dependency:
From: BrightScript Core 1.2.0.201903201715 (com.roku.brightscript.ide.eclipse.core.feature.group 1.2.0.201903201715)
To: org.eclipse.equinox.p2.iu; com.roku.brightscript.plugin [1.2.0.201903201715,1.2.0.201903201715]
finally i resolved it by installing DLTK from http://download.eclipse.org/technology/dltk/updates-dev/5.6/
https://www.eclipse.org/dltk/install.php
Roku, you need to update your documentation.
Thanks! @wtao-redfast. I had the same issue and your solution solved it.
Help > Install New Software > (work with) Add > Paste link in "Location"> Follow prompts to install > Restart eclipse.
Once that is done, Help > Install New Software > (work with) Use dropdown to select "Roku Plugin" > Next > Select Brightscript > "Next" > Follow prompts to install > Restart eclipse.
it works
you are my hero
The same problem. I resolve with your solution.. Excelent...
I confirm that this works. ROKU should update their documentation.
Thanks @wtao-redfast for the tip on DLTK installation site address!
Thanks! @wtao-redfast. It worked