[vtk-developers] vtk modular and java (vtkPanel) System.loadLibrary problem

Chris Harris chris.harris at kitware.com
Tue May 29 08:17:29 EDT 2012


I have merged the change into master. If you would like to pull the latest
and give it a go that would be great. You will have to change an direct
references to the enum values as these are now the VTK modules rather than
the kits. Alternatively you can just call LoadAllNativeLibraries to load
all available VTK modules.

Regards,

Chris

On Mon, May 28, 2012 at 2:55 PM, Gerrick Bivins <gbivins at objectreservoir.com
> wrote:

> Cool!
> A related question, is there a doc/faq/wiki that talks about vtk/java and
> the levels of support?
> For instance, I previously had to do extra things to use vtk in a NetBeans
> platform application and I assume
> that is still the case, but with all the changes, it may not be. Is there
> a place where I could find an answer to
> that kind of vtk/java integration/support question?
> Gerrick
>
> On Mon, May 28, 2012 at 9:37 AM, Chris Harris <chris.harris at kitware.com>wrote:
>
>> Hi Gerrick,
>>
>> It looks like this Java file will have to be configured to contain the
>> modules that have been enabled. I will take a look at doing this.
>>
>> Regards,
>>
>> Chris
>>
>> On Wed, May 23, 2012 at 10:24 AM, Gerrick Bivins <
>> gbivins at objectreservoir.com> wrote:
>>
>>> Hi All,
>>> Looks like the vtkNativeLibrary enum still references  pre-modular
>>> library names,
>>> ie
>>> enum vtkNativeLibrary
>>> {
>>> ...
>>> COMMON("vtkCommonJava"),
>>> FILTERING("vtkFiteringJava"),
>>> ...
>>> }
>>> Seems like, at a minimum, it should at least be something like
>>> {
>>> ...
>>> COMMONCORE("vtkCommonCoreJava"),
>>> FILTERINGCORE("vtkFiltersCoreJava"),
>>> ...
>>> }
>>> but I'm sure that doesn't cover it.
>>>
>>> I just began trying out the modular build so I'm not sure where things
>>> have moved otherwise I would have taken a whack at fixing this.
>>>  Gerrick
>>>
>>>
>>> _______________________________________________
>>> Powered by www.kitware.com
>>>
>>> Visit other Kitware open-source projects at
>>> http://www.kitware.com/opensource/opensource.html
>>>
>>> Follow this link to subscribe/unsubscribe:
>>> http://www.vtk.org/mailman/listinfo/vtk-developers
>>>
>>>
>>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20120529/250ad7f9/attachment.html>


More information about the vtk-developers mailing list