crgrep not wotking in Linux Mint

Issue #1 resolved
Pedro Martins created an issue

Hey, after reading the install.txt file and the readme.txt file I tested ./crgrep "stuff" /home/myName/Dropbox" and I got the following error: Error: Could not find or load main class com.ryanfuse.crgrep.ResourceGrep

I am Using Linux Mint 64bits with java-7-oracle.

Hope it helps !

Comments (9)

  1. Craig Ryan repo owner

    Am in process of setting up a Linux VM and will test properly once I get that going. Only tried cygwin so far.

    For now you can try run the script as 'sh -x crgrep' to see what paths it tries to use.

    Thx for your feedback!

  2. Craig Ryan repo owner

    I've not been able to get back to this until now. I have had issues setting up ubuntu so I wont have an immediate answer. In the meantime you can comment out the 'set -f' line in the shell script. It is mainly used when your command line contains wildcards which match files in the current directory. If that's not the case then you should have no issues without it.

  3. Craig Ryan repo owner

    Have tested on 64bit Red Hat EL 6.1 and the latest 0.4 distro is working fine. No issues with the crgrep bash script. Unzipped crgrep-0.4.zip into /tmp, cd into the bin dir and ran ./crgrep ... ran OK.

  4. Craig Ryan repo owner

    New release 0.5 now available. This drop has been tested on RH Linux, should be the same as Mint behaviour? Please re-test latest release.

  5. Log in to comment