ShelfClauses - troubleshooting Linux



back to main site

  • Executable rights are already set for related files in the download. In any case the following files should be executable:
      - jdk-13.0.2/bin/java
      - ShelfClauses.jar
      - ShelfClauses.sh
      - jdk-13.0.2/lib/jrt-fs.jar
      - jdk-13.0.2/lib/jexec
      - jdk-13.0.2/lib/jspawnhelper
  • Add user rights for full access (more than changing and writing) to install directory and subdirectories.
  • In your Linux file browser set something like "Files menu -> Edit -> Preferences -> behavior tab: Run executable text files, when they are opened ask". This eases the opening of sh and bash scripts to execute in terminal or only execute without terminal. Advantage: Even sh script can open outer links for example in Firefox. After the behavior setting is done, simply doubleclick "ShelfClauses.sh" in your file browser.
  • It can be used "#!/bin/bash -x" instead of "#!/bin/sh -x" as the first line in starting script.
  • Describe your problem to messageATtxt-soft.com.


back to main site