Thanks for you help. I’ve now modified SNAP functionalities and it works like a charm
If I may say, I would just add to this page
How to run and debug SNAP from an IDE - IntelliJ IDEA
a few words related to some problems I encountered :
- Use the sudo command before the mvn clean install if needed
- Make sure to use Java 8 (not 10)
- Use the JDK and not the JRE
- Make sure to activate the oracle-tools -> Problems running tests in intellij
- Make sure IntelliJ IDEA has read/write permission on your installation folder
- In the VM options , only 4Go are dedicated, leading to unavoidable problems in many computations. I would increase a bit the value.