Hi,
finally I succeeded in installing and running ARIS Express. Very Nice! But after a reboot of the PC, I don't find any entries to start ARIS again. Please give me a command to start it again.
Thank you!
Tom
Hi,
finally I succeeded in installing and running ARIS Express. Very Nice! But after a reboot of the PC, I don't find any entries to start ARIS again. Please give me a command to start it again.
Thank you!
Tom
Hi Tom,
I am running Ubuntu 10.04 and found that to run ARIS Express properly, you need to install the JDK 1.6 from Sun/Oracle. The OpenJDK that comes with Ubuntu does not seem to work right.
Once installed, use the following command to start:
...(your path to JDK)../bin/javaws express.jnlp
The JNLP file is what you initially downloaded. This will start the webstart interface and start ARIS Express for you. I assume you know how to create panel items and shortcuts in Ubuntu, right?
Good luck, Chris
Dear all,
As I faced also some problems during installation of the recent ARIS Express 2.3 on Ubunu 10.10, see below how to proceed in few quick steps:
1. Open a terminal window
2. Check the latest available JDK with the following command
apt-cache search jdk
the last few lines are the important for us
"...
sun-java6-source - Sun Java(TM) Development Kit (JDK) 6 source files
sun-java6-jre - Sun Java(TM) Runtime Environment (JRE) 6 (architecture independent files)
sun-java6-jdk - Sun Java(TM) Development Kit (JDK) 6
sun-java6-javadb - Java(TM) DB, Sun Microsystems' distribution of Apache Derby
sun-java6-demo - Sun Java(TM) Development Kit (JDK) 6 demos and examples
sun-java6-bin - Sun Java(TM) Runtime Environment (JRE) 6 (architecture dependent files)
"
3. Install the JDK provided by Sun/Oracle (Note: Administration password will be required)
sudo apt-get install sun-java6-jdk sun-java6-jre
4. Navigate to the folder of the already downloaded file express.jnlp
cd ~/Downloads
and execute
sudo /usr/lib/jvm/java-6-sun/bin/javaws express.jnlp
I hope this helps!
Best Regards,
Martin Boudikianov
Nice :)
Let me help you too.
Hello.
I`ve just installed Aris Express on my Xubuntu 14.04 LTS using icedtea-netx.
After downloading Aris Express all You have to do is to run two commands in terminal:
sudo apt-get install icedtea-netx
and then run Aris by
javaws /path/to/directory/express.jnlp
Have a nice work with Aris :)