move from vb to java

hi,

i currently have a PDA program developed on .net compact framework, i want to convert it to java but i'm facing some problem:

Currently the application is calling a dll which communicate with the hardware device.

I would like to use Java so call the existing dll, can this be done?

Any guidance will be appreciated.

thanks

sharon

[378 byte] By [all_unknowa] at [2007-10-2 22:14:37]
# 1
Sounds like you need to use the Java Native Interface (JNI)
LRMKa at 2007-7-14 1:31:34 > top of Java-index,Java Essentials,New To Java...
# 2
i know that JNI can call dll created by C and C++, but can it also do the same for dll created by VB?
all_unknowa at 2007-7-14 1:31:34 > top of Java-index,Java Essentials,New To Java...