You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
and more specifically the ones
Main class: org.esa.snap.nbexec.Launcher
VM options: -Dsun.java2d.noddraw=true -Dsun.awt.nopixfmt=true -Dsun.java2d.dpiaware=false -Dorg.netbeans.level=INFO -Dsnap.debug=true -Xmx4G
Program arguments: --userdir "/../userdir" --patches "/snap/snap-engine/$/target/classes"
Working directory:
Use classpath of module: snap-main
The configuration (default application configuration) i used is like this
I get the following error
"C:\Program Files\Java\jdk1.8.0_171\bin\java.exe" -Dsun.java2d.noddraw=true -Dsun.awt.nopixfmt=true -Dsun.java2d.dpiaware=false -Dorg.netbeans.level=INFO -Dsnap.debug=true -Xmx4G "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA 2018.1.1\lib\idea_rt.jar=60903:C:\Program Files\JetBrains\IntelliJ IDEA 2018.1.1\bin" -Dfile.encoding=UTF-8 -classpath C:\Users\user\AppData\Local\Temp\classpath2001394658.jar org.esa.snap.nbexec.Launcher --userdir /../userdir --patches /snap/snap-engine/$/target/classes
Exception in thread "main" java.lang.IllegalStateException: Not a valid installation directory: C:\Users\user\Documents\sen2coral
at org.esa.snap.nbexec.Launcher.run(Launcher.java:101)
at org.esa.snap.nbexec.Launcher.main(Launcher.java:86)
Process finished with exit code 1
Any ideas? Morover what kind of result should i see in the working directory?
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
i used the parameters specified in this link https://senbox.atlassian.net/wiki/spaces/SNAP/pages/24051775/IntelliJ+IDEA
and more specifically the ones
Main class: org.esa.snap.nbexec.Launcher
VM options: -Dsun.java2d.noddraw=true -Dsun.awt.nopixfmt=true -Dsun.java2d.dpiaware=false -Dorg.netbeans.level=INFO -Dsnap.debug=true -Xmx4G
Program arguments: --userdir "/../userdir" --patches "/snap/snap-engine/$/target/classes"
Working directory:
Use classpath of module: snap-main
The configuration (default application configuration) i used is like this

I get the following error
"C:\Program Files\Java\jdk1.8.0_171\bin\java.exe" -Dsun.java2d.noddraw=true -Dsun.awt.nopixfmt=true -Dsun.java2d.dpiaware=false -Dorg.netbeans.level=INFO -Dsnap.debug=true -Xmx4G "-javaagent:C:\Program Files\JetBrains\IntelliJ IDEA 2018.1.1\lib\idea_rt.jar=60903:C:\Program Files\JetBrains\IntelliJ IDEA 2018.1.1\bin" -Dfile.encoding=UTF-8 -classpath C:\Users\user\AppData\Local\Temp\classpath2001394658.jar org.esa.snap.nbexec.Launcher --userdir /../userdir --patches /snap/snap-engine/$/target/classes
Exception in thread "main" java.lang.IllegalStateException: Not a valid installation directory: C:\Users\user\Documents\sen2coral
at org.esa.snap.nbexec.Launcher.run(Launcher.java:101)
at org.esa.snap.nbexec.Launcher.main(Launcher.java:86)
Process finished with exit code 1
Any ideas? Morover what kind of result should i see in the working directory?
The text was updated successfully, but these errors were encountered: