parvob19
parvob19
LTLeaning Technologies
Created by parvob19 on 3/17/2025 in #support
adding a file as a jar argument cheerpjRunJar
I have a jar file that asks for a config file as an argument as follows: example.jar --config /path/to/config.json It seems as if the applet cannot get access to this file. I have it in the same directory as the .jar file, and have tried adding the arg per cheerpj documentation: await cheerpjRunJar("/app/2009scape.jar", ["--config /app/config.json"]); am I missing something, or is adding external files a browser security issue that will not be easily solved?
3 replies