Skip to content
Snippets Groups Projects
Commit 4744f9b0 authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

COMP: fix Java tests

parent 84c47885
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@ if (WIN32)
--add-before-env PATH ${OTB_BINARY_DIR}/bin)
endif()
set( CMAKE_JAVA_INCLUDE_PATH ${OTBSWIGWrapper_BINARY_DIR}/src/org.otb.application.jar )
set( CMAKE_JAVA_INCLUDE_PATH ${OTBSWIGWrapper_BINARY_DIR}/src/java/org.otb.application.jar )
set( JAVA_COMMAND "${Java_JAVA_EXECUTABLE}"
"-Djava.library.path=${OTB_BINARY_DIR}/Code/Wrappers/SWIG${PATH_SEPARATOR}$<TARGET_FILE_DIR:otbApplicationJava>" )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment