Java Question Using Java Libraries/Programs Directly Without Writing a Wrapper

ashchopra

Member
Licensed User
Longtime User
Hi,

This is a bit of a repetition from some posts by other and myself, but it may require another look so I am putting it up separately in a new thread.

B4Android translates our VB like code to java and we finally get native code for running on the device.

If we need to use external java programs / libraries etc, we need to write a wrapper library using eclipse.

Is there any way that B4Android can directly access the java code (lets say as you could do in some other languages by passing inline assembly code to the compiler) This should be possible by some work around as B4Android finally translates everything to java.

Or should this be on the wish list. (I'll post it there too)

Anyone ??:sign0163:
 
Top