Welcome!

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
New Developer
New Developer
rzr
Posts: 146
Registered: ‎01-05-2010
My Carrier: www.rzr.online.fr

Re: Any other developers on Linux?

Please use plain text.
Developer
marchywka
Posts: 1,415
Registered: ‎07-30-2008

Re: Any other developers on Linux?

I'm now pretty much on debian but now I just use two machines- I have the windoze for the RIM

and other restircted app and do everything else here. If the machine is tied up on simulator, I

can use this machine to post on forums and do other things. I haven't tried wine but I did find that

most of my cygwin script oved over pretty well- even some of my c++ code written under cygwin

worked quite well except for minor issues. When it got to the point that 500Meg or memory wasn't enough for firefox to let me post to a simple forum without minutes of VM, I moved everything I could but now I don't care any more as it just gives me more time to surf when simulator is starting up...

Please use plain text.
Developer
ydaraishy
Posts: 562
Registered: ‎09-30-2009

Re: Any other developers on Linux?

[ Edited ]

I typically develop RIM-library-agnostic components of the application outside of Windows and then integrate that with UI code I develop within Windows. It's a pain, but it's functional.

Please use plain text.
Developer
marchywka
Posts: 1,415
Registered: ‎07-30-2008

Re: Any other developers on Linux?

I just downloaded netbeans solely to do my first glassfish app witout having to think. I may use it as an editor

and make the windoze machine just a RIM server since I can invoke compile/build scripts remotely. Only

when I really need the debugger and simulator wouldI need to interact with the windoze machine.

 

I've been suggesting your idea to others, use j2se for non-gui stuff.

Please use plain text.
Developer
ydaraishy
Posts: 562
Registered: ‎09-30-2009

Re: Any other developers on Linux?

The tricky part is comparing the SE libs to the ME libs and making sure you don't accidentally use a SE-only method or something. But one tends to keep the RIM API docs open, so that's not too difficult.

Please use plain text.
Developer
marchywka
Posts: 1,415
Registered: ‎07-30-2008

Re: Any other developers on Linux?

Primitive code is portable code...

 

Please use plain text.
New Developer
PerfectReign
Posts: 19
Registered: ‎11-13-2008

Re: Any other developers on Linux?

I am happy to see this thread is still alive.

 

I had resorted to using Wintendo in a virtual machine (under VirtualBox) to develop my bb app.  It makes things more complicated to be forced into a Wintendo downgrade just to develop and test.

 

niklas' site (mentioned in his comment earlier) is very helpful!

Please use plain text.
Developer
marchywka
Posts: 1,415
Registered: ‎07-30-2008

Re: Any other developers on Linux?

I guess I would mention that you can make your own implementation of some RIM classes for

j2se testing. I don't think I've done this but it is possible.

I use the g++ preprocessor and can compile for a desktop target so usually I can confine the

code.

 

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

Re: Any other developers on Linux?

Please use plain text.
Developer
nicklas
Posts: 131
Registered: ‎02-01-2009
My Carrier: SFR

Re: Any other developers on Linux?

Hi,

 

Here I have begun to add debug support to barry tool :

 

http://www.progweb.com/modules/blackberry/index-en.html

 

http://repo.or.cz/w/barry/progweb.git

 

For the moment, I know only read the console message.

 

If RIM wants to help me :smileyhappy:

 

Regards,

 

Nicolas

 

Please use plain text.