j143/systemds

`CommandLineWrapper` is ill-suited for launching apps on Java 9+. If the run configuration uses "classpath file", please change it to "@argfile".

j143 opened this issue · 0 comments

j143 commented
user@host $ C:\Users\abc\.jdks\temurin-11.0.13\bin\java.exe -ea -Xms3000m -Xmx3000m -Xmn300m \
 -Didea.test.cyclic.buffer.size=1048576 \ 
-javaagent:C:\Users\abc\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\213.6777.52\lib\idea_rt.jar=11862:C:\Users\abc\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\213.6777.52\bin \
 -Dfile.encoding=UTF-8 -classpath C:\Users\abc\AppData\Local\JetBrains\Toolbox\apps\IDEA-U\ch-0\213.6777.52\lib\idea_rt.jar \
 com.intellij.rt.execution.CommandLineWrapper C:\Users\abc\AppData\Local\Temp\idea_classpath1797302516 \ com.intellij.rt.junit.JUnitStarter -ideVersion5 \
-junit4 org.apache.sysds.test.functions.builtin.part1.BuiltinImpurityMeasuresTest,GiniTest1

CommandLineWrapper is ill-suited for launching apps on Java 9+.
If the run configuration uses "classpath file", please change it to "@argfile".
Otherwise, please contact support.

Solution:

  1. Edit configuration

image

  1. Shorten commandline

image

Note: 📝Apply the configuration to whole package