I've been asked to look into developing a very simple Blackberry application, that when opened basically opens a URL in the native browser.
I see there are two ways of developing Blackberry apps; Java and Web (Javascript). The example code I have found to open a URL is this:
Browser.getDefaultSession().displayPage(URL);
This is the Java version. Is there a Javascript version? Can I make a Blackberry app with just Javascript?
What would be the simplest way of developing/publishing this type of application? I don't want to go over the top unless I need to with installing the Eclipse IDE etc.
Also, I develop on a Mac, but do have access to a Windows machine if required.