jHiccup icon indicating copy to clipboard operation
jHiccup copied to clipboard

The control process running in a separate JVM is not generated if the folder name contains space

Open orkiman opened this issue 3 years ago • 0 comments

example : folder name : "new folder" files inside:

  • jHiccup.jar
  • orkTerminal2021.jar
  • run.bat file that contain the line : java -javaagent:jHiccup.jar="-c" -XX:+UseZGC -jar orkTerminal2021.jar

tested on win 10 with jdk 15,16,17

changing folder name to Newfolder solved. thanks, Or.

orkiman avatar Nov 03 '21 12:11 orkiman