User Tools

Site Tools


at:tutorial:symbiosis

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
at:tutorial:symbiosis [2007/04/06 15:41] jdedeckerat:tutorial:symbiosis [2007/04/06 16:00] jdedecker
Line 13: Line 13:
  
 <code> <code>
->jlobby.java.util.Vector+>def Vector := jlobby.java.util.Vector
 >><java:class java.util.Vector> >><java:class java.util.Vector>
 </code> </code>
  
 ===== Creating Java objects ===== ===== Creating Java objects =====
 +Creating a new instance of the Vector class is done by invoking the method new on the class object.
 +
 +<code>
 +>def aVector := Vector.new()
 +>><java:[]>
 +</code>
  
 ===== Using Java wrappers ===== ===== Using Java wrappers =====
at/tutorial/symbiosis.txt · Last modified: 2013/05/17 20:25 by tvcutsem