I want to write android application that will use wmi connection.
I try to push j-interop library in my project, but j-interop use java kernel libraries javax.* and these libraries are'nt available for android java machine.
Error: java: cannot access rpc.Stub
class file for rpc.Stub not found
Are there any ways to use j-interop in android development?
Last edit: alexander shtanko 2013-09-30
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to write android application that will use wmi connection.
I try to push j-interop library in my project, but j-interop use java
kernel libraries javax.* and these libraries are'nt available for android
java machine.
Are there any ways to use j-interop in android development?
--
The Mind is a place of its own. It can make a heaven out of hell or a hell
out of heaven. Attitude is everything. No matter how adverse conditions
maybe, one has the capacity to turn things around by one's Determination,
Perseverance and Hardwork.
John Milton
(Paradise Lost)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I want to write android application that will use wmi connection.
I try to push j-interop library in my project, but j-interop use java kernel libraries javax.* and these libraries are'nt available for android java machine.
Error: java: cannot access rpc.Stub
class file for rpc.Stub not found
Are there any ways to use j-interop in android development?
Last edit: alexander shtanko 2013-09-30
Hi,
Which exact libraries are you talking about ?
thanks,
best regards,
Vikram
On Mon, Sep 30, 2013 at 2:41 PM, alexander shtanko
alexjcomp@users.sf.netwrote:
--
The Mind is a place of its own. It can make a heaven out of hell or a hell
out of heaven. Attitude is everything. No matter how adverse conditions
maybe, one has the capacity to turn things around by one's Determination,
Perseverance and Hardwork.
John Milton
(Paradise Lost)
Hi!
I use:
j-interop.jar
jcifs-1.3.17.jar
error occured in this place of my code when i compile a project:
return (IJIDispatch) JIObjectFactory.narrowObject(wbemLocatorComObj
.createInstance().queryInterface(IJIDispatch.IID));
Error: java: cannot access rpc.Stub
class file for rpc.Stub not found
Please use the j-interop deps jar also.
Best regards,
Vikram
On Oct 16, 2013 1:22 PM, "alexander shtanko" alexjcomp@users.sf.net wrote: