Discussion:
[vtkusers] build VTK with java
Wang, Liqin, M.S. via vtkusers
2018-11-09 22:47:03 UTC
Permalink
HI, All,

I followed the instruction of: https://www.particleincell.com/2011/vtk-java-visualization/

To build VTK with java.

In step 6, All_BUILD, I got the following warning and error, then build was aborted.

Severity Code Description Project File Line Suppression State
Warning [options] bootstrap class path not set in conjunction with -source 1.6 VTKJavaClasses D:\VTKSource\VTK-8.1.2-bin\Wrapping\Java\CUSTOMBUILD 1



Severity Code Description Project File Line Suppression State
Error MSB6006 "cmd.exe" exited with code 1. VTKJavaClasses C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets 171


Could anyone please let me know how to fix this?


Thanks

Liqin
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ

Search the list archives at: http://markmail.org/search/?q=vtkusers

Follow this link to subscribe/unsubscribe:
https://public.kitware.com/mailman/listinfo/vtkusers
Sebastien Jourdain
2018-11-09 23:07:55 UTC
Permalink
Maybe this can help?

https://github.com/Kitware/VTK/blob/master/Wrapping/Java/README.txt

On Fri, Nov 9, 2018 at 3:56 PM Wang, Liqin, M.S. via vtkusers <
Post by Wang, Liqin, M.S. via vtkusers
HI, All,
https://www.particleincell.com/2011/vtk-java-visualization/
To build VTK with java.
In step 6, All_BUILD, I got the following warning and error, then build was aborted.
Severity Code Description Project File Line
Suppression State
Warning [options] bootstrap class path not set in conjunction with
-source 1.6 VTKJavaClasses
D:\VTKSource\VTK-8.1.2-bin\Wrapping\Java\CUSTOMBUILD 1
Severity Code Description Project File Line
Suppression State
Error MSB6006 "cmd.exe" exited with code 1. VTKJavaClasses C:\Program
Files (x86)\Microsoft Visual
Studio\2017\Enterprise\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets
171
Could anyone please let me know how to fix this?
Thanks
Liqin
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
http://www.vtk.org/Wiki/VTK_FAQ
Search the list archives at: http://markmail.org/search/?q=vtkusers
https://public.kitware.com/mailman/listinfo/vtkusers
Loading...