diff --git a/www/downloads.html b/www/downloads.html index 71ded30..4fb3325 100644 --- a/www/downloads.html +++ b/www/downloads.html @@ -37,18 +37,18 @@
Download the Java-based installer of the latest release of Jolie:
Here you can find the previous releases of Jolie.
Open a shell terminal, access the directory in which you downloaded -the installer, and execute java -jar jolie-1.11.0.jar. The +the installer, and execute java -jar jolie-1.12.0.jar. The installer may need permissions to write in the directories in which you intend to install Jolie. Depending on your Operating System you can launch the Jolie installer with elevated privileges:
@@ -60,7 +60,7 @@Please, check that the two environment variables below are correctly @@ -85,11 +85,9 @@
/usr/local/lib/jolie
as the
@@ -101,13 +99,13 @@ + I get “Error: Could not find or load main class jolie.Jolie” -after I installed Jolie under Linux/MacOs X.
+after I installed Jolie under Linux/MacOs X.The launchers deployed by the installer use the environment variable
+The launchers deployed by the installer use the environment variable
JOLIE_HOME
to set the classpath and launch Jolie. As
reported by the installer at the end of the installation, it is possible
to set JOLIE_HOME
with the command echo ‘export
@@ -119,7 +117,7 @@
, it could be the case your shell is not sourcing
file Run the Jolie installer
jolie.Jolie”.bash_profile
. To fix it, edit your
.bashrc
in you home directory by appending at its end the
-line source .bash_profile
.
source .bash_profile
.
You can install Jolie also through system package managers.