As Laurent pointed out, open source vijava can help that with one line like the following:
ManagedEntity[] mes = new InventoryNavigator(rootFolder).searchManagedEntities("HostSystem");
Check out more with the Hello World sample:
http://sourceforge.net/p/vijava/code/HEAD/tree/trunk/src/com/vmware/vim25/mo/samples/HelloVM.java
For the support, you can try the commercial version vijavaNG:
Good luck!
Steve