Дипломник | Такая ситуация на сервере: ERROR: The Java command (java) could not be found. Search path: /sbin:/usr/sbin:/bin:/usr/bin In most cases this problem can be fixed by adding a symbolic link to the Java command in the /usr/bin directory. To do this first execute the command "which java" to identify the full path to the Java executable. Next, create a symbolic link to this file with the command "ln -sf [path-to-java] /usr/bin/java" where [path-to-java] is the path returned by the "which" command. выдает такую ошибку при обращении к джава,хотя она установлена в каталог /root/jdk1.6.0_21/bin/java вот как выполнить команду на сервере чтоб правильно выполнялось джава из выше указанных каталогов не понимаю. |