I cannot find the right settings in IntelliJ Idea IDE to add the folder path. In the output I see this line /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? Il giorno venerdì 24 luglio 2020 08:46:40 UTC+2, Angelo Maci ha scritto: > > If you are experiencing an issue please mention the full platform your > issue applies to: > IDE: NetBeans/Eclipse/IDEA > IntelliJ IDEA 2020.1.3 (Community Edition) > Build #IC-201.8538.31, built on July 7, 2020 > Runtime version: 11.0.7+10-b765.64 amd64 > VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o. > Linux 5.4.0-42-generic > GC: ParNew, ConcurrentMarkSweep > Memory: 949M > Cores: 4 > Non-Bundled Plugins: com.codename1.plugin.intellij, org.jetbrains.kotlin > Current Desktop: ubuntu:GNOME > > In regard to this SO question and the comments > > https://stackoverflow.com/questions/62870956/codename-one-setting-a-font-in-javascript-and-html-from-local-file/62887425?noredirect=1#comment111488512_62887425 > > I continue here, as the chat there is off-topic. The zipped project is > > https://drive.google.com/file/d/11w3hofMy6r_mDHzKj9na-iKkoArLPtC1/view?usp=sharing > > Thanks in advance > > -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/e7504bb8-1772-40b7-8cee-f9ed5d584bb2o%40googlegroups.com.
