Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
EnTerr
Roku Guru

Re: http://rokudev.roku.com/updates

"Wanda" wrote:
How do I open an .md file?

When i click on the 1st link (with .md) it just "magically" opens in my browser (as html) - what are you using to have a problem?
Regardless, start with the 3rd link i added - to the official manual
0 Kudos
EnTerr
Roku Guru

Re: http://rokudev.roku.com/updates

"Wanda" wrote:
This is one how-to document that refers to the above URL: http://roku-ep.blogspot.com/2014/03/brightscript-plugin-installation-on.html

Hey Wanda - can you please do me a favor and add a comment to that outdated blog the points to the new correct info? Let's help other people that ran into it in the future
0 Kudos
Wanda
Visitor

Re: http://rokudev.roku.com/updates

Now I'm getting an error message:

Cannot complete the install because one or more required items could not be found.
  Software being installed: BrightScript Core 1.2.0.201610272359 (com.roku.brightscript.ide.eclipse.core.feature.group 1.2.0.201610272359)
  Missing requirement: BrightScript Core 1.2.0.201610272359 (com.roku.brightscript.ide.eclipse.core.feature.group 1.2.0.201610272359) requires 'org.eclipse.dltk.core 5.0.0' but it could not be found
0 Kudos
Wanda
Visitor

Re: http://rokudev.roku.com/updates

The error message happened after I used this URL: https://devtools.web.roku.com/ide/eclipse/plugin
0 Kudos
Wanda
Visitor

Re: http://rokudev.roku.com/updates

0 Kudos
Wanda
Visitor

Re: http://rokudev.roku.com/updates

This is the URL: http://rokuchannelmaker.com/plugin/

That is given in this YouTube video:

https://www.youtube.com/watch?v=96s6aofHmnc
0 Kudos
Wanda
Visitor

Re: http://rokudev.roku.com/updates

When viewing this YouTube video: https://www.youtube.com/watch?v=96s6aofHmnc

This is the URL given: http://rokuchannelmaker.com/plugin
0 Kudos
belltown
Roku Guru

Re: http://rokudev.roku.com/updates

"Wanda" wrote:
The pages with the bad links are:
https://sdkdocs.roku.com/display/sdkdoc ... ugin+Guide
http://roku-ep.blogspot.com/2014/03/bri ... on-on.html


"Wanda" wrote:
This is the URL: http://rokuchannelmaker.com/plugin/

That is given in this YouTube video:

https://www.youtube.com/watch?v=96s6aofHmnc


"Wanda" wrote:
When viewing this YouTube video: https://www.youtube.com/watch?v=96s6aofHmnc

This is the URL given: http://rokuchannelmaker.com/plugin


Neither the sites nor the video you linked to are in any way affiliated with Roku, and are unlikely to be of much help, as such advice very quickly becomes out of date. The only official Roku documentation link you gave (at sdkdocs.roku.com) displays at the top of the page a note that the instructions are out of date, and refers you to the Roku Developer Blog.

Eclipse/BrightScript is notoriously difficult to install. I've attempted to install it myself on Windows on about 5 or 6 occasions, none of which were sucessful. I tried installing it one more time just now on a linux OS and, much to my surprise, was successful this time. Once I got the Java 8 JDK and JRE, and Eclipse, installed (the Neon version), I followed the official Roku instructions to install the BrightScript plugin, https://devtools.web.roku.com/ide/eclipse/plugin. Everything worked as advertised.

Note that the https://devtools.web.roku.com/ide/eclipse/plugin is not a web page address, so you won't be able to navigate to it with your web browser. You just enter the link in the 'Location:' field after you've made it as far as: Eclipse > Help > Install New Software > Add... , as described in the documentation.
0 Kudos
dmfsgaming
Binge Watcher

Re: http://rokudev.roku.com/updates

I am getting this same error, and I am going through roku developer documentation using help.install new software. i put int the link in location https://devtools.web.roku.com/ide/eclipse/plugin 

and try to install, it goes through 15 tries and gives me this error and wont install roku plugin

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]

 

 

what am i doing wrong here?

0 Kudos
Matt_Moores
Channel Surfer

Re: http://rokudev.roku.com/updates

What version of Eclipse are you using? I remember needing dltk for earlier versions of Eclipse...

Follow the instructions on this page  https://developer.roku.com/docs/developer-program/getting-started/ide-support.md

Downloading the Java version 8 is important. Unfortunately oracle requires you to create an account now.

Not sure if the Plugin works with the newest version of Eclipse. Neon should work. I am using Mars and it is stable.

Installing Eclipse and the plugin

Perform the following steps:

  1. Download Java version 8: oracle.com/technetwork/java/javase/downloads/jre8-downloads-2133155.html
  2. Download the latest version of the Eclipse Installer (currently version “Neon”) for Java IDE Developers: eclipse.org/downloads/installer-instructions.php
  3. Add the Roku Plugin package via Eclipse > Help > Install New Software > Add...

0 Kudos