- Timestamp:
- Jun 10, 2013 4:31:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/manual/en_US/SDKRef.xml
r45816 r46478 3448 3448 SOAP case it's possible to create several VirtualBoxManager instances to 3449 3449 communicate with multiple VirtualBox hosts. <programlisting> 3450 import org.virtualbox_ 3_3.*;3450 import org.virtualbox_4_3.*; 3451 3451 .... 3452 3452 VirtualBoxManager mgr = VirtualBoxManager.createInstance(null); … … 3473 3473 </programlisting> For more a complete example, see 3474 3474 <computeroutput>TestVBox.java</computeroutput>, shipped with the 3475 SDK.</para> 3475 SDK. It contains exception handling and error printing code, which 3476 is important for reliable larger scale projects.</para> 3476 3477 </sect1> 3477 3478 </chapter>
Note:
See TracChangeset
for help on using the changeset viewer.