SNAP troubles with IDEA

Git sources from snap-engine, snap-desktop and s1tbx has been download and compile with command :
mvn clean; mvn install -DskipTests

The empty project is integrate the snap-engine, snap-desktop and s1tbx module.
Configuration of the ‘run’ with:

  • main class: org.esa.snap.nbexec.Launcher
  • VM option : -Dsun.awt.nopixfmt=true -Dsun.java2d.noddraw=true -Dsun.java2d.dpiaware=false
  • program arguments: --clusters /home/patrick/Projets/SNAP/s1tbx/s1tbx-kit/target/netbeans_clusters/s1tbx /home/patrick/Projets/SNAP/s1tbx/s1tbx-kit/target/netbeans_clusters/rstb --patches /home/patrick/Projets/SNAP/snap-engine/$/target/classes /home/patrick/Projets/SNAP/s1
  • working directory: /home/patrick/Projets/SNAP/snap-desktop/snap-application/target/snap
  • use class of module : snap-main

The process finished with exit code 171.
Do you have any tips for me to solve this problem?

log.txt (70.7 KB)

Try using colon as path separator for the individual directories pointed to in the --cluster and --patches options, e.g. --cluster dirpath1:dirpath2:dirpath3

Great !

Many thanks @forman

Regards,
Patrick