My problem is, IDEA console return the error message "can not find the image magick libraries". but there is no error with the same command line in windows console.
Command line in IDEA C:\Ruby\bin\ruby.exe -e "STDOUT.sync=true;STDERR.sync=true;load($0=ARGV.shift)" D:/myproject/script/server webrick -p 3002 -b 127.0.0.1 -e development
Idea Path: C:\ImageMagick-6.3.7-Q8;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\TortoiseSVN\bin;E:\Perl\bin;C:\Ruby\bin;;C:\jruby-1.1.4\bin;
Please provide more detailed description
Thanks for your concern!
My problem is, IDEA console return the error message "can not find the image magick libraries".
but there is no error with the same command line in windows console.
Command line in IDEA
C:\Ruby\bin\ruby.exe -e "STDOUT.sync=true;STDERR.sync=true;load($0=ARGV.shift)" D:/myproject/script/server webrick -p 3002 -b 127.0.0.1 -e development
Idea Path:
C:\ImageMagick-6.3.7-Q8;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\TortoiseSVN\bin;E:\Perl\bin;C:\Ruby\bin;;C:\jruby-1.1.4\bin;
Additional Paths:
c:;c:
Launch configuration
Environment Variables:
]]>
(... "Include parent environment variables" is checked.)
Roman.Chernyatchik wrote: