Search found 2 matches

by Sveind
2014-02-05T10:12:58-07:00
Forum: Fred's Scripts
Topic: File not readable while running command in java
Replies: 3
Views: 13444

Re: File not readable while running command in java

Hi, Well I figured it out thanks to the pointers below, the only thing I did was change the script extension to .sh and modify the script so when it uses the command 'convert' I give it the whole PATH so (in my case) /usr/local/bin/convert -foo... Everything else remainds pretty much the same. Thank...
by Sveind
2014-01-31T16:13:58-07:00
Forum: Fred's Scripts
Topic: File not readable while running command in java
Replies: 3
Views: 13444

File not readable while running command in java

Hello, I've been trying to run like a batch so I can clean various images using textcleaner and when I run them in the terminal it all goes fine but once I enter the same command into java String output = obj.executeCommand("/Users/myuser/Documents/textcleaner/textcleaner -g -e none -f 10 -o 5 ...