История изменений
Исправление kostik87, (текущая версия) :
Покажите:
echo $JAVA_HOME
Проще внести правку так:
#!/bin/sh
#
JAVA_HOME="/usr/lib/jvm/java-7-oracle/"
#
# Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
# Copyright (C) INRIA - 2006-2008 - Sylvestre Ledru
# Copyright (C) INRIA - 2008 - Simon Lipp
# Copyright (C) DIGITEO - 2009 - Sylvestre Ledru
# This file must be used under the terms of the CeCILL.
# This source file is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
# are also available at
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
Или можете определить JAVA_HOME в вашем ~/.bashrc или вызывать так
JAVA_HOME="/usr/lib/jvm/java-7-oracle/" scilab
Исправление kostik87, :
Покажите:
echo $JAVA_HOME
Проще внести правку так:
#!/bin/sh
#
JAVA_HOME="/usr/lib/jvm/java-7-oracle/"
#
# Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
# Copyright (C) INRIA - 2006-2008 - Sylvestre Ledru
# Copyright (C) INRIA - 2008 - Simon Lipp
# Copyright (C) DIGITEO - 2009 - Sylvestre Ledru
# This file must be used under the terms of the CeCILL.
# This source file is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
# are also available at
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
Исправление kostik87, :
Покажите:
echo $JAVA_HOME
Проще внести правку так:
#!/bin/sh
[b]JAVA_HOME="/usr/lib/jvm/java-7-oracle/"[/b]
# Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
# Copyright (C) INRIA - 2006-2008 - Sylvestre Ledru
# Copyright (C) INRIA - 2008 - Simon Lipp
# Copyright (C) DIGITEO - 2009 - Sylvestre Ledru
# This file must be used under the terms of the CeCILL.
# This source file is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
# are also available at
# http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
Исходная версия kostik87, :
Покажите:
echo $JAVA_HOME
Проще внести правку так:
#!/bin/sh
JAVA_HOME="/usr/lib/jvm/java-7-oracle/"