07-21-2012 03:05 AM
I coding 1 WindowsForm using C#. Using Javaloader to Connect device with computer, So, when using Javaloader i can load Model Divce and PIN to Form, but OS ver i can not.
Please help me, show me how to load
Thank you very much !
Solved! Go to Solution.
07-21-2012 09:15 AM
Run:
javaloader deviceinfo
In the results you should see a line like this:
VM Version: 0x7010187
This is "hex" representation of the version. 187 converted to decimal is 391. This means the OS version is 7.1.391.
If the output is VM Version: 0x5000384, the OS version is 5.0.900.
Scott
07-27-2012 03:08 AM
07-27-2012 04:21 AM
Can you mark the Post that has answered you questin as the Solution?
The Help link near the top of the screen will show you how.