Re: Cordova Blackberry Project - Include external jar

2012-11-14 Thread Tim Kim
Hi there Jose,

I believe this is possible, but I've not done so myself. I've done some
googling and it appears there are a lot of confusing links on how to solve
this. eg,
http://supportforums.blackberry.com/t5/Java-Development/Tutorial-How-To-Use-3rd-Party-Libraries-in-your-Applications/m-p/178291

What I would do is just explode/unzip that external .jar file and deal with
the imports that way.



On 13 November 2012 09:40, Jose Larghi jlar...@cespi.unlp.edu.ar wrote:

 Hi all,

 It's possible include an external jar in blackberry project? How? My plugin
 have one dependency jar.

 Thanks.

 *Lic. Larghi, José Ignacio*
 *JEE Software Developer*




-- 
Timothy Kim


Re: Cordova Blackberry Project - Include external jar

2012-11-14 Thread Drew Walters
Yes it's possible. It's how I provided barcode scanning on OS 5 by
including ZXing jar.

https://github.com/phonegap/phonegap-plugins/tree/master/BlackBerry/BarcodeScanner

Basically, preverify the external jar, then place it inside the cordova.jar
at the root of the archive.


On Wed, Nov 14, 2012 at 4:10 PM, Tim Kim timki...@gmail.com wrote:

 Hi there Jose,

 I believe this is possible, but I've not done so myself. I've done some
 googling and it appears there are a lot of confusing links on how to solve
 this. eg,

 http://supportforums.blackberry.com/t5/Java-Development/Tutorial-How-To-Use-3rd-Party-Libraries-in-your-Applications/m-p/178291

 What I would do is just explode/unzip that external .jar file and deal with
 the imports that way.



 On 13 November 2012 09:40, Jose Larghi jlar...@cespi.unlp.edu.ar wrote:

  Hi all,
 
  It's possible include an external jar in blackberry project? How? My
 plugin
  have one dependency jar.
 
  Thanks.
 
  *Lic. Larghi, José Ignacio*
  *JEE Software Developer*
 



 --
 Timothy Kim