I cannot find the right settings in IntelliJ Idea IDE to add the folder path.
/usr/lib/jvm/java-11-openjdk-amd64/bin/java -Xms128m -Xmx981m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -XX:CICompilerCount=2 -Dsun.io.useCanonPrefixCache=false -Djdk.http.auth.tunneling.disabledSchemes=\"\" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djdk.attach.allowAttachSelf=true -Dkotlinx.coroutines.debug=off -Djdk.module.illegalAccess.silent=true -Dawt.useSystemAAFontSettings=lcd -Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine -Dsun.tools.attach.tmp.only=true -Dsun.awt.disablegrab=true -javaagent:/home/pc/sviluppo/idea-IC-201.7223.91/lib/idea_rt.jar=40775:/home/pc/sviluppo/idea-IC-201.7223.91/bin -Dfile.encoding=UTF-8 -classpath /home/pc/IdeaProjects/sample/out/production/sample:/home/pc/IdeaProjects/sample/src:/home/pc/IdeaProjects/sample/lib/CodenameOne.jar:/home/pc/IdeaProjects/sample/JavaSE.jar:native/internal_tmp:lib/impl/cls com.codename1.impl.javase.Simulator com.codename1.samples.sample
I think I should add the path to that classpath option but I cannot, no useful instructions on the web.
I created a new command manually like
/usr/lib/jvm/java-11-openjdk-amd64/bin/java -Xms128m -Xmx981m -XX:ReservedCodeCacheSize=240m -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -XX:CICompilerCount=2 -Dsun.io.useCanonPrefixCache=false -Djdk.http.auth.tunneling.disabledSchemes=\"\" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Djdk.attach.allowAttachSelf=true -Dkotlinx.coroutines.debug=off -Djdk.module.illegalAccess.silent=true -Dawt.useSystemAAFontSettings=lcd -Dsun.java2d.renderer=sun.java2d.marlin.MarlinRenderingEngine -Dsun.tools.attach.tmp.only=true -Dsun.awt.disablegrab=true -javaagent:/home/pc/sviluppo/idea-IC-201.7223.91/lib/idea_rt.jar=40775:/home/pc/sviluppo/idea-IC-201.7223.91/bin -Dfile.encoding=UTF-8 -classpath /home/pc/IdeaProjects/sample/out/production/sample:/home/pc/IdeaProjects/sample/src:/home/pc/IdeaProjects/sample/src/html:/home/pc/IdeaProjects/sample/lib/CodenameOne.jar:/home/pc/IdeaProjects/sample/JavaSE.jar:native/internal_tmp:lib/impl/cls com.codename1.impl.javase.Simulator com.codename1.samples.sample
(as you can see I added the path manually)
But I get the same "File not found error" again.
Reasonably, how long could the above mentioned issue take to be fixed?