помогите пожалусто, пользываться Linux начел 2 дня назад Ubuntu 8.10.
мне нужно установить программу Totem (TOolbox for Traffic Engineering Methods) сайт программы
http://totem.run.montefiore.ulg.ac.be/в "ридми" программы написано:
"2. Installing
-------------
- Download a Java Virtual Machine. You need J2SE 1.5
(
http://java.sun.com). Install the JVM, add the bin directory to
your path and set the JAVA_HOME environement variable. With bash:
export PATH=[JAVA-DIR]/bin:$PATH
export JAVA_HOME=[JAVA-DIR]
- Download the build tool Ant from the apache
project. (
http://ant.apache.org). We have tested Ant 1.5.4 and Ant
1.6.1. Decompress the archive, add the bin directory to your PATH
and set the ANT_HOME variable.
export PATH=[ANT-DIR]/bin:$PATH
export ANT_HOME=[ANT-DIR]
- Decompress the TOTEM archive
tar -xzvf totem-<version>.tar.gz
- Add Junit.jar to your CLASSPATH (only for compiling and executing
the tests)
export CLASSPATH=[TOTEM-DIR]/lib/java/junit.jar:$CLASSPATH
3. Using the toolbox
--------------------
To compile the toolbox, type in [TOTEM-DIR]
ant clean build
Then
./totem.sh: start the GUI
./totem.sh -help: for getting the CLI usage
The following ant targets are also useful:
- ant doc: to generate the JavaDoc documentation
*** WARNING: the first time, USE ant clean to create the directory
structure! ***"
тоесть надо
-jdk/jre;
-ant;
все ети пакеты скачал и установил:
в окне терминала поочереди ввожу следующие:
export PATH=/usr/lib/jvm/java-6-openjdk/bin:$PATH
export JAVA_HOME=/usr/lib/jvm/java-6-openjdk
export PATH=/home/dima/ANT_HOME/bin:$PATH
export ANT_HOME=/home/dima/ANT_HOME
tar -xzvf totem-3.2.1-bin.tar.gz
после поcледней команды идет разaрхивирования файла
export CLASSPATH=/home/dima/totem/lib/java/junit.jar:$CLASSPATH
вроде как установка произведена при попытке запуска GUI программы:
/home/dima/totem/totem.sh
выдает следующие :
"Init Logging from JAR with config file : /resources/log4j.xml
03.07.2009 18:14:44 java.util.prefs.FileSystemPreferences$2 run
INFO: Created user preferences directory.
Welcome in the toolbox
Exception in thread "main" java.awt.AWTError: Assistive Technology not found: org.GNOME.Accessibility.JavaBridge
at java.awt.Toolkit.loadAssistiveTechnologies(Toolkit.java:788)
at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:874)
at javax.swing.ImageIcon.<init>(ImageIcon.java:136)
at javax.swing.ImageIcon.<init>(ImageIcon.java:155)
at be.ac.ulg.montefiore.run.totem.visualtopo.guiComponents.MainWindow.<clinit>(MainWindow.java:149)
at be.ac.ulg.montefiore.run.totem.core.Totem.main(Totem.java:337)"
после больше ничего не происходит....
помогите пожалусто, что я неправильно зделал?