Run by doubleclicking the jar file AstroStack3le.jar.
If this does not work on your system, then do the following:
Open a DOS prompt (Windows) or a terminal (Linux/Mac) **).
Check if you have java installed by typing java -version.
Go to the directory where the astrostack files where unzipped.
Type: java -Xmx256m -jar AstroStack3le.jar
The -Xmx256m assures that Java can use up to 256 Mb memory. You can increase this number if you run into memory problems.
Do not make it larger than the amount of physical RAM you have installed on your computer, or the program can become slow.
See for permanently reserving memory below.