Welcome to the Official BlackBerry® Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Java Development

Reply
Contributor
rickierich
Posts: 30
Registered: 09-06-2010

Re: Eclipse + JDE Plugin + Linux = a working environment !!!!!!

I did it through a netbeans solution. the guy who came up this approach though is on facebook so you can find him there.

Please use plain text.
Contributor
DIegoR
Posts: 36
Registered: 08-15-2010

Re: Eclipse + JDE Plugin + Linux = a working environment !!!!!!

I would like to join to this request to package BB dev tools to work on Linux out of the box.

Please use plain text.
New Developer
New Developer
rzr
Posts: 116
Registered: 01-05-2010
My Carrier: www.rzr.online.fr

Re: Eclipse + JDE Plugin + Linux = a working environment !!!!!!

Quotting :

 

http://devblog.blackberry.com/2011/01/developer-survey/

 

 

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 !

 

--
http://supportforums.blackberry.com/t5/Java-Development/Any-other-developers-on-Linux/m-p/410976#M81204

Please support GNU/Linux (or wine at least) ...

https://github.com/blackberry/WebWorks/issues/5#comment_819116

http://www.codeweavers.com/compatibility/browse/name/?app_id=1887;forum=1;msg=70327

Vote at :
https://www.blackberry.com/jira/browse/TOOL-78

http://supportforums.blackberry.com/t5/Java-Development/Installing-blackberry-on-linux/m-p/421314#M83581
Please use plain text.
New Contributor
beco
Posts: 7
Registered: 02-03-2011

Re: Eclipse + JDE Plugin + Linux = a working environment !!!!!!

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!

Please use plain text.
New Contributor
big_mouth
Posts: 3
Registered: 10-19-2011
My Carrier: T-Mobile

Re: Eclipse + JDE Plugin + Linux = a working environment !!!!!!

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?

Please use plain text.
New Contributor
big_mouth
Posts: 3
Registered: 10-19-2011
My Carrier: T-Mobile

Re: Eclipse + JDE Plugin + Linux = a working environment !!!!!!

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?

Please use plain text.
New Contributor
big_mouth
Posts: 3
Registered: 10-19-2011
My Carrier: T-Mobile

Re: Eclipse + JDE Plugin + Linux = a working environment !!!!!!

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.0_7.0.0.33/components/bin/rapc.jar -quiet codename=deliverables...

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.0_7.0.0.33/components/bin/preverify -d /tmp/rapc_7 ...
Packaging project XYZ failed (took 1.015 seconds)

 

Please use plain text.