Помогите доустановить ADempiere.
Устанавливал от сюда:
http://www.catura.de/blog/2009/10/07/adempiere-how-tos-adempiere-3-5-4a-auf-einem-ubuntu-9-04-server-installieren/?lang=enВроде бы все установил но вконце вылетает ошибка я так понимаю что где то ошибка с переменной средой JAVA. Пункт 4,1
Прописывал и в /etc/profile. И командой
vim ~/.bashrc
JAVA_HOME=/usr/lib/jvm/java-6-sun
export JAVA_HOME
Но ошибка остается :
vladimir@HOME:~$ sudo /opt/adempiere/3.5.4a/Adempiere/RUN_silentsetup.sh
[sudo] password for vladimir:
Install Adempiere Server
JAVA_HOME is not set.
You may not be able to start the Setup
Set JAVA_HOME to the directory of your local JDK.
===================================
Starting Setup ...
===================================
Exception in thread "main" java.lang.NoClassDefFoundError: org/compiere/install/SilentSetup
Caused by: java.lang.ClassNotFoundException: org.compiere.install.SilentSetup
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
Could not find the main class: org.compiere.install.SilentSetup. Program will exit.
===================================
===================================
Make .sh executable
chmod: невозможно получить доступ к «*.sh»: Нет такого файла или каталога
cd: 35: can't cd to utils
.: 36: RUN_SignDatabaseBuild.sh: not found
vladimir@HOME:~$
Подскажите где ошибка?
