[vtkusers] vtkNightlyJava broken
Budd Hirons
bhiron at lsuhsc.edu
Wed Aug 21 13:32:34 EDT 2002
If you build the nightly from source instead of trying the binaries you can
just do this, assuming you turn the VTK_WRAP_JAVA flag on in CMake ... and
it would be a faster download if you run a local CVS client to keep up with
the incremental changes in the source.
To build the jar from the command prompt:
> cd [CMakeDestination_VTKNightly]\java\vtk
> javac *.*
> cd ..
> jar -cvf vtk.jar .\vtk\*.class
Budd.
At 10:57 PM 8/20/2002 -0400, you wrote:
>Nightly Release Maintainers:
>
>vtkNightlyJava.exe does not include compiled Java classes, vtk.jar. It is
>useless without it. Could you make sure that vtk.jar is getting included
>in nightly releases?
>
>TIA,
>
>Jarek
>
>
>_______________________________________________
>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
More information about the vtkusers
mailing list