Building SNAP from sources : errors during the "mvn clean install"

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 :

  1. Use the sudo command before the mvn clean install if needed
  2. Make sure to use Java 8 (not 10)
  3. Use the JDK and not the JRE
  4. Make sure to activate the oracle-tools -> Problems running tests in intellij
  5. Make sure IntelliJ IDEA has read/write permission on your installation folder
  6. In the VM options , only 4Go are dedicated, leading to unavoidable problems in many computations. I would increase a bit the value.
1 Like