[vtkusers] Automatic Java JNI wrapping generation for C++ classes

Elvis Dowson elvis.dowson at mac.com
Mon Jun 22 10:29:20 EDT 2009


Thanks Gerrick,
				I'll take a look at it!!

Elvis


On Jun 22, 2009, at 6:25 PM, Gerrick Bivins wrote:

> Hi Elvis,
> VTK creates the executable "VTKWrapJava.exe" if you turn on wrapping  
> of
> java. During the build this is called on all the classes that need  
> to be
> wrapped. This executable can be used outside of VTK to do the  
> wrapping of
> your own classes however it is not documented very well. The other  
> option is
> to setup your project following the example in VTK source under:
>
> VTK/Examples/Build/vtkMy
>
> This project shows how to use cmake to build your project and use  
> vtk's
> wrapping functionality automatically.
> Gerrick
>




More information about the vtkusers mailing list