Thread: Red Eclipse Error
i created symbolic link (sudo ln -s) of reclient_linux (binary?) in /opt/redeclipse-1.3.1/bin in /usr/bin, when run reclient_linux terminal (accessing usr/bin), says core textures not found. ideas on how work? can run redeclipse.sh, have cd pretty-long-directory , ./redeclipse.sh. instead type, in terminal, reclient_linux (much faster, of course), please help.
*the reason why didn't software center package because center has outdated version
you can create little script in /usr/local/bin:
something like:code:gksu gedit /usr/local/bin/redeclipseedit: don't forget make executablecode:#!/bin/sh cd /very/long/path/to/dir || exit 1 ./redeclipse.sh
code:sudo chmod +x /usr/local/bin/redeclipse
Forum The Ubuntu Forum Community Ubuntu Official Flavours Support General Help [SOLVED] Red Eclipse Error
Ubuntu
Comments
Post a Comment