[vtkusers] vtk.util.VtkUtil not found in vtk.jar

Richard.Bridge at tessella.com Richard.Bridge at tessella.com
Tue Apr 22 10:03:24 EDT 2003


Chunyan,

I must admit have not seen this line in any of the java examples but I 
would suggest removing the line and replacing it with a simple "import 
vtk.*;"
and then also doing the library load:

"static {
        System.loadLibrary("vtkCommonJava"); 
        System.loadLibrary("vtkHybridJava"); 
        System.loadLibrary("vtkFilteringJava"); 
        System.loadLibrary("vtkIOJava"); 
        System.loadLibrary("vtkImagingJava"); 
        System.loadLibrary("vtkGraphicsJava"); 
        System.loadLibrary("vtkRenderingJava"); 
    }"
 
which is what I have been doing and it has worked fine.

Rich





"Chunyan Jiang" <jiang at Telematik-Institut.de>
Sent by: 
vtkusers-admin at public.kitware.com
22/04/2003 15:47 ZE2

 
        To:     "VTK-User" <vtkusers at public.kitware.com>
        cc: 
        Subject:        [vtkusers] vtk.util.VtkUtil not found in vtk.jar


Hi, vtk-user,
I try to compile some vtk's examples in java. Many examples have "import
vtk.util.VtkUtil;". This line can not pass compile. And I can not find
vtkUtil in vtk.jar. How can I solve this problem? Thanks a lot!

Chunyan

***********************************************************************
Chunyan Jiang, Dipl.-Inform.,
Institut for Telematic
Bahnhofstrasse 30-32, D-54292 Trier, Germany
Phone: (+49) (0)651-97551-34
Fax: (+49) (0)651-97551-12
***********************************************************************

_______________________________________________
This is the private VTK discussion list.
Please keep messages on-topic. Check the FAQ at: <http://public.kitware.com/cgi-bin/vtkfaq>
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/vtkusers




This message is confidential and may be privileged. It is intended for the 
addressee(s) only. Access to this message by anyone else is unauthorized 
and strictly prohibited. If you have received this message in error, 
please inform the sender immediately.

TESSELLA   Richard.Bridge at tessella.com
__/__/__/  Tessella Support Services plc
__/__/__/  3 Vineyard Chambers, ABINGDON, OX14 3PX, England
__/__/__/  Tel: (44)(0)1235-555511  Fax: (44)(0)1235-553301
           www.tessella.com
           Registered in England No. 1466429
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20030422/e78a61ba/attachment.htm>


More information about the vtkusers mailing list