01-13-2011 07:07 PM
I did it through a netbeans solution. the guy who came up this approach though is on facebook so you can find him there.
02-12-2011 01:39 PM
I would like to join to this request to package BB dev tools to work on Linux out of the box.
03-16-2011 11:30 AM
Quotting :
http://devblog.blackberry.com/2011/01/developer-su
With this survey, we are most interested in understanding which BlackBerry development tools you are using regularly, and on which host platforms (Windows®, Linux®, MacOS X).
now fire !
04-16-2011 07:24 PM
Hi there! Great job. Only two things: 1-I didn't see a link for the blog. 2-any chance this will ever work with the native java (not using wine to install jdk)? Thanks!
10-19-2011 04:37 PM
Just tried it with SDK 7.0 on Linux: there's no option to download the plugin as a zip file, but I could install the SDK under eclipse via update site.
Now I start eclipse, and I see the blackberry plugin in the "about" box, but there's no other sign (I can't find it in the preferences, can't create a bb project, there's no bb perspective or menu)
What am I doing wrong?
10-21-2011 07:01 PM
Update: I got the plugin v1.5.0 installed under linux, now eclipse starts, and menus and prefs are ok.
Problem: as soon as I try to create a BlackBerry poject, it tells me that my execution environment is invalid (missing file "preverify").
Did anybody get a working environment with 7.0 SDK under linux?
10-30-2011 02:49 AM
Update 2 - I'm almost giving up
I fixed the missing scripts (created "preverify" shell scripts, which starts preverify.exe through wine), and got to compile the project under linux.
I also succeeded in importing the keys, but now can't start the simulator.
The error message is:
java -jar /opt/eclipse/plugins/net.rim.ejde.componentpack7.0
Error preverifying class bb.xxx.yyy.zzz.Protocol:
java/lang/NoClassDefFoundError: net/rim/device/api/io/FilterBaseInterface
Error!: Error: preverifier failed: /opt/eclipse/plugins/net.rim.ejde.componentpack7.0
Packaging project XYZ failed (took 1.015 seconds)