我想直接从“输入命令”行运行eclipse。 我尝试做了一些事情并且给我带来了一些错误,现在我有了gnome错误。 在我拥有eclipse目录之前,当我输入“eclipse”时,我没有任何东西 alt + f2命令行。
此外,我正在寻找修复gnome,我正在使用eclipse kepler 4.3 This is the link that i tried to implement我做错了。 我现在真的需要帮助。
干杯
答案 0 :(得分:0)
我现在发现了我的错误,
而不是我自己的目录,我试图把nano / usr / bin / eclipse
现在的解决方案是:
touch /usr/bin/eclipse
chmod 755 /usr/bin/eclipse
## Open eclipse file with your favourite editor ##
nano -w /usr/bin/eclipse
## Paste following content to file ##
!/bin/sh
export ECLIPSE_HOME="/opt/eclipse"
$ECLIPSE_HOME/eclipse $*