+ );
+};
diff --git a/src/pages/downloads/archive.astro b/src/pages/downloads/archive.astro
new file mode 100644
index 00000000..b9851408
--- /dev/null
+++ b/src/pages/downloads/archive.astro
@@ -0,0 +1,30 @@
+---
+import Layout from '../../layouts/Layout.astro';
+import versions from './archive/_versions.json';
+
+import VersionList from '../../components/download/archive/version-list';
+import ArchivePage from '../../components/download/archive/archive-page';
+import type { VersionEntryProps } from '../../components/download/archive/version-entry';
+
+const title = 'NetLogo Download Archive';
+const description = 'Archive of previous NetLogo versions';
+---
+
+
+
+
+ {description}. See release notes for details on version differences.
+ Click on any version to go to its download page.
+
+ (Mac OS X users wanting to use NetLogo versions prior to 5.0.4, please read this)
+
NetLogo runs fastest with the IBM 1.1 VM. Therefore we strongly
+recommend the "Includes Java VM" option. (Questions? See below.)
+
If you are running anti-virus software there may be a long pause
+(as much as two minutes) near the end of the download process.
+
+
+
Mac notes:
+
+
Once it is installed, NetLogo will run on either Mac OS 8/9 or Mac
+OS X (under Classic). Here, choose the download for OS you are
+running at the moment.
+
After downloading, double-click NetLogo1.0Installer.exe
+
+
+ Notes
+
+
We strongly recommend the "includes Java VM" download option.
+
Choosing this download option installs IBM's 1.1.8 VM for NetLogo's private use only. Other programs on your system are not affected.
+
NetLogo runs much faster on this VM than any other VM.
+
Even if you have downloaded NetLogo before, you should still choose "Includes Java VM". The bundled VM is not shared between different versions of NetLogo.
+
You should only choose the "without Java VM" download if either:
+
+
+
You have already, separately and independently from any NetLogo
+ download, installed the IBM 1.1 VM on your system yourself.
+
+
You are certain you wish to try using a VM other than our
+ recommended VM.
+
+
After downloading, double-click NetLogo1.0Installer
+
+
+ Notes
+
+
Requires PowerPC and Mac OS 8.1 or later
+
+
+
If you do not already have Macintosh Runtime for Java version 2.2.5 on your system, or if you are not sure, be sure to download the package above which includes it.
+
The installer is MacBinary encoded and will be automatically decoded after downloading.
+ If it does not, you can decode it using StuffIt Expander 4.5 or later
+
After downloading, double-click NetLogo1.0Installer
+
+
+ Notes
+
+
NetLogo will run as a Classic application under the Classic environment. (We plan to support OS X natively in a future version.)
+
Requires PowerPC and Mac OS X 10.0 or later
+
The installer will be recognized by Stuffit Expander and will be automatically decoded after downloading.
+ If it does not, you can decode it using StuffIt Expander 6.0 or later
+
After downloading open a shell and, cd to the directory where you downloaded the installer.
+
At the prompt type: sh ./NetLogo1_0Installer.bin
+
+
+ Notes
+
+
+
+
+
If you do not have a Java virtual machine installed, be sure to download the package above which includes one. Otherwise you may need to download one from Sun's Java web site or contact your OS manufacturer.
+
After downloading open a shell and, cd to the directory where you downloaded the installer.
+
At the prompt type: sh ./NetLogo1_0Installer.bin
+
+
+ Notes
+
+
+
You need to install a Java 1.1.4 (or later) virtual machine. You can download one from Sun's Java web site or contact your OS manufacturer.
+
If you do not have a Java virtual machine installed, be sure to download the package above which includes one. Otherwise you may need to download one from Sun's Java web site or contact your OS manufacturer.
+
Instructions (Unix or Unix-like operating systems)
+
+
For Java 2, after downloading, type
+ java -jar NetLogo1_0Installer.jar
+
For Java 1.1, after downloading, type
+ jre -cp NetLogo1_0Installer.jar install
+
If that does not work, try
+ java -classpath [path to]classes.zip:NetLogo1_0Installer.jar install
+
If that does not work either, on sh-like shells, try
+ cd [to directory where NetLogo1_0Installer.jar is located]
+ CLASSPATH=NetLogo1_0Installer.jar
+ export CLASSPATH
+ java install
+
Or for csh-like shells, try
+ cd [to directory where NetLogo1_0Installer.jar is located]
+ setenv CLASSPATH NetLogo1_0Installer.jar
+ java install
+
+
+ Instructions (for other platforms)
+
+
Be sure you have Java 1.1.6 or later installed. You can download Java from Sun's site
+
In a console window, change to the directory where you downloaded NetLogo1_0Installer.jar to before running the installer
+
Your operating system may invoke Java in a different way. To start the installer, add NetLogo1_0Installer.jar to your CLASSPATH, then start the main class of the installer named install
+
+
+
+
+
+
+Installers created with InstallAnywhere.
+InstallAnywhere is a registered trademark of Zero G Software, Inc.
+Mac OS is a registered trademark of Apple Computer, Inc.
+Solaris and Java are trademarks of Sun Microsystems, Inc.
+Windows is a registered trademark of Microsoft Corporation.
+All other marks are properties of their respective owners.
+
+
+
NetLogo runs fastest with the IBM 1.1 VM. Therefore we strongly
+recommend the "Includes Java VM" option. (Questions? See below.)
+
If you are running anti-virus software there may be a long pause
+(as much as two minutes) near the end of the download process.
+
+
+
Mac notes:
+
+
Once it is installed, NetLogo will run on either Mac OS 8/9 or Mac
+OS X (under Classic). Here, choose the download for OS you are
+running at the moment.
+
After downloading, double-click NetLogo1.0Installer.exe
+
+
+ Notes
+
+
We strongly recommend the "includes Java VM" download option.
+
Choosing this download option installs IBM's 1.1.8 VM for NetLogo's private use only. Other programs on your system are not affected.
+
NetLogo runs much faster on this VM than any other VM.
+
Even if you have downloaded NetLogo before, you should still choose "Includes Java VM". The bundled VM is not shared between different versions of NetLogo.
+
You should only choose the "without Java VM" download if either:
+
+
+
You have already, separately and independently from any NetLogo
+ download, installed the IBM 1.1 VM on your system yourself.
+
+
You are certain you wish to try using a VM other than our
+ recommended VM.
+
+
After downloading, double-click NetLogo1.0Installer
+
+
+ Notes
+
+
Requires PowerPC and Mac OS 8.1 or later
+
+
+
If you do not already have Macintosh Runtime for Java version 2.2.5 on your system, or if you are not sure, be sure to download the package above which includes it.
+
The installer is MacBinary encoded and will be automatically decoded after downloading.
+ If it does not, you can decode it using StuffIt Expander 4.5 or later
+
After downloading, double-click NetLogo1.0Installer
+
+
+ Notes
+
+
NetLogo will run as a Classic application under the Classic environment. (We plan to support OS X natively in a future version.)
+
Requires PowerPC and Mac OS X 10.0 or later
+
The installer will be recognized by Stuffit Expander and will be automatically decoded after downloading.
+ If it does not, you can decode it using StuffIt Expander 6.0 or later
+
After downloading open a shell and, cd to the directory where you downloaded the installer.
+
At the prompt type: sh ./NetLogo1_0Installer.bin
+
+
+ Notes
+
+
+
+
+
If you do not have a Java virtual machine installed, be sure to download the package above which includes one. Otherwise you may need to download one from Sun's Java web site or contact your OS manufacturer.
+
After downloading open a shell and, cd to the directory where you downloaded the installer.
+
At the prompt type: sh ./NetLogo1_0Installer.bin
+
+
+ Notes
+
+
+
You need to install a Java 1.1.4 (or later) virtual machine. You can download one from Sun's Java web site or contact your OS manufacturer.
+
If you do not have a Java virtual machine installed, be sure to download the package above which includes one. Otherwise you may need to download one from Sun's Java web site or contact your OS manufacturer.
+
Instructions (Unix or Unix-like operating systems)
+
+
For Java 2, after downloading, type
+ java -jar NetLogo1_0Installer.jar
+
For Java 1.1, after downloading, type
+ jre -cp NetLogo1_0Installer.jar install
+
If that does not work, try
+ java -classpath [path to]classes.zip:NetLogo1_0Installer.jar install
+
If that does not work either, on sh-like shells, try
+ cd [to directory where NetLogo1_0Installer.jar is located]
+ CLASSPATH=NetLogo1_0Installer.jar
+ export CLASSPATH
+ java install
+
Or for csh-like shells, try
+ cd [to directory where NetLogo1_0Installer.jar is located]
+ setenv CLASSPATH NetLogo1_0Installer.jar
+ java install
+
+
+ Instructions (for other platforms)
+
+
Be sure you have Java 1.1.6 or later installed. You can download Java from Sun's site
+
In a console window, change to the directory where you downloaded NetLogo1_0Installer.jar to before running the installer
+
Your operating system may invoke Java in a different way. To start the installer, add NetLogo1_0Installer.jar to your CLASSPATH, then start the main class of the installer named install
+
+
+
+
+
+
+Installers created with InstallAnywhere.
+InstallAnywhere is a registered trademark of Zero G Software, Inc.
+Mac OS is a registered trademark of Apple Computer, Inc.
+Solaris and Java are trademarks of Sun Microsystems, Inc.
+Windows is a registered trademark of Microsoft Corporation.
+All other marks are properties of their respective owners.
+
+
+
After downloading, double-click NetLogo1.1Installer.exe
+
+
+ Notes
+
+
We strongly recommend the "includes Java VM" download option.
+
Choosing this download option installs IBM's 1.1.8 VM for NetLogo's private use only. Other programs on your system are not affected.
+
NetLogo runs much faster on this VM than any other VM.
+
Even if you have downloaded NetLogo before, you should still choose "Includes Java VM". The bundled VM is not shared between different versions of NetLogo.
+
You should only choose the "without Java VM" download if either:
+
+
+
You have already, separately and independently from any NetLogo
+ download, installed the IBM 1.1 VM on your system yourself.
+
+
You are certain you wish to try using a VM other than our
+ recommended VM.
+
+
After downloading, double-click NetLogo1.1Installer
+
+
+ Notes
+
+
Requires PowerPC and Mac OS 8.6 or later
+
+
+
If you do not already have Macintosh Runtime for Java version 2.2.5 on your system, or if you are not sure, be sure to download the package above which includes it.
+
The installer is MacBinary encoded and will be automatically decoded after downloading.
+ If it does not, you can decode it using StuffIt Expander 4.5 or later
+
After downloading, double-click NetLogo1.1Installer
+
+
+ Notes
+
+
NetLogo will run as a Classic application under the Classic environment. (We plan to support OS X natively in a future version.)
+
Requires PowerPC and Mac OS X 10.0 or later
+
The installer will be recognized by Stuffit Expander and will be automatically decoded after downloading.
+ If it does not, you can decode it using StuffIt Expander 6.0 or later
+
After downloading open a shell and, cd to the directory where you downloaded the installer.
+
At the prompt type: sh ./NetLogo1_1Installer.bin
+
+
+ Notes
+
+
+
+
+
If you do not have a Java virtual machine installed, be sure to download the package above which includes one. Otherwise you may need to download one from Sun's Java web site or contact your OS manufacturer.
+
After downloading open a shell and, cd to the directory where you downloaded the installer.
+
At the prompt type: sh ./NetLogo1_1Installer.bin
+
+
+ Notes
+
+
+
You need to install a Java 1.1.4 (or later) virtual machine. You can download one from Sun's Java web site or contact your OS manufacturer.
+
If you do not have a Java virtual machine installed, be sure to download the package above which includes one. Otherwise you may need to download one from Sun's Java web site or contact your OS manufacturer.
+
Instructions (Unix or Unix-like operating systems)
+
+
For Java 2, after downloading, type
+ java -jar NetLogo1_1Installer.jar
+
For Java 1.1, after downloading, type
+ jre -cp NetLogo1_1Installer.jar install
+
If that does not work, try
+ java -classpath [path to]classes.zip:NetLogo1_1Installer.jar install
+
If that does not work either, on sh-like shells, try
+ cd [to directory where NetLogo1_1Installer.jar is located]
+ CLASSPATH=NetLogo1_1Installer.jar
+ export CLASSPATH
+ java install
+
Or for csh-like shells, try
+ cd [to directory where NetLogo1_1Installer.jar is located]
+ setenv CLASSPATH NetLogo1_1Installer.jar
+ java install
+
+
+ Instructions (for other platforms)
+
+
Be sure you have Java 1.1.6 or later installed. You can download Java from Sun's site
+
In a console window, change to the directory where you downloaded NetLogo1_1Installer.jar to before running the installer
+
Your operating system may invoke Java in a different way. To start the installer, add NetLogo1_1Installer.jar to your CLASSPATH, then start the main class of the installer named install
+
+
+
+
+
+
+Installers created with InstallAnywhere.
+InstallAnywhere is a registered trademark of Zero G Software, Inc.
+Mac OS is a registered trademark of Apple Computer, Inc.
+Solaris and Java are trademarks of Sun Microsystems, Inc.
+Windows is a registered trademark of Microsoft Corporation.
+All other marks are properties of their respective owners.
+
+
+
After downloading, double-click NetLogo1.1Installer.exe
+
+
+ Notes
+
+
We strongly recommend the "includes Java VM" download option.
+
Choosing this download option installs IBM's 1.1.8 VM for NetLogo's private use only. Other programs on your system are not affected.
+
NetLogo runs much faster on this VM than any other VM.
+
Even if you have downloaded NetLogo before, you should still choose "Includes Java VM". The bundled VM is not shared between different versions of NetLogo.
+
You should only choose the "without Java VM" download if either:
+
+
+
You have already, separately and independently from any NetLogo
+ download, installed the IBM 1.1 VM on your system yourself.
+
+
You are certain you wish to try using a VM other than our
+ recommended VM.
+
+
After downloading, double-click NetLogo1.1Installer
+
+
+ Notes
+
+
Requires PowerPC and Mac OS 8.6 or later
+
+
+
If you do not already have Macintosh Runtime for Java version 2.2.5 on your system, or if you are not sure, be sure to download the package above which includes it.
+
The installer is MacBinary encoded and will be automatically decoded after downloading.
+ If it does not, you can decode it using StuffIt Expander 4.5 or later
+
After downloading, double-click NetLogo1.1Installer
+
+
+ Notes
+
+
NetLogo will run as a Classic application under the Classic environment. (We plan to support OS X natively in a future version.)
+
Requires PowerPC and Mac OS X 10.0 or later
+
The installer will be recognized by Stuffit Expander and will be automatically decoded after downloading.
+ If it does not, you can decode it using StuffIt Expander 6.0 or later
+
After downloading open a shell and, cd to the directory where you downloaded the installer.
+
At the prompt type: sh ./NetLogo1_1Installer.bin
+
+
+ Notes
+
+
+
+
+
If you do not have a Java virtual machine installed, be sure to download the package above which includes one. Otherwise you may need to download one from Sun's Java web site or contact your OS manufacturer.
+
After downloading open a shell and, cd to the directory where you downloaded the installer.
+
At the prompt type: sh ./NetLogo1_1Installer.bin
+
+
+ Notes
+
+
+
You need to install a Java 1.1.4 (or later) virtual machine. You can download one from Sun's Java web site or contact your OS manufacturer.
+
If you do not have a Java virtual machine installed, be sure to download the package above which includes one. Otherwise you may need to download one from Sun's Java web site or contact your OS manufacturer.
+
Instructions (Unix or Unix-like operating systems)
+
+
For Java 2, after downloading, type
+ java -jar NetLogo1_1Installer.jar
+
For Java 1.1, after downloading, type
+ jre -cp NetLogo1_1Installer.jar install
+
If that does not work, try
+ java -classpath [path to]classes.zip:NetLogo1_1Installer.jar install
+
If that does not work either, on sh-like shells, try
+ cd [to directory where NetLogo1_1Installer.jar is located]
+ CLASSPATH=NetLogo1_1Installer.jar
+ export CLASSPATH
+ java install
+
Or for csh-like shells, try
+ cd [to directory where NetLogo1_1Installer.jar is located]
+ setenv CLASSPATH NetLogo1_1Installer.jar
+ java install
+
+
+ Instructions (for other platforms)
+
+
Be sure you have Java 1.1.6 or later installed. You can download Java from Sun's site
+
In a console window, change to the directory where you downloaded NetLogo1_1Installer.jar to before running the installer
+
Your operating system may invoke Java in a different way. To start the installer, add NetLogo1_1Installer.jar to your CLASSPATH, then start the main class of the installer named install
+
+
+
+
+
+
+Installers created with InstallAnywhere.
+InstallAnywhere is a registered trademark of Zero G Software, Inc.
+Mac OS is a registered trademark of Apple Computer, Inc.
+Solaris and Java are trademarks of Sun Microsystems, Inc.
+Windows is a registered trademark of Microsoft Corporation.
+All other marks are properties of their respective owners.
+
+
+
NetLogo runs fastest and is most reliable with the IBM 1.1 VM. Therefore we strongly
+recommend the "Includes Java VM" option. (Questions? See below.)
+
If you are running anti-virus software there may be a long pause
+(as much as two minutes) near the end of the download process.
+
+
+
Attention Mac OS X users:
+
+
If you are installing under Mac OS X, you must choose the Mac
+ OS X download. The installer for Mac OS 8 or 9 does not work
+ properly on OS X.
+
We strongly recommend the "includes Java VM" download option.
+
Choosing this download option installs IBM's 1.1.8 VM for NetLogo's private use only. Other programs on your system are not affected.
+
NetLogo runs much faster on this VM than any other VM,
+ and is more reliable.
+
Even if you have downloaded NetLogo before, you should still choose "Includes Java VM". The bundled VM is not shared between different versions of NetLogo.
+
You should only choose the "without Java VM" download if either:
+
+
+
You have already, separately and independently from any NetLogo
+ download, installed the IBM 1.1 VM on your system yourself.
+
+
You are certain you wish to try using a VM other than our
+ recommended VM.
+
+
After downloading, double-click NetLogo1.2.1Installer
+
If you do not already have Macintosh Runtime for Java version 2.2.5 on your system, or if you are not sure, be sure to download the package above which includes it.
+
The installer is MacBinary encoded and will be automatically decoded after downloading.
+ If it does not, you can decode it using StuffIt Expander 4.5 or later.
+
Be sure you have Java 1.1.8 or later installed. Newer Java versions such as 1.3, 1.4, or 1.4.1 should work even better. You can download Java from Sun's site.
+
The download is in the form of a .tar.gz file.
+ You may untar this file into any directory.
+
Once untarred, the NetLogo application is in the NetLogo.jar file in the netlogo-1.2.1 folder.
+
The method for starting the application may be different
+ depending on your operating system and Java virtual machine.
+ You may be able to just double-click the NetLogo.jar
+ file in your file manager.
+ Or, a typical sequence of commands on a Unix-style machine would be:
+
+cd netlogo-1.2.1
+java -jar NetLogo.jar
+
For the computer HubNet client, substitute HubNet.jar
+ for NetLogo.jar.
+
+
+
+
+
+
+Installers created with InstallAnywhere.
+InstallAnywhere is a registered trademark of Zero G Software, Inc.
+Mac OS is a registered trademark of Apple Computer, Inc.
+Java is a trademark of Sun Microsystems, Inc.
+Windows is a registered trademark of Microsoft Corporation.
+All other marks are properties of their respective owners.
+
+
+
NetLogo runs fastest and is most reliable with the IBM 1.1 VM. Therefore we strongly
+recommend the "Includes Java VM" option. (Questions? See below.)
+
If you are running anti-virus software there may be a long pause
+(as much as two minutes) near the end of the download process.
+
+
+
Attention Mac OS X users:
+
+
If you are installing under Mac OS X, you must choose the Mac
+ OS X download. The installer for Mac OS 8 or 9 does not work
+ properly on OS X.
+
We strongly recommend the "includes Java VM" download option.
+
Choosing this download option installs IBM's 1.1.8 VM for NetLogo's private use only. Other programs on your system are not affected.
+
NetLogo runs much faster on this VM than any other VM,
+ and is more reliable.
+
Even if you have downloaded NetLogo before, you should still choose "Includes Java VM". The bundled VM is not shared between different versions of NetLogo.
+
You should only choose the "without Java VM" download if either:
+
+
+
You have already, separately and independently from any NetLogo
+ download, installed the IBM 1.1 VM on your system yourself.
+
+
You are certain you wish to try using a VM other than our
+ recommended VM.
+
+
After downloading, double-click NetLogo1.2.1Installer
+
If you do not already have Macintosh Runtime for Java version 2.2.5 on your system, or if you are not sure, be sure to download the package above which includes it.
+
The installer is MacBinary encoded and will be automatically decoded after downloading.
+ If it does not, you can decode it using StuffIt Expander 4.5 or later.
+
Be sure you have Java 1.1.8 or later installed. Newer Java versions such as 1.3, 1.4, or 1.4.1 should work even better. You can download Java from Sun's site.
+
The download is in the form of a .tar.gz file.
+ You may untar this file into any directory.
+
Once untarred, the NetLogo application is in the NetLogo.jar file in the netlogo-1.2.1 folder.
+
The method for starting the application may be different
+ depending on your operating system and Java virtual machine.
+ You may be able to just double-click the NetLogo.jar
+ file in your file manager.
+ Or, a typical sequence of commands on a Unix-style machine would be:
+
+cd netlogo-1.2.1
+java -jar NetLogo.jar
+
For the computer HubNet client, substitute HubNet.jar
+ for NetLogo.jar.
+
+
+
+
+
+
+Installers created with InstallAnywhere.
+InstallAnywhere is a registered trademark of Zero G Software, Inc.
+Mac OS is a registered trademark of Apple Computer, Inc.
+Java is a trademark of Sun Microsystems, Inc.
+Windows is a registered trademark of Microsoft Corporation.
+All other marks are properties of their respective owners.
+
+
+
NetLogo runs fastest and is most reliable with the IBM 1.1 VM. Therefore we strongly
+recommend the "Includes Java VM" option. (Questions? See below.)
+
If you are running anti-virus software there may be a long pause
+(as much as two minutes) near the end of the download process.
+
+
+
Attention Mac OS X users:
+
+
If you are installing under Mac OS X, you must choose the Mac
+ OS X download. The installer for Mac OS 8 or 9 does not work
+ properly on OS X.
+
We strongly recommend the "includes Java VM" download option.
+
Choosing this download option installs IBM's 1.1.8 VM for NetLogo's private use only. Other programs on your system are not affected.
+
NetLogo runs much faster on this VM than any other VM,
+ and is more reliable.
+
Even if you have downloaded NetLogo before, you should still choose "Includes Java VM". The bundled VM is not shared between different versions of NetLogo.
+
You should only choose the "without Java VM" download if either:
+
+
+
You have already, separately and independently from any NetLogo
+ download, installed the IBM 1.1 VM on your system yourself.
+
+
You are certain you wish to try using a VM other than our
+ recommended VM.
+
+
After downloading, double-click NetLogo1.3.1Installer
+
If you do not already have Macintosh Runtime for Java version 2.2.5 on your system, or if you are not sure, be sure to download the package above which includes it.
+
The installer is MacBinary encoded and will be automatically decoded after downloading.
+ If it does not, you can decode it using StuffIt Expander 4.5 or later.
+
Be sure you have Java 1.1.8 or later installed. Newer Java versions such as 1.3, 1.4, or 1.4.1 should work even better. You can download Java from Sun's site.
+
The download is in the form of a .tar.gz file.
+ You may untar this file into any directory.
+
Once untarred, the NetLogo application is in the NetLogo.jar file in the netlogo-1.3.1 folder.
+
The method for starting the application may be different
+ depending on your operating system and Java virtual machine.
+ You may be able to just double-click the NetLogo.jar
+ file in your file manager.
+ Or, a typical sequence of commands on a Unix-style machine would be:
+
+cd netlogo-1.3.1
+java -jar NetLogo.jar
+
For the computer HubNet client, substitute HubNet.jar
+ for NetLogo.jar.
+
+
+
+
+
+
+Installers created with InstallAnywhere.
+InstallAnywhere is a registered trademark of Zero G Software, Inc.
+Mac OS is a registered trademark of Apple Computer, Inc.
+Java is a trademark of Sun Microsystems, Inc.
+Windows is a registered trademark of Microsoft Corporation.
+All other marks are properties of their respective owners.
+
+
+
NetLogo runs fastest and is most reliable with the IBM 1.1 VM. Therefore we strongly
+recommend the "Includes Java VM" option. (Questions? See below.)
+
If you are running anti-virus software there may be a long pause
+(as much as two minutes) near the end of the download process.
+
+
+
Attention Mac OS X users:
+
+
If you are installing under Mac OS X, you must choose the Mac
+ OS X download. The installer for Mac OS 8 or 9 does not work
+ properly on OS X.
+
We strongly recommend the "includes Java VM" download option.
+
Choosing this download option installs IBM's 1.1.8 VM for NetLogo's private use only. Other programs on your system are not affected.
+
NetLogo runs much faster on this VM than any other VM,
+ and is more reliable.
+
Even if you have downloaded NetLogo before, you should still choose "Includes Java VM". The bundled VM is not shared between different versions of NetLogo.
+
You should only choose the "without Java VM" download if either:
+
+
+
You have already, separately and independently from any NetLogo
+ download, installed the IBM 1.1 VM on your system yourself.
+
+
You are certain you wish to try using a VM other than our
+ recommended VM.
+
+
After downloading, double-click NetLogo1.3Installer
+
If you do not already have Macintosh Runtime for Java version 2.2.5 on your system, or if you are not sure, be sure to download the package above which includes it.
+
The installer is MacBinary encoded and will be automatically decoded after downloading.
+ If it does not, you can decode it using StuffIt Expander 4.5 or later.
+
Be sure you have Java 1.1.8 or later installed. Newer Java versions such as 1.3, 1.4, or 1.4.1 should work even better. You can download Java from Sun's site.
+
The download is in the form of a .tar.gz file.
+ You may untar this file into any directory.
+
Once untarred, the NetLogo application is in the NetLogo.jar file in the netlogo-1.3 folder.
+
The method for starting the application may be different
+ depending on your operating system and Java virtual machine.
+ You may be able to just double-click the NetLogo.jar
+ file in your file manager.
+ Or, a typical sequence of commands on a Unix-style machine would be:
+
+cd netlogo-1.3
+java -jar NetLogo.jar
+
For the computer HubNet client, substitute HubNet.jar
+ for NetLogo.jar.
+
+
+
+
+
+
+Installers created with InstallAnywhere.
+InstallAnywhere is a registered trademark of Zero G Software, Inc.
+Mac OS is a registered trademark of Apple Computer, Inc.
+Java is a trademark of Sun Microsystems, Inc.
+Windows is a registered trademark of Microsoft Corporation.
+All other marks are properties of their respective owners.
+
+
+
+ NetLogo runs fastest and is most reliable on the Sun 1.4.2 VM. Therefore we strongly recommend the
+ "Includes Java VM" option. (Questions? See below.)
+
+
+
+ If you are running anti-virus software there may be a long pause (as much as two minutes) near the end
+ of the download process.
+
We strongly recommend the "includes Java VM" download option.
+
+ Choosing this download option installs Sun's 1.4.2 VM for NetLogo's private use only. Other programs on
+ your system are not affected.
+
+
NetLogo runs faster and is more reliable on this VM than any other VM.
+
+ Even if you have downloaded NetLogo before, you should still choose "Includes Java VM". The bundled VM
+ is not shared between different versions of NetLogo.
+
+
+ You should only choose the "without Java VM" download if either:
+
+
+ You have already, separately and independently from any NetLogo download, installed the Sun 1.4.2 VM
+ on your system yourself.
+
+
+
You are certain you wish to try using a VM other than our recommended VM.
+ Be sure you have Java 1.4.1 or later installed. Newer Java versions such as 1.4.2 should work even
+ better. You can download Java from Sun's site.
+
+
+ The download is in the form of a .tar.gz file. You may untar this file into any directory.
+
+
+
+ Once untarred, the NetLogo application is in the NetLogo.jar file in the
+ netlogo-2.0.1 folder.
+
+
+ The method for starting the application may be different depending on your operating system and Java
+ virtual machine. You may be able to just double-click the NetLogo.jar
+ file in your file manager. Or, a typical sequence of commands on a Unix-style machine would be:
+
+cd netlogo-2.0.1
+java -jar NetLogo.jar
+
+
+
For the computer HubNet client, substitute HubNet.jar for NetLogo.jar.
+
+
+
+ Installers created with InstallAnywhere.
+ InstallAnywhere is a registered trademark of Zero G Software, Inc.
+ Mac OS X is a registered trademark of Apple Computer, Inc.
+ Java is a trademark of Sun Microsystems, Inc.
+ Windows is a registered trademark of Microsoft Corporation.
+ All other marks are properties of their respective owners.
+
+
+ NetLogo runs fastest and is most reliable on the Sun 1.4.2 VM. Therefore we strongly recommend the
+ "Includes Java VM" option. (Questions? See below.)
+
+
+
+ If you are running anti-virus software there may be a long pause (as much as two minutes) near the end
+ of the download process.
+
We strongly recommend the "includes Java VM" download option.
+
+ Choosing this download option installs Sun's 1.4.2 VM for NetLogo's private use only. Other programs on
+ your system are not affected.
+
+
NetLogo runs faster and is more reliable on this VM than any other VM.
+
+ Even if you have downloaded NetLogo before, you should still choose "Includes Java VM". The bundled VM
+ is not shared between different versions of NetLogo.
+
+
+ You should only choose the "without Java VM" download if either:
+
+
+ You have already, separately and independently from any NetLogo download, installed the Sun 1.4.2 VM
+ on your system yourself.
+
+
+
You are certain you wish to try using a VM other than our recommended VM.
+ Be sure you have Java 1.4.1 or later installed. Newer Java versions such as 1.4.2 should work even
+ better. You can download Java from Sun's site.
+
+
+ The download is in the form of a .tar.gz file. You may untar this file into any directory.
+
+
+
+ Once untarred, the NetLogo application is in the NetLogo.jar file in the
+ netlogo-2.0.2 folder.
+
+
+ The method for starting the application may be different depending on your operating system and Java
+ virtual machine. You may be able to just double-click the NetLogo.jar
+ file in your file manager. Or, a typical sequence of commands on a Unix-style machine would be:
+
+cd netlogo-2.0.2
+java -jar NetLogo.jar
+
+
+
For the computer HubNet client, substitute HubNet.jar for NetLogo.jar.
+
+
+
+ Installers created with InstallAnywhere.
+ InstallAnywhere is a registered trademark of Zero G Software, Inc.
+ Mac OS X is a registered trademark of Apple Computer, Inc.
+ Java is a trademark of Sun Microsystems, Inc.
+ Windows is a registered trademark of Microsoft Corporation.
+ All other marks are properties of their respective owners.
+
+
+ NetLogo runs fastest and is most reliable on the Sun 1.4.2 VM. Therefore we strongly recommend the
+ "Includes Java VM" option. (Questions? See below.)
+
+
+
+ If you are running anti-virus software there may be a long pause (as much as two minutes) near the end
+ of the download process.
+
We strongly recommend the "includes Java VM" download option.
+
+ Choosing this download option installs Sun's 1.4.2 VM for NetLogo's private use only. Other programs on
+ your system are not affected.
+
+
NetLogo runs faster and is more reliable on this VM than any other VM.
+
+ Even if you have downloaded NetLogo before, you should still choose "Includes Java VM". The bundled VM
+ is not shared between different versions of NetLogo.
+
+
+ You should only choose the "without Java VM" download if either:
+
+
+ You have already, separately and independently from any NetLogo download, installed the Sun 1.4.2 VM
+ on your system yourself.
+
+
+
You are certain you wish to try using a VM other than our recommended VM.
+ Be sure you have Java 1.4.1 or later installed. Newer Java versions such as 1.4.2 should work even
+ better. You can download Java from Sun's site.
+
+
+ The download is in the form of a .tar.gz file. You may untar this file into any directory.
+
+
+
+ Once untarred, the NetLogo application is in the NetLogo.jar file in the
+ netlogo-2.0.2 folder.
+
+
+ The method for starting the application may be different depending on your operating system and Java
+ virtual machine. You may be able to just double-click the NetLogo.jar
+ file in your file manager. Or, a typical sequence of commands on a Unix-style machine would be:
+
+cd netlogo-2.0.2
+java -jar NetLogo.jar
+
+
+
For the computer HubNet client, substitute HubNet.jar for NetLogo.jar.
+
+
+
+ Installers created with InstallAnywhere.
+ InstallAnywhere is a registered trademark of Zero G Software, Inc.
+ Mac OS X is a registered trademark of Apple Computer, Inc.
+ Java is a trademark of Sun Microsystems, Inc.
+ Windows is a registered trademark of Microsoft Corporation.
+ All other marks are properties of their respective owners.
+
+
+ NetLogo runs fastest and is most reliable on the Sun 1.4.2 VM. Therefore we strongly recommend the
+ "Includes Java VM" option. (Questions? See below.)
+
+
+
+ If you are running anti-virus software there may be a long pause (as much as two minutes) near the end
+ of the download process.
+
We strongly recommend the "includes Java VM" download option.
+
+ Choosing this download option installs Sun's 1.4.2 VM for NetLogo's private use only. Other programs on
+ your system are not affected.
+
+
NetLogo runs faster and is more reliable on this VM than any other VM.
+
+ Even if you have downloaded NetLogo before, you should still choose "Includes Java VM". The bundled VM
+ is not shared between different versions of NetLogo.
+
+
+ You should only choose the "without Java VM" download if either:
+
+
+ You have already, separately and independently from any NetLogo download, installed the Sun 1.4.2 VM
+ on your system yourself.
+
+
+
You are certain you wish to try using a VM other than our recommended VM.
+ Be sure you have Java 1.4.1 or later installed. Newer Java versions such as 1.4.2 should work even
+ better. You can download Java from Sun's site.
+
+
+ The download is in the form of a .tar.gz file. You may untar this file into any directory.
+
+
+
+ Once untarred, the NetLogo application is in the NetLogo.jar file in the
+ netlogo-2.1 folder.
+
+
+ The method for starting the application may be different depending on your operating system and Java
+ virtual machine. You may be able to just double-click the NetLogo.jar
+ file in your file manager. Or, a typical sequence of commands on a Unix-style machine would be:
+
+cd netlogo-2.1
+java -jar NetLogo.jar
+
+
+
For the computer HubNet client, substitute HubNet.jar for NetLogo.jar.
+
+
+
+ Installers created with InstallAnywhere.
+ InstallAnywhere is a registered trademark of Zero G Software, Inc.
+ Mac OS X is a registered trademark of Apple Computer, Inc.
+ Java is a trademark of Sun Microsystems, Inc.
+ Windows is a registered trademark of Microsoft Corporation.
+ All other marks are properties of their respective owners.
+
+
+ NetLogo runs fastest and is most reliable on the Sun 1.4.2 VM. Therefore we strongly recommend the
+ "Includes Java VM" option. (Questions? See below.)
+
+
+
+ If you are running anti-virus software there may be a long pause (as much as two minutes) near the end
+ of the download process.
+
We strongly recommend the "includes Java VM" download option.
+
+ Choosing this download option installs Sun's 1.4.2 VM for NetLogo's private use only. Other programs on
+ your system are not affected.
+
+
NetLogo runs faster and is more reliable on this VM than any other VM.
+
+ Even if you have downloaded NetLogo before, you should still choose "Includes Java VM". The bundled VM
+ is not shared between different versions of NetLogo.
+
+
+ You should only choose the "without Java VM" download if either:
+
+
+ You have already, separately and independently from any NetLogo download, installed the Sun 1.4.2 VM
+ on your system yourself.
+
+
+
You are certain you wish to try using a VM other than our recommended VM.
+ Be sure you have Java 1.4.1 or later installed. Newer Java versions such as 1.4.2 should work even
+ better. You can download Java from Sun's site.
+
+
+ The download is in the form of a .tar.gz file. You may untar this file into any directory.
+
+
+
+ Once untarred, the NetLogo application is in the NetLogo.jar file in the
+ netlogo-2.1 folder.
+
+
+ The method for starting the application may be different depending on your operating system and Java
+ virtual machine. You may be able to just double-click the NetLogo.jar
+ file in your file manager. Or, a typical sequence of commands on a Unix-style machine would be:
+
+cd netlogo-2.1
+java -jar NetLogo.jar
+
+
+
For the computer HubNet client, substitute HubNet.jar for NetLogo.jar.
+
+
+
+ Installers created with InstallAnywhere.
+ InstallAnywhere is a registered trademark of Zero G Software, Inc.
+ Mac OS X is a registered trademark of Apple Computer, Inc.
+ Java is a trademark of Sun Microsystems, Inc.
+ Windows is a registered trademark of Microsoft Corporation.
+ All other marks are properties of their respective owners.
+
+
Certain anti-virus software may cause a long
+ pause (as much as two minutes) near the end of the download
+ process.
+
We strongly recommend the "includes Java" download. This choice installs Java (version 1.4.2) for NetLogo's private use only. Other programs on your system are not affected.
+
Even if you have downloaded NetLogo before, you should still choose "Includes Java". The included Java is not shared between different versions of NetLogo.
+
You should only choose the "does not include Java" download if
+ you have already, separately and independently from any NetLogo
+ download, installed Java (version 1.4.2 or higher) on your system yourself.
+
+
Certain anti-virus software may cause a long
+ pause (as much as two minutes) near the end of the download
+ process.
+
We strongly recommend the "includes Java" download. This choice installs Java (version 1.4.2) for NetLogo's private use only. Other programs on your system are not affected.
+
Even if you have downloaded NetLogo before, you should still choose "Includes Java". The included Java is not shared between different versions of NetLogo.
+
You should only choose the "does not include Java" download if
+ you have already, separately and independently from any NetLogo
+ download, installed Java (version 1.4.2 or higher) on your system yourself.
+
+
Certain anti-virus software may cause a long
+ pause (as much as two minutes) near the end of the download
+ process.
+
We strongly recommend the "includes Java" download. This choice installs Java (version 1.4.2) for NetLogo's private use only. Other programs on your system are not affected.
+
Even if you have downloaded NetLogo before, you should still choose "Includes Java". The included Java is not shared between different versions of NetLogo.
+
You should only choose the "does not include Java" download if
+ you have already, separately and independently from any NetLogo
+ download, installed Java (version 1.4.2 or higher) on your system yourself.
+
+
Certain anti-virus software may cause a long
+ pause (as much as two minutes) near the end of the download
+ process.
+
We strongly recommend the "includes Java" download. This choice installs Java (version 1.4.2) for NetLogo's private use only. Other programs on your system are not affected.
+
Even if you have downloaded NetLogo before, you should still choose "Includes Java". The included Java is not shared between different versions of NetLogo.
+
You should only choose the "does not include Java" download if
+ you have already, separately and independently from any NetLogo
+ download, installed Java (version 1.4.2 or higher) on your system yourself.
+
+
Certain anti-virus software may cause a long
+ pause (as much as two minutes) near the end of the download
+ process.
+
We strongly recommend the "includes Java" download. This choice installs Java (version 1.5.0) for NetLogo's private use only. Other programs on your system are not affected.
+
Even if you have downloaded NetLogo before, you should still choose "Includes Java". The included Java is not shared between different versions of NetLogo.
+
You should only choose the "does not include Java" download if
+ you have already, separately and independently from any NetLogo
+ download, installed Java (version 1.4.2 or higher, preferably 1.5.0 or higher) on your system yourself.
+
+
Certain anti-virus software may cause a long
+ pause (as much as two minutes) near the end of the download
+ process.
+
We strongly recommend the "includes Java" download. This choice installs Java (version 1.5.0) for NetLogo's private use only. Other programs on your system are not affected.
+
Even if you have downloaded NetLogo before, you should still choose "Includes Java". The included Java is not shared between different versions of NetLogo.
+
You should only choose the "does not include Java" download if
+ you have already, separately and independently from any NetLogo
+ download, installed Java (version 1.4.2 or higher, preferably 1.5.0 or higher) on your system yourself.
+
+
Certain anti-virus software may cause a long
+ pause (as much as two minutes) near the end of the download
+ process.
+
We strongly recommend the "includes Java" download. This choice installs Java (version 1.5.0) for NetLogo's private use only. Other programs on your system are not affected.
+
Even if you have downloaded NetLogo before, you should still choose "Includes Java". The included Java is not shared between different versions of NetLogo.
+
You should only choose the "does not include Java" download if
+ you have already, separately and independently from any NetLogo
+ download, installed Java (version 1.4.2 or higher, preferably 1.5.0 or higher) on your system yourself.
+
+
Certain anti-virus software may cause a long
+ pause (as much as two minutes) near the end of the download
+ process.
+
We strongly recommend the "includes Java" download. This choice installs Java (version 1.5.0) for NetLogo's private use only. Other programs on your system are not affected.
+
Even if you have downloaded NetLogo before, you should still choose "Includes Java". The included Java is not shared between different versions of NetLogo.
+
You should only choose the "does not include Java" download if
+ you have already, separately and independently from any NetLogo
+ download, installed Java (version 1.4.2 or higher, preferably 1.5.0 or higher) on your system yourself.
+
+
Certain anti-virus software may cause a long
+ pause (as much as two minutes) near the end of the download
+ process.
+
We strongly recommend the "includes Java" download. This choice installs Java (version 1.5.0) for NetLogo's private use only. Other programs on your system are not affected.
+
Even if you have downloaded NetLogo before, you should still choose "Includes Java". The included Java is not shared between different versions of NetLogo.
+
You should only choose the "does not include Java" download if
+ you have already, separately and independently from any NetLogo
+ download, installed Java (version 1.4.2 or higher, preferably 1.5.0 or higher) on your system yourself.
+
+
Certain anti-virus software may cause a long
+ pause (as much as two minutes) near the end of the download
+ process.
+
We strongly recommend the "includes Java" download. This choice installs Java (version 1.5.0) for NetLogo's private use only. Other programs on your system are not affected.
+
Even if you have downloaded NetLogo before, you should still choose "Includes Java". The included Java is not shared between different versions of NetLogo.
+
You should only choose the "does not include Java" download if
+ you have already, separately and independently from any NetLogo
+ download, installed Java (version 1.4.2 or higher, preferably 1.5.0 or higher) on your system yourself.
+
+
Certain anti-virus software may cause a long
+ pause (as much as two minutes) near the end of the download
+ process.
+
We strongly recommend the "includes Java" download. This choice installs Java (version 1.5.0) for NetLogo's private use only. Other programs on your system are not affected.
+
Even if you have downloaded NetLogo before, you should still choose "Includes Java". The included Java is not shared between different versions of NetLogo.
+
You should only choose the "does not include Java" download if
+ you have already, separately and independently from any NetLogo
+ download, installed Java (version 1.4.2 or higher, preferably 1.5.0 or higher) on your system yourself.
+
+
Certain anti-virus software may cause a long
+ pause (as much as a minute or longer) near the end
+ of the download
+ process.
+
Our installer includes Java (version 1.5.0) for NetLogo’s private use only.
+ Other programs on your computer are not affected.
+
Want to run NetLogo using a Java VM you have
+ already installed yourself, instead of one bundled
+ with NetLogo? Click here
+ for cautions, technical information, and instructions.
+
+
+
+
+
diff --git a/src/pages/downloads/archive/html/4.0.0/windows.html b/src/pages/downloads/archive/html/4.0.0/windows.html
new file mode 100644
index 00000000..727ca401
--- /dev/null
+++ b/src/pages/downloads/archive/html/4.0.0/windows.html
@@ -0,0 +1,161 @@
+
+
+
+
+
+ NetLogo 4.0 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 4.0 for Windows
+
(without bundled Java)
+
September 25, 2007
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following detailed
+ technical information.
+
+
+
+ Even if you already have Java installed on your computer, it probably will not work with
+ NetLogo.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Sun does not install this option. It is only included in
+ Sun’s Java Development Kit (JDK).
+
+
+
If you are not a Java developer, then you probably have the JRE, not the JDK.
+
+
Therefore, if you want to run NetLogo with your own Java VM, you have two options:
+
+
+
Make sure that you have the full JDK for the Java you want to use, not just the JRE.
+
+
Or, you can edit a configuration file in order to make NetLogo work with the JRE.
+
+
+
+ We don’t recommend option 2, because NetLogo runs noticeably slower without the “server”
+ option.
+
+
+
+ If you choose option 2 anyway, here’s what to do. You have to tell NetLogo not to try to use the
+ “server” VM option. First, install NetLogo using the download on this page. Then, open NetLogo
+ 4.0.lax in a text editor such as Notepad, located in the directory where you installed NetLogo (by default
+ c:/Program Files/NetLogo 4.0). You need to remove the server option from the additional java options. So
+ change this section:
+
+
+
+# LAX.NL.JAVA.OPTION.ADDITIONAL
+# -----------------------------
+# don't load native libs from user dirs, only ours, also run server not client VM
+
+lax.nl.java.option.additional=-Djava.ext.dirs= -server -Dsun.java2d.noddraw=true
+
+
+
To look like this:
+
+
+# LAX.NL.JAVA.OPTION.ADDITIONAL
+# -----------------------------
+# don't load native libs from user dirs, only ours, also run server not client VM
+
+lax.nl.java.option.additional=-Djava.ext.dirs= -Dsun.java2d.noddraw=true
+
+
+
Again, remember that with this approach, performance is impaired.
Certain anti-virus software may cause a long
+ pause (as much as a minute or longer) near the end
+ of the download
+ process.
+
Our installer includes Java (version 1.5.0) for NetLogo’s private use only.
+ Other programs on your computer are not affected.
+
Want to run NetLogo using a Java VM you have
+ already installed yourself, instead of one bundled
+ with NetLogo? Click here
+ for cautions, technical information, and instructions.
+
+
+
+
+
diff --git a/src/pages/downloads/archive/html/4.0.1/windows.html b/src/pages/downloads/archive/html/4.0.1/windows.html
new file mode 100644
index 00000000..7751b457
--- /dev/null
+++ b/src/pages/downloads/archive/html/4.0.1/windows.html
@@ -0,0 +1,161 @@
+
+
+
+
+
+ NetLogo 4.0.1 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 4.0.1 for Windows
+
(without bundled Java)
+
October 31, 2007
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following detailed
+ technical information.
+
+
+
+ Even if you already have Java installed on your computer, it probably will not work with
+ NetLogo.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Sun does not install this option. It is only included in
+ Sun’s Java Development Kit (JDK).
+
+
+
If you are not a Java developer, then you probably have the JRE, not the JDK.
+
+
Therefore, if you want to run NetLogo with your own Java VM, you have two options:
+
+
+
Make sure that you have the full JDK for the Java you want to use, not just the JRE.
+
+
Or, you can edit a configuration file in order to make NetLogo work with the JRE.
+
+
+
+ We don’t recommend option 2, because NetLogo runs noticeably slower without the “server”
+ option.
+
+
+
+ If you choose option 2 anyway, here’s what to do. You have to tell NetLogo not to try to use the
+ “server” VM option. First, install NetLogo using the download on this page. Then, open NetLogo
+ 4.0.1.lax, located in the directory where you installed NetLogo (by default c:/Program Files/NetLogo 4.0.1),
+ in a text editor such as Notepad. You need to remove the -server option from the additional java
+ options. So change this section:
+
+
+
+# LAX.NL.JAVA.OPTION.ADDITIONAL
+# -----------------------------
+# don't load native libs from user dirs, only ours, also run server not client VM
+
+lax.nl.java.option.additional=-Djava.ext.dirs= -server -Dsun.java2d.noddraw=true
+
+
+
To look like this:
+
+
+# LAX.NL.JAVA.OPTION.ADDITIONAL
+# -----------------------------
+# don't load native libs from user dirs, only ours, also run server not client VM
+
+lax.nl.java.option.additional=-Djava.ext.dirs= -Dsun.java2d.noddraw=true
+
+
+
Again, remember that with this approach, performance is impaired.
Certain anti-virus software may cause a long
+ pause (as much as a minute or longer) near the end
+ of the download
+ process.
+
Our installer includes Java (version 1.5.0) for NetLogo’s private use only.
+ Other programs on your computer are not affected.
+
Want to run NetLogo using a Java VM you have
+ already installed yourself, instead of one bundled
+ with NetLogo? Click here
+ for cautions, technical information, and instructions.
+
+
+
+
+
diff --git a/src/pages/downloads/archive/html/4.0.2/windows.html b/src/pages/downloads/archive/html/4.0.2/windows.html
new file mode 100644
index 00000000..511aa059
--- /dev/null
+++ b/src/pages/downloads/archive/html/4.0.2/windows.html
@@ -0,0 +1,161 @@
+
+
+
+
+
+ NetLogo 4.0.2 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 4.0.2 for Windows
+
(without bundled Java)
+
December 5, 2007
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following detailed
+ technical information.
+
+
+
+ Even if you already have Java installed on your computer, it probably will not work with
+ NetLogo.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Sun does not install this option. It is only included in
+ Sun’s Java Development Kit (JDK).
+
+
+
If you are not a Java developer, then you probably have the JRE, not the JDK.
+
+
Therefore, if you want to run NetLogo with your own Java VM, you have two options:
+
+
+
Make sure that you have the full JDK for the Java you want to use, not just the JRE.
+
+
Or, you can edit a configuration file in order to make NetLogo work with the JRE.
+
+
+
+ We don’t recommend option 2, because NetLogo runs noticeably slower without the “server”
+ option.
+
+
+
+ If you choose option 2 anyway, here’s what to do. You have to tell NetLogo not to try to use the
+ “server” VM option. First, install NetLogo using the download on this page. Then, open NetLogo
+ 4.0.2.lax, located in the directory where you installed NetLogo (by default c:/Program Files/NetLogo 4.0.2),
+ in a text editor such as Notepad. You need to remove the -server option from the additional java
+ options. So change this section:
+
+
+
+# LAX.NL.JAVA.OPTION.ADDITIONAL
+# -----------------------------
+# don't load native libs from user dirs, only ours, also run server not client VM
+
+lax.nl.java.option.additional=-Djava.ext.dirs= -server -Dsun.java2d.noddraw=true
+
+
+
To look like this:
+
+
+# LAX.NL.JAVA.OPTION.ADDITIONAL
+# -----------------------------
+# don't load native libs from user dirs, only ours, also run server not client VM
+
+lax.nl.java.option.additional=-Djava.ext.dirs= -Dsun.java2d.noddraw=true
+
+
+
Again, remember that with this approach, performance is impaired.
Certain anti-virus software may cause a long
+ pause (as much as a minute or longer) near the end
+ of the download
+ process.
+
Our installer includes Java (version 1.5.0) for NetLogo’s private use only.
+ Other programs on your computer are not affected.
+
Want to run NetLogo using a Java VM you have
+ already installed yourself, instead of one bundled
+ with NetLogo? Click here
+ for cautions, technical information, and instructions.
+
+
+
+
+
diff --git a/src/pages/downloads/archive/html/4.0.3/windows.html b/src/pages/downloads/archive/html/4.0.3/windows.html
new file mode 100644
index 00000000..6316ccab
--- /dev/null
+++ b/src/pages/downloads/archive/html/4.0.3/windows.html
@@ -0,0 +1,161 @@
+
+
+
+
+
+ NetLogo 4.0.3 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 4.0.3 for Windows
+
(without bundled Java)
+
August 6, 2008
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following detailed
+ technical information.
+
+
+
+ Even if you already have Java installed on your computer, it probably will not work with
+ NetLogo.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Sun does not install this option. It is only included in
+ Sun’s Java Development Kit (JDK).
+
+
+
If you are not a Java developer, then you probably have the JRE, not the JDK.
+
+
Therefore, if you want to run NetLogo with your own Java VM, you have two options:
+
+
+
Make sure that you have the full JDK for the Java you want to use, not just the JRE.
+
+
Or, you can edit a configuration file in order to make NetLogo work with the JRE.
+
+
+
+ We don’t recommend option 2, because NetLogo runs noticeably slower without the “server”
+ option.
+
+
+
+ If you choose option 2 anyway, here’s what to do. You have to tell NetLogo not to try to use the
+ “server” VM option. First, install NetLogo using the download on this page. Then, open NetLogo
+ 4.0.3.lax, located in the directory where you installed NetLogo (by default c:/Program Files/NetLogo 4.0.3),
+ in a text editor such as Notepad. You need to remove the -server option from the additional java
+ options. So change this section:
+
+
+
+# LAX.NL.JAVA.OPTION.ADDITIONAL
+# -----------------------------
+# don't load native libs from user dirs, only ours, also run server not client VM
+
+lax.nl.java.option.additional=-Djava.ext.dirs= -server -Dsun.java2d.noddraw=true
+
+
+
To look like this:
+
+
+# LAX.NL.JAVA.OPTION.ADDITIONAL
+# -----------------------------
+# don't load native libs from user dirs, only ours, also run server not client VM
+
+lax.nl.java.option.additional=-Djava.ext.dirs= -Dsun.java2d.noddraw=true
+
+
+
Again, remember that with this approach, performance is impaired.
Certain anti-virus software may cause a long
+ pause (as much as a minute or longer) near the end
+ of the download
+ process.
+
Our installer includes Java (version 1.5.0) for NetLogo’s private use only.
+ Other programs on your computer are not affected.
+
Want to run NetLogo using a Java VM you have
+ already installed yourself, instead of one bundled
+ with NetLogo? Click here
+ for cautions, technical information, and instructions.
+
+
+
+
+
diff --git a/src/pages/downloads/archive/html/4.0.4/windows.html b/src/pages/downloads/archive/html/4.0.4/windows.html
new file mode 100644
index 00000000..74cef75d
--- /dev/null
+++ b/src/pages/downloads/archive/html/4.0.4/windows.html
@@ -0,0 +1,161 @@
+
+
+
+
+
+ NetLogo 4.0.4 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 4.0.4 for Windows
+
(without bundled Java)
+
November 24, 2008
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following detailed
+ technical information.
+
+
+
+ Even if you already have Java installed on your computer, it probably will not work with
+ NetLogo.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Sun does not install this option. It is only included in
+ Sun’s Java Development Kit (JDK).
+
+
+
If you are not a Java developer, then you probably have the JRE, not the JDK.
+
+
Therefore, if you want to run NetLogo with your own Java VM, you have two options:
+
+
+
Make sure that you have the full JDK for the Java you want to use, not just the JRE.
+
+
Or, you can edit a configuration file in order to make NetLogo work with the JRE.
+
+
+
+ We don’t recommend option 2, because NetLogo runs noticeably slower without the “server”
+ option.
+
+
+
+ If you choose option 2 anyway, here’s what to do. You have to tell NetLogo not to try to use the
+ “server” VM option. First, install NetLogo using the download on this page. Then, open NetLogo
+ 4.0.4.lax, located in the directory where you installed NetLogo (by default c:/Program Files/NetLogo 4.0.4),
+ in a text editor such as Notepad. You need to remove the -server option from the additional java
+ options. So change this section:
+
+
+
+# LAX.NL.JAVA.OPTION.ADDITIONAL
+# -----------------------------
+# don't load native libs from user dirs, only ours, also run server not client VM
+
+lax.nl.java.option.additional=-Djava.ext.dirs= -server -Dsun.java2d.noddraw=true
+
+
+
To look like this:
+
+
+# LAX.NL.JAVA.OPTION.ADDITIONAL
+# -----------------------------
+# don't load native libs from user dirs, only ours, also run server not client VM
+
+lax.nl.java.option.additional=-Djava.ext.dirs= -Dsun.java2d.noddraw=true
+
+
+
Again, remember that with this approach, performance is impaired.
Certain anti-virus software may cause a long
+ pause (as much as a minute or longer) near the end
+ of the download
+ process.
+
Our installer includes Java (version 1.5.0) for NetLogo’s private use only.
+ Other programs on your computer are not affected.
+
Want to run NetLogo using a Java VM you have
+ already installed yourself, instead of one bundled
+ with NetLogo? Click here
+ for cautions, technical information, and instructions.
+
+
+
+
+
diff --git a/src/pages/downloads/archive/html/4.0.5/windows.html b/src/pages/downloads/archive/html/4.0.5/windows.html
new file mode 100644
index 00000000..942fff97
--- /dev/null
+++ b/src/pages/downloads/archive/html/4.0.5/windows.html
@@ -0,0 +1,161 @@
+
+
+
+
+
+ NetLogo 4.0.5 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 4.0.5 for Windows
+
(without bundled Java)
+
December 14, 2009
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following detailed
+ technical information.
+
+
+
+ Even if you already have Java installed on your computer, it probably will not work with
+ NetLogo.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Sun does not install this option. It is only included in
+ Sun’s Java Development Kit (JDK).
+
+
+
If you are not a Java developer, then you probably have the JRE, not the JDK.
+
+
Therefore, if you want to run NetLogo with your own Java VM, you have two options:
+
+
+
Make sure that you have the full JDK for the Java you want to use, not just the JRE.
+
+
Or, you can edit a configuration file in order to make NetLogo work with the JRE.
+
+
+
+ We don’t recommend option 2, because NetLogo runs noticeably slower without the “server”
+ option.
+
+
+
+ If you choose option 2 anyway, here’s what to do. You have to tell NetLogo not to try to use the
+ “server” VM option. First, install NetLogo using the download on this page. Then, open NetLogo
+ 4.0.5.lax, located in the directory where you installed NetLogo (by default c:/Program Files/NetLogo 4.0.5),
+ in a text editor such as Notepad. You need to remove the -server option from the additional java
+ options. So change this section:
+
+
+
+# LAX.NL.JAVA.OPTION.ADDITIONAL
+# -----------------------------
+# don't load native libs from user dirs, only ours, also run server not client VM
+
+lax.nl.java.option.additional=-Djava.ext.dirs= -server -Dsun.java2d.noddraw=true
+
+
+
To look like this:
+
+
+# LAX.NL.JAVA.OPTION.ADDITIONAL
+# -----------------------------
+# don't load native libs from user dirs, only ours, also run server not client VM
+
+lax.nl.java.option.additional=-Djava.ext.dirs= -Dsun.java2d.noddraw=true
+
+
+
Again, remember that with this approach, performance is impaired.
Certain anti-virus software may cause a long
+ pause (as much as a minute or longer) near the end
+ of the download
+ process.
+
Our installer includes Java (version 1.5.0) for NetLogo’s private use only.
+ Other programs on your computer are not affected.
+
Want to run NetLogo using a Java VM you have
+ already installed yourself, instead of one bundled
+ with NetLogo? Click here
+ for cautions, technical information, and instructions.
+
+
+
+
+
diff --git a/src/pages/downloads/archive/html/4.0/windows.html b/src/pages/downloads/archive/html/4.0/windows.html
new file mode 100644
index 00000000..017e4db9
--- /dev/null
+++ b/src/pages/downloads/archive/html/4.0/windows.html
@@ -0,0 +1,161 @@
+
+
+
+
+
+ NetLogo 4.0.5 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 4.0.5 for Windows
+
(without bundled Java)
+
December 14, 2009
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following detailed
+ technical information.
+
+
+
+ Even if you already have Java installed on your computer, it probably will not work with
+ NetLogo.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Sun does not install this option. It is only included in
+ Sun’s Java Development Kit (JDK).
+
+
+
If you are not a Java developer, then you probably have the JRE, not the JDK.
+
+
Therefore, if you want to run NetLogo with your own Java VM, you have two options:
+
+
+
Make sure that you have the full JDK for the Java you want to use, not just the JRE.
+
+
Or, you can edit a configuration file in order to make NetLogo work with the JRE.
+
+
+
+ We don’t recommend option 2, because NetLogo runs noticeably slower without the “server”
+ option.
+
+
+
+ If you choose option 2 anyway, here’s what to do. You have to tell NetLogo not to try to use the
+ “server” VM option. First, install NetLogo using the download on this page. Then, open NetLogo
+ 4.0.5.lax, located in the directory where you installed NetLogo (by default c:/Program Files/NetLogo 4.0.5),
+ in a text editor such as Notepad. You need to remove the -server option from the additional java
+ options. So change this section:
+
+
+
+# LAX.NL.JAVA.OPTION.ADDITIONAL
+# -----------------------------
+# don't load native libs from user dirs, only ours, also run server not client VM
+
+lax.nl.java.option.additional=-Djava.ext.dirs= -server -Dsun.java2d.noddraw=true
+
+
+
To look like this:
+
+
+# LAX.NL.JAVA.OPTION.ADDITIONAL
+# -----------------------------
+# don't load native libs from user dirs, only ours, also run server not client VM
+
+lax.nl.java.option.additional=-Djava.ext.dirs= -Dsun.java2d.noddraw=true
+
+
+
Again, remember that with this approach, performance is impaired.
Certain anti-virus software may cause a long
+ pause (as much as a minute or longer) near the end
+ of the download
+ process.
+
Our installer includes Java 6 for NetLogo’s private use only.
+ Other programs on your computer are not affected.
+
Want to run NetLogo using a Java VM you have
+ already installed yourself, instead of one bundled
+ with NetLogo? Click here
+ for cautions, technical information, and instructions.
+
+
+
+
+
diff --git a/src/pages/downloads/archive/html/4.1.0/windows.html b/src/pages/downloads/archive/html/4.1.0/windows.html
new file mode 100644
index 00000000..a3bed22d
--- /dev/null
+++ b/src/pages/downloads/archive/html/4.1.0/windows.html
@@ -0,0 +1,122 @@
+
+
+
+
+
+ NetLogo 4.1 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 4.1 for Windows
+
(without bundled Java)
+
December 20, 2009
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following technical
+ information.
+
+
+
+ Even if you already have Java installed on your computer, using that Java may make NetLogo run slowly.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Sun does not install this option. It is only included in
+ Sun’s Java Development Kit (JDK).
+
+
+
+ If you are not a Java developer, then you probably have the JRE, not the JDK, and if you use it with
+ NetLogo, models will run substantially slower.
+
Certain anti-virus software may cause a long
+ pause (as much as a minute or longer) near the end
+ of the download
+ process.
+
Our installer includes Java 6 for NetLogo’s private use only.
+ Other programs on your computer are not affected.
+
Want to run NetLogo using a Java VM you have
+ already installed yourself, instead of one bundled
+ with NetLogo? Click here
+ for cautions, technical information, and instructions.
+
+
+
+
+
diff --git a/src/pages/downloads/archive/html/4.1.1/windows.html b/src/pages/downloads/archive/html/4.1.1/windows.html
new file mode 100644
index 00000000..dd43f850
--- /dev/null
+++ b/src/pages/downloads/archive/html/4.1.1/windows.html
@@ -0,0 +1,122 @@
+
+
+
+
+
+ NetLogo 4.1.1 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 4.1.1 for Windows
+
(without bundled Java)
+
August 4, 2010
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following technical
+ information.
+
+
+
+ Even if you already have Java installed on your computer, using that Java may make NetLogo run slowly.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Sun does not install this option. It is only included in
+ Sun’s Java Development Kit (JDK).
+
+
+
+ If you are not a Java developer, then you probably have the JRE, not the JDK, and if you use it with
+ NetLogo, models will run substantially slower.
+
Certain anti-virus software may cause a long
+ pause (as much as a minute or longer) near the end
+ of the download
+ process.
+
Our installer includes Java 6 for NetLogo’s private use only.
+ Other programs on your computer are not affected.
+
Want to run NetLogo using a Java VM you have
+ already installed yourself, instead of one bundled
+ with NetLogo? Click here
+ for cautions, technical information, and instructions.
+
+
+
+
+
diff --git a/src/pages/downloads/archive/html/4.1.2/windows.html b/src/pages/downloads/archive/html/4.1.2/windows.html
new file mode 100644
index 00000000..7cecbf35
--- /dev/null
+++ b/src/pages/downloads/archive/html/4.1.2/windows.html
@@ -0,0 +1,122 @@
+
+
+
+
+
+ NetLogo 4.1.2 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 4.1.2 for Windows
+
(without bundled Java)
+
December 6, 2010
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following technical
+ information.
+
+
+
+ Even if you already have Java installed on your computer, using that Java may make NetLogo run slowly.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Sun does not install this option. It is only included in
+ Sun’s Java Development Kit (JDK).
+
+
+
+ If you are not a Java developer, then you probably have the JRE, not the JDK, and if you use it with
+ NetLogo, models will run substantially slower.
+
Our installer includes Java 6 for NetLogo’s private use only.
+ Other programs on your computer are not affected.
+
Want to run NetLogo using a Java VM you have
+ already installed yourself, instead of one bundled
+ with NetLogo? Click here
+ for cautions, technical information, and instructions.
+
+
+
+
+
+
Notes for Linux users:
+
+
+
Some Linux distributions include a Java implementation which is not good
+ enough to run NetLogo. Make sure you are using Java from Sun, not OpenJDK.
+
+
+
+
+
diff --git a/src/pages/downloads/archive/html/4.1.3/windows.html b/src/pages/downloads/archive/html/4.1.3/windows.html
new file mode 100644
index 00000000..015a53ab
--- /dev/null
+++ b/src/pages/downloads/archive/html/4.1.3/windows.html
@@ -0,0 +1,122 @@
+
+
+
+
+
+ NetLogo 4.1.3 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 4.1.3 for Windows
+
(without bundled Java)
+
April 3, 2011
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following technical
+ information.
+
+
+
+ Even if you already have Java installed on your computer, using that Java may make NetLogo run slowly.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Sun does not install this option. It is only included in
+ Sun’s Java Development Kit (JDK).
+
+
+
+ If you are not a Java developer, then you probably have the JRE, not the JDK, and if you use it with
+ NetLogo, models will run substantially slower.
+
Our installer includes Java 6 for NetLogo’s private use only.
+ Other programs on your computer are not affected.
+
Want to run NetLogo using a Java VM you have
+ already installed yourself, instead of one bundled
+ with NetLogo? Click here
+ for cautions, technical information, and instructions.
+
+
+
+
+
+
Notes for Linux users:
+
+
+
Some Linux distributions include a Java implementation which is not good
+ enough to run NetLogo. Make sure you are using Java from Sun, not OpenJDK.
+
+
+
+
+
diff --git a/src/pages/downloads/archive/html/4.1/windows.html b/src/pages/downloads/archive/html/4.1/windows.html
new file mode 100644
index 00000000..b170e5df
--- /dev/null
+++ b/src/pages/downloads/archive/html/4.1/windows.html
@@ -0,0 +1,122 @@
+
+
+
+
+
+ NetLogo 4.1.3 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 4.1.3 for Windows
+
(without bundled Java)
+
April 3, 2011
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following technical
+ information.
+
+
+
+ Even if you already have Java installed on your computer, using that Java may make NetLogo run slowly.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Sun does not install this option. It is only included in
+ Sun’s Java Development Kit (JDK).
+
+
+
+ If you are not a Java developer, then you probably have the JRE, not the JDK, and if you use it with
+ NetLogo, models will run substantially slower.
+
+ Our installer includes Java 6 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ Want to run NetLogo using a Java VM you have already installed yourself, instead of one bundled with
+ NetLogo? Click here
+ for cautions, technical information, and instructions.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Some Linux distributions include a Java implementation which is not good enough to run NetLogo. If you
+ have trouble, try Java from Sun, not OpenJDK (or, try a newer OpenJDK).
+
+
+
diff --git a/src/pages/downloads/archive/html/5.0.0/windows.html b/src/pages/downloads/archive/html/5.0.0/windows.html
new file mode 100644
index 00000000..c00b744d
--- /dev/null
+++ b/src/pages/downloads/archive/html/5.0.0/windows.html
@@ -0,0 +1,122 @@
+
+
+
+
+
+ NetLogo 5.0 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 5.0 for Windows
+
(without bundled Java)
+
February 16, 2012
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following technical
+ information.
+
+
+
+ Even if you already have Java installed on your computer, using that Java may make NetLogo run slowly.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Sun does not install this option. It is only included in
+ Sun’s Java Development Kit (JDK).
+
+
+
+ If you are not a Java developer, then you probably have the JRE, not the JDK, and if you use it with
+ NetLogo, models may run somewhat slower.
+
+ Our installer includes Java 6 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ Want to run NetLogo using a Java VM you have already installed yourself, instead of one bundled with
+ NetLogo? Click here
+ for cautions, technical information, and instructions.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Some Linux distributions include a Java implementation which is not good enough to run NetLogo. If you
+ have trouble, try Java from Oracle, not OpenJDK (or, try a newer OpenJDK).
+
+
+
diff --git a/src/pages/downloads/archive/html/5.0.1/windows.html b/src/pages/downloads/archive/html/5.0.1/windows.html
new file mode 100644
index 00000000..fa0958ba
--- /dev/null
+++ b/src/pages/downloads/archive/html/5.0.1/windows.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+ NetLogo 5.0.1 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 5.0.1 for Windows
+
(without bundled Java)
+
April 12, 2012
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following technical
+ information.
+
+
+
+ Even if you already have Java installed on your computer, using that Java may make NetLogo run slowly.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Oracle does not install this option. It is only included in
+ Oracle’s Java Development Kit (JDK).
+
+
+
+ If you are not a Java developer, then you probably have the JRE, not the JDK, and if you use it with
+ NetLogo, models may run somewhat slower.
+
+ Our installer includes Java 6 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ Want to run NetLogo using a Java VM you have already installed yourself, instead of one bundled with
+ NetLogo? Click here
+ for cautions, technical information, and instructions.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Some Linux distributions include a Java implementation which is not good enough to run NetLogo. If you
+ have trouble, try Java from Oracle, not OpenJDK (or, try a newer OpenJDK).
+
+
+
diff --git a/src/pages/downloads/archive/html/5.0.2/windows.html b/src/pages/downloads/archive/html/5.0.2/windows.html
new file mode 100644
index 00000000..2d1b3601
--- /dev/null
+++ b/src/pages/downloads/archive/html/5.0.2/windows.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+ NetLogo 5.0.2 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 5.0.2 for Windows
+
(without bundled Java)
+
July 27, 2012
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following technical
+ information.
+
+
+
+ Even if you already have Java installed on your computer, using that Java may make NetLogo run slowly.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Oracle does not install this option. It is only included in
+ Oracle’s Java Development Kit (JDK).
+
+
+
+ If you are not a Java developer, then you probably have the JRE, not the JDK, and if you use it with
+ NetLogo, models may run somewhat slower.
+
+ Our installer includes Java 6 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ Want to run NetLogo using a Java VM you have already installed yourself, instead of one bundled with
+ NetLogo? Click here
+ for cautions, technical information, and instructions.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Some Linux distributions include a Java implementation which is not good enough to run NetLogo. If you
+ have trouble, try Java from Oracle, not OpenJDK
+ (or, try a newer OpenJDK).
+
+
+
diff --git a/src/pages/downloads/archive/html/5.0.3/windows.html b/src/pages/downloads/archive/html/5.0.3/windows.html
new file mode 100644
index 00000000..a4c0387d
--- /dev/null
+++ b/src/pages/downloads/archive/html/5.0.3/windows.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+ NetLogo 5.0.3 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 5.0.3 for Windows
+
(without bundled Java)
+
October 25, 2012
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following technical
+ information.
+
+
+
+ Even if you already have Java installed on your computer, using that Java may make NetLogo run slowly.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Oracle does not install this option. It is only included in
+ Oracle’s Java Development Kit (JDK).
+
+
+
+ If you are not a Java developer, then you probably have the JRE, not the JDK, and if you use it with
+ NetLogo, models may run somewhat slower.
+
+ Our installer includes Java 6 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ Want to run NetLogo using a Java VM you have already installed yourself, instead of one bundled with
+ NetLogo? Click here
+ for instructions, cautions, and download link.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Some Linux distributions include a Java implementation which is not good enough to run NetLogo. If you
+ have trouble, try Java from Oracle, not OpenJDK
+ (or, try a newer OpenJDK).
+
+
+
diff --git a/src/pages/downloads/archive/html/5.0.4/windows.html b/src/pages/downloads/archive/html/5.0.4/windows.html
new file mode 100644
index 00000000..f03d10d4
--- /dev/null
+++ b/src/pages/downloads/archive/html/5.0.4/windows.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+ NetLogo 5.0.4 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 5.0.4 for Windows
+
(without bundled Java)
+
March 19, 2013
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following technical
+ information.
+
+
+
+ Even if you already have Java installed on your computer, using that Java may make NetLogo run slowly.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Oracle does not install this option. It is only included in
+ Oracle’s Java Development Kit (JDK).
+
+
+
+ If you are not a Java developer, then you probably have the JRE, not the JDK, and if you use it with
+ NetLogo, models may run somewhat slower.
+
+ Our installer includes Java 6 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ Want to run NetLogo using a Java VM you have already installed yourself, instead of one bundled with
+ NetLogo? Click here
+ for instructions, cautions, and download link.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Some Linux distributions include a Java implementation which is not good enough to run NetLogo. If you
+ have trouble, try Java from Oracle, not OpenJDK
+ (or, try a newer OpenJDK).
+
+
+
diff --git a/src/pages/downloads/archive/html/5.0.5/windows.html b/src/pages/downloads/archive/html/5.0.5/windows.html
new file mode 100644
index 00000000..4e377621
--- /dev/null
+++ b/src/pages/downloads/archive/html/5.0.5/windows.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+ NetLogo 5.0.5 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 5.0.5 for Windows
+
(without bundled Java)
+
December 19, 2013
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following technical
+ information.
+
+
+
+ Even if you already have Java installed on your computer, using that Java may make NetLogo run slowly.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Oracle does not install this option. It is only included in
+ Oracle’s Java Development Kit (JDK).
+
+
+
+ If you are not a Java developer, then you probably have the JRE, not the JDK, and if you use it with
+ NetLogo, models may run somewhat slower.
+
+ Our installer includes Java 6 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ Want to run NetLogo using a Java VM you have already installed yourself, instead of one bundled with
+ NetLogo? Click here
+ for instructions, cautions, and download link.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Some Linux distributions include a Java implementation which is not good enough to run NetLogo. If you
+ have trouble, try Java from Oracle, not OpenJDK
+ (or, try a newer OpenJDK).
+
+
+
diff --git a/src/pages/downloads/archive/html/5.0/windows.html b/src/pages/downloads/archive/html/5.0/windows.html
new file mode 100644
index 00000000..a0cdd353
--- /dev/null
+++ b/src/pages/downloads/archive/html/5.0/windows.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+ NetLogo 5.1.0 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 5.1.0 for Windows
+
(without bundled Java)
+
July 25, 2014
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following technical
+ information.
+
+
+
+ Even if you already have Java installed on your computer, using that Java may make NetLogo run slowly.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Oracle does not install this option. It is only included in
+ Oracle’s Java Development Kit (JDK).
+
+
+
+ If you are not a Java developer, then you probably have the JRE, not the JDK, and if you use it with
+ NetLogo, models may run somewhat slower.
+
+ Our installer includes Java 6 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ Want to run NetLogo using a Java VM you have already installed yourself, instead of one bundled with
+ NetLogo? Click here
+ for cautions, technical information, and instructions.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Some Linux distributions include a Java implementation which is not good enough to run NetLogo. If you
+ have trouble, try Java from Oracle, not OpenJDK (or, try a newer OpenJDK).
+
+
+
diff --git a/src/pages/downloads/archive/html/5.1.0-M1/windows.html b/src/pages/downloads/archive/html/5.1.0-M1/windows.html
new file mode 100644
index 00000000..a3d0093f
--- /dev/null
+++ b/src/pages/downloads/archive/html/5.1.0-M1/windows.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+ NetLogo 5.1.0-M1 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 5.1.0-M1 for Windows
+
(without bundled Java)
+
INTERIM DEVEL BUILD
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following technical
+ information.
+
+
+
+ Even if you already have Java installed on your computer, using that Java may make NetLogo run slowly.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Oracle does not install this option. It is only included in
+ Oracle’s Java Development Kit (JDK).
+
+
+
+ If you are not a Java developer, then you probably have the JRE, not the JDK, and if you use it with
+ NetLogo, models may run somewhat slower.
+
+ Our installer includes Java 6 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ Want to run NetLogo using a Java VM you have already installed yourself, instead of one bundled with
+ NetLogo? Click here
+ for cautions, technical information, and instructions.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Some Linux distributions include a Java implementation which is not good enough to run NetLogo. If you
+ have trouble, try Java from Oracle, not OpenJDK
+ (or, try a newer OpenJDK).
+
+
+
diff --git a/src/pages/downloads/archive/html/5.1.0-M2/windows.html b/src/pages/downloads/archive/html/5.1.0-M2/windows.html
new file mode 100644
index 00000000..bb633da4
--- /dev/null
+++ b/src/pages/downloads/archive/html/5.1.0-M2/windows.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+ NetLogo 5.1.0-M2 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 5.1.0-M2 for Windows
+
(without bundled Java)
+
INTERIM DEVEL BUILD
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following technical
+ information.
+
+
+
+ Even if you already have Java installed on your computer, using that Java may make NetLogo run slowly.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Oracle does not install this option. It is only included in
+ Oracle’s Java Development Kit (JDK).
+
+
+
+ If you are not a Java developer, then you probably have the JRE, not the JDK, and if you use it with
+ NetLogo, models may run somewhat slower.
+
+ Our installer includes Java 6 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ Want to run NetLogo using a Java VM you have already installed yourself, instead of one bundled with
+ NetLogo? Click here
+ for instructions, cautions, and download link.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Some Linux distributions include a Java implementation which is not good enough to run NetLogo. If you
+ have trouble, try Java from Oracle, not OpenJDK
+ (or, try a newer OpenJDK).
+
+
+
diff --git a/src/pages/downloads/archive/html/5.1.0/windows.html b/src/pages/downloads/archive/html/5.1.0/windows.html
new file mode 100644
index 00000000..c567fcd3
--- /dev/null
+++ b/src/pages/downloads/archive/html/5.1.0/windows.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+ NetLogo 5.1.0 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 5.1.0 for Windows
+
(without bundled Java)
+
July 25, 2014
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following technical
+ information.
+
+
+
+ Even if you already have Java installed on your computer, using that Java may make NetLogo run slowly.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Oracle does not install this option. It is only included in
+ Oracle’s Java Development Kit (JDK).
+
+
+
+ If you are not a Java developer, then you probably have the JRE, not the JDK, and if you use it with
+ NetLogo, models may run somewhat slower.
+
+ Our installer includes Java 6 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ Want to run NetLogo using a Java VM you have already installed yourself, instead of one bundled with
+ NetLogo? Click here
+ for instructions, cautions, and download link.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Some Linux distributions include a Java implementation which is not good enough to run NetLogo. If you
+ have trouble, try Java from Oracle, not OpenJDK
+ (or, try a newer OpenJDK).
+
+
+
diff --git a/src/pages/downloads/archive/html/5.1/windows.html b/src/pages/downloads/archive/html/5.1/windows.html
new file mode 100644
index 00000000..14f84c22
--- /dev/null
+++ b/src/pages/downloads/archive/html/5.1/windows.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+ NetLogo 5.1.0 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 5.1.0 for Windows
+
(without bundled Java)
+
July 25, 2014
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following technical
+ information.
+
+
+
+ Even if you already have Java installed on your computer, using that Java may make NetLogo run slowly.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Oracle does not install this option. It is only included in
+ Oracle’s Java Development Kit (JDK).
+
+
+
+ If you are not a Java developer, then you probably have the JRE, not the JDK, and if you use it with
+ NetLogo, models may run somewhat slower.
+
+ Our installer includes Java 6 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ Want to run NetLogo using a Java VM you have already installed yourself, instead of one bundled with
+ NetLogo? Click here
+ for instructions, cautions, and download link.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Some Linux distributions include a Java implementation which is not good enough to run NetLogo. If you
+ have trouble, try Java from Oracle, not OpenJDK
+ (or, try a newer OpenJDK).
+
+
+
diff --git a/src/pages/downloads/archive/html/5.2-RC2/windows.html b/src/pages/downloads/archive/html/5.2-RC2/windows.html
new file mode 100644
index 00000000..30d78e3f
--- /dev/null
+++ b/src/pages/downloads/archive/html/5.2-RC2/windows.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+ NetLogo 5.2-RC2 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 5.2-RC2 for Windows
+
(without bundled Java)
+
January 26, 2015
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following technical
+ information.
+
+
+
+ Even if you already have Java installed on your computer, using that Java may make NetLogo run slowly.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Oracle does not install this option. It is only included in
+ Oracle’s Java Development Kit (JDK).
+
+
+
+ If you are not a Java developer, then you probably have the JRE, not the JDK, and if you use it with
+ NetLogo, models may run somewhat slower.
+
+ Our installer includes Java 6 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ Want to run NetLogo using a Java VM you have already installed yourself, instead of one bundled with
+ NetLogo? Click here
+ for instructions, cautions, and download link.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Some Linux distributions include a Java implementation which is not good enough to run NetLogo. If you
+ have trouble, try Java from Oracle, not OpenJDK
+ (or, try a newer OpenJDK).
+
+
+
diff --git a/src/pages/downloads/archive/html/5.2-RC3/windows.html b/src/pages/downloads/archive/html/5.2-RC3/windows.html
new file mode 100644
index 00000000..09b5bcf9
--- /dev/null
+++ b/src/pages/downloads/archive/html/5.2-RC3/windows.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+ NetLogo 5.2-RC3 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 5.2-RC3 for Windows
+
(without bundled Java)
+
January 26, 2015
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following technical
+ information.
+
+
+
+ Even if you already have Java installed on your computer, using that Java may make NetLogo run slowly.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Oracle does not install this option. It is only included in
+ Oracle’s Java Development Kit (JDK).
+
+
+
+ If you are not a Java developer, then you probably have the JRE, not the JDK, and if you use it with
+ NetLogo, models may run somewhat slower.
+
+ Our installer includes Java 6 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ Want to run NetLogo using a Java VM you have already installed yourself, instead of one bundled with
+ NetLogo? Click here
+ for instructions, cautions, and download link.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Some Linux distributions include a Java implementation which is not good enough to run NetLogo. If you
+ have trouble, try Java from Oracle, not OpenJDK
+ (or, try a newer OpenJDK).
+
+
+
diff --git a/src/pages/downloads/archive/html/5.2.0-RC4/windows.html b/src/pages/downloads/archive/html/5.2.0-RC4/windows.html
new file mode 100644
index 00000000..fe14cec3
--- /dev/null
+++ b/src/pages/downloads/archive/html/5.2.0-RC4/windows.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+ NetLogo 5.2.0-RC4 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 5.2.0-RC4 for Windows
+
(without bundled Java)
+
March 21, 2015
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following technical
+ information.
+
+
+
+ Even if you already have Java installed on your computer, using that Java may make NetLogo run slowly.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Oracle does not install this option. It is only included in
+ Oracle’s Java Development Kit (JDK).
+
+
+
+ If you are not a Java developer, then you probably have the JRE, not the JDK, and if you use it with
+ NetLogo, models may run somewhat slower.
+
+ Some users have experienced problems after upgrading their version of OS X to the Yosemite OS. Installing
+ the aforementioned Java6 package will fix the issue. Please see
+ these notes
+ for more information.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Our installer includes Java 6 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ Want to run NetLogo using a Java VM you have already installed yourself, instead of one bundled with
+ NetLogo? Click here
+ for instructions, cautions, and download link.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Some Linux distributions include a Java implementation which is not good enough to run NetLogo. If you
+ have trouble, try Java from Oracle, not OpenJDK
+ (or, try a newer OpenJDK).
+
+
+
diff --git a/src/pages/downloads/archive/html/5.2.0-RC5/windows.html b/src/pages/downloads/archive/html/5.2.0-RC5/windows.html
new file mode 100644
index 00000000..c7824a4a
--- /dev/null
+++ b/src/pages/downloads/archive/html/5.2.0-RC5/windows.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+ NetLogo 5.2.0-RC5 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 5.2.0-RC5 for Windows
+
(without bundled Java)
+
April 1, 2015
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following technical
+ information.
+
+
+
+ Even if you already have Java installed on your computer, using that Java may make NetLogo run slowly.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Oracle does not install this option. It is only included in
+ Oracle’s Java Development Kit (JDK).
+
+
+
+ If you are not a Java developer, then you probably have the JRE, not the JDK, and if you use it with
+ NetLogo, models may run somewhat slower.
+
+ Some users have experienced problems after upgrading their version of OS X to the Yosemite OS. Installing
+ the aforementioned Java6 package will fix the issue. Please see
+ these notes
+ for more information.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Our installer includes Java 6 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ Want to run NetLogo using a Java VM you have already installed yourself, instead of one bundled with
+ NetLogo? Click here
+ for instructions, cautions, and download link.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Some Linux distributions include a Java implementation which is not good enough to run NetLogo. If you
+ have trouble, try Java from Oracle, not OpenJDK
+ (or, try a newer OpenJDK).
+
+
+
diff --git a/src/pages/downloads/archive/html/5.2.0/windows.html b/src/pages/downloads/archive/html/5.2.0/windows.html
new file mode 100644
index 00000000..ad496cf1
--- /dev/null
+++ b/src/pages/downloads/archive/html/5.2.0/windows.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+ NetLogo 5.2 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 5.2 for Windows
+
(without bundled Java)
+
April 3, 2015
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following technical
+ information.
+
+
+
+ Even if you already have Java installed on your computer, using that Java may make NetLogo run slowly.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Oracle does not install this option. It is only included in
+ Oracle’s Java Development Kit (JDK).
+
+
+
+ If you are not a Java developer, then you probably have the JRE, not the JDK, and if you use it with
+ NetLogo, models may run somewhat slower.
+
+ Some users have experienced problems after upgrading their version of OS X to the Yosemite OS. Installing
+ the aforementioned Java6 package will fix the issue. Please see
+ these notes
+ for more information.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Our installer includes Java 6 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ Want to run NetLogo using a Java VM you have already installed yourself, instead of one bundled with
+ NetLogo? Click here
+ for instructions, cautions, and download link.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Some Linux distributions include a Java implementation which is not good enough to run NetLogo. If you
+ have trouble, try Java from Oracle, not OpenJDK
+ (or, try a newer OpenJDK).
+
+
+
diff --git a/src/pages/downloads/archive/html/5.2.1/windows.html b/src/pages/downloads/archive/html/5.2.1/windows.html
new file mode 100644
index 00000000..b20ab88d
--- /dev/null
+++ b/src/pages/downloads/archive/html/5.2.1/windows.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+ NetLogo 5.2.1 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 5.2.1 for Windows
+
(without bundled Java)
+
October 1, 2015
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following technical
+ information.
+
+
+
+ Even if you already have Java installed on your computer, using that Java may make NetLogo run slowly.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Oracle does not install this option. It is only included in
+ Oracle’s Java Development Kit (JDK).
+
+
+
+ If you are not a Java developer, then you probably have the JRE, not the JDK, and if you use it with
+ NetLogo, models may run somewhat slower.
+
+ Some users have experienced problems after upgrading their version of OS X to the Yosemite OS. Installing
+ the aforementioned Java6 package will fix the issue. Please see
+ these notes
+ for more information.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Our installer includes Java 6 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ Want to run NetLogo using a Java VM you have already installed yourself, instead of one bundled with
+ NetLogo? Click here
+ for instructions, cautions, and download link.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Some Linux distributions include a Java implementation which is not good enough to run NetLogo. If you
+ have trouble, try Java from Oracle, not OpenJDK
+ (or, try a newer OpenJDK).
+
+
+
diff --git a/src/pages/downloads/archive/html/5.2/windows.html b/src/pages/downloads/archive/html/5.2/windows.html
new file mode 100644
index 00000000..48b122d5
--- /dev/null
+++ b/src/pages/downloads/archive/html/5.2/windows.html
@@ -0,0 +1,120 @@
+
+
+
+
+
+ NetLogo 5.2.1 for Windows without bundled Java
+
+
+
+
+
+
+
+
+
+
NetLogo 5.2.1 for Windows
+
(without bundled Java)
+
October 1, 2015
+
+
+
+
+
+
+
+
+
+
+
+ Most Windows users should choose the NetLogo download with bundled Java, available from the
+ main download page.
+
+
+
There are two reasons you might want to use the download on this page instead:
+
+
+
You want a smaller download so it arrives faster and uses up less space on your hard drive.
+
+
+ For specific technical reasons of your own, you want to run NetLogo using a different Java than the one we
+ bundle.
+
+
+
+
+ If you think the download on this page might be appropriate for you, please read the following technical
+ information.
+
+
+
+ Even if you already have Java installed on your computer, using that Java may make NetLogo run slowly.
+
+
+
+ For maximum performance, NetLogo uses a special option called the “server” VM. The default Java
+ Runtime Environment (JRE) installer from Oracle does not install this option. It is only included in
+ Oracle’s Java Development Kit (JDK).
+
+
+
+ If you are not a Java developer, then you probably have the JRE, not the JDK, and if you use it with
+ NetLogo, models may run somewhat slower.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ NetLogo 5.3-RC1 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier. There are no functional changes
+ between 5.2.1 and 5.3.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ NetLogo 5.3 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier. There are no functional changes
+ between 5.2.1 and 5.3.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ NetLogo 5.3.1-RC1 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier. There are no functional changes
+ between 5.2.1 and 5.3.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ NetLogo 5.3.1-RC2 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier. There are no functional changes
+ between 5.2.1 and 5.3.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ NetLogo 5.3.1-RC3 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier. There are no functional changes
+ between 5.2.1 and 5.3.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ NetLogo 5.3.1 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier. There are no functional changes
+ between 5.2.1 and 5.3.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ NetLogo 5.3.1 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier. There are no functional changes
+ between 5.2.1 and 5.3.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ NetLogo 6.0-BETA1 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier. There are no functional changes
+ between 5.2.1 and 5.3.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ NetLogo 6.0-BETA2 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier. There are no functional changes
+ between 5.2.1 and 5.3.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ NetLogo 6.0-CONSTRUCTIONISM-2016-PREVIEW requires OS X 10.7.4 or higher. If you need to run NetLogo on an
+ older version, please consider
+ NetLogo 5.2.1
+ or earlier. There are no functional changes
+ between 5.2.1 and 5.3.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ NetLogo 6.0-M1 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier. There are no functional changes
+ between 5.2.1 and 5.3.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ NetLogo 6.0-M2 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier. There are no functional changes
+ between 5.2.1 and 5.3.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ NetLogo 6.0-M3 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier. There are no functional changes
+ between 5.2.1 and 5.3.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ NetLogo 6.0-M4 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier. There are no functional changes
+ between 5.2.1 and 5.3.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ NetLogo 6.0-M5 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier. There are no functional changes
+ between 5.2.1 and 5.3.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ NetLogo 6.0-M6 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier. There are no functional changes
+ between 5.2.1 and 5.3.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ NetLogo 6.0-M7 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier. There are no functional changes
+ between 5.2.1 and 5.3.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ NetLogo 6.0-M8 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier. There are no functional changes
+ between 5.2.1 and 5.3.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ NetLogo 6.0-M9 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier. There are no functional changes
+ between 5.2.1 and 5.3.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ NetLogo 6.0 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier. There are no functional changes
+ between 5.2.1 and 5.3.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ NetLogo 6.0.1-M1 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier. There are no functional changes
+ between 5.2.1 and 5.3.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ NetLogo 6.0.1-RC1 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier. There are no functional changes
+ between 5.2.1 and 5.3.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ Some users have reported problems running NetLogo 6 on Mac OS Sierra. We're continuing to investigate this
+ and hope to find a fix soon. For the latest updates and workaround information, please see our
+ known issues page.
+
+
+ NetLogo 6.0.1 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ Some users have reported problems running NetLogo 6 on Mac OS Sierra. We're continuing to investigate this
+ and hope to find a fix soon. For the latest updates and workaround information, please see our
+ known issues page.
+
+
+ NetLogo 6.0.2 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ Some users have reported problems running NetLogo 6 on Mac OS Sierra. We're continuing to investigate this
+ and hope to find a fix soon. For the latest updates and workaround information, please see our
+ known issues page.
+
+
+ NetLogo 6.0.2 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ Some users have reported problems running NetLogo 6 on Mac OS Sierra. We're continuing to investigate this
+ and hope to find a fix soon. For the latest updates and workaround information, please see our
+ known issues page.
+
+
+ NetLogo 6.0.3 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ Some users have reported problems running NetLogo 6 on Mac OS Sierra. We're continuing to investigate this
+ and hope to find a fix soon. For the latest updates and workaround information, please see our
+ known issues page.
+
+
+ NetLogo 6.0.4 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ Some users have reported problems running NetLogo 6 on Mac OS Sierra. We're continuing to investigate this
+ and hope to find a fix soon. For the latest updates and workaround information, please see our
+ known issues page.
+
+
+ NetLogo 6.0.4 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ NetLogo 6.0-M6 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier. There are no functional changes
+ between 5.2.1 and 5.3.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Notes for Mac OS X users:
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ Some users have reported problems running NetLogo 6 on Mac OS Sierra. We're continuing to investigate this
+ and hope to find a fix soon. For the latest updates and workaround information, please see our
+ known issues page.
+
+
+ NetLogo 6.1.0 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier.
+
+
+
+
+
+
Notes for Windows users:
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ Notes for Linux users:
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ Some users have reported problems running NetLogo 6+ on Mac OS Catalina, Mojave, High Sierra, and Sierra
+ (10.12 - 10.15). We're continuing to investigate this and hope to find a fix soon. For the latest updates
+ and workaround information, please see our
+ known issues page.
+
+
+ NetLogo 6.1.1 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ Some users have reported problems running NetLogo 6+ on Mac OS Catalina, Mojave, High Sierra, and Sierra
+ (10.12 - 10.15). We're continuing to investigate this and hope to find a fix soon. For the latest updates
+ and workaround information, please see our
+ known issues page.
+
+
+ NetLogo 6.1.1 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Notes for Mac OS X users:
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ Some users have reported problems running NetLogo 6+ on Mac OS Catalina, Mojave, High Sierra, and Sierra
+ (10.12 - 10.15). We're continuing to investigate this and hope to find a fix soon. For the latest updates
+ and workaround information, please see our
+ known issues page.
+
+
+ NetLogo 6.2.0 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier.
+
+
+
+
+
+
Notes for Windows users:
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ Notes for Linux users:
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ Some users have reported problems running NetLogo 6+ on Mac OS Catalina, Mojave, High Sierra, and Sierra
+ (10.12 - 10.15). We're continuing to investigate this and hope to find a fix soon. For the latest updates
+ and workaround information, please see our
+ known issues page.
+
+
+ NetLogo 6.2.1 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ Some users have reported problems running NetLogo 6+ on Mac OS Catalina, Mojave, High Sierra, and Sierra
+ (10.12 - 10.15). We're continuing to investigate this and hope to find a fix soon. For the latest updates
+ and workaround information, please see our
+ known issues page.
+
+
+ NetLogo 6.2.2 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ Some users have reported problems running NetLogo 6+ on Mac OS Catalina, Mojave, High Sierra, and Sierra
+ (10.12 - 10.15). We're continuing to investigate this and hope to find a fix soon. For the latest updates
+ and workaround information, please see our
+ known issues page.
+
+
+ NetLogo 6.2.2 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If in doubt about which version to download, choose 32-bit, which works on either 32-bit or 64-bit
+ Windows. More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 8 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Notes for Mac OS X users:
+
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ Some users have reported problems running NetLogo 6+ on Mac OS Catalina, Mojave, High Sierra, and Sierra
+ (10.12 - 10.15). We're continuing to investigate this and hope to find a fix soon. For the latest updates
+ and workaround information, please see our
+ known issues page.
+
+
+ NetLogo 6.3.0 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier.
+
+
+
+
+
+
Notes for Windows users:
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If you are not sure about which version to download and your computer was made after 2005, choose 64-bit.
+ More information is available
+ Notes for Linux users:
+
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ Some users have reported problems running NetLogo 6+ on Mac OS Catalina, Mojave, High Sierra, and Sierra
+ (10.12 - 10.15). We're continuing to investigate this and hope to find a fix soon. For the latest updates
+ and workaround information, please see our
+ known issues page.
+
+
+ NetLogo 6.3.0 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If you are not sure about which version to download and your computer was made after 2005, choose 64-bit.
+ More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Notes for Mac OS X users:
+
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ Some users have reported problems running NetLogo 6+ on Mac OS Catalina, Mojave, High Sierra, and Sierra
+ (10.12 - 10.15). We're continuing to investigate this and hope to find a fix soon. For the latest updates
+ and workaround information, please see our
+ known issues page.
+
+
+ NetLogo 6.4.0-beta1 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier.
+
+
+
+
+
+
Notes for Windows users:
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If you are not sure about which version to download and your computer was made after 2005, choose 64-bit.
+ More information is available
+ Notes for Linux users:
+
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Notes for Mac OS X users:
+
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ Some users have reported problems running NetLogo 6+ on Mac OS Catalina, Mojave, High Sierra, and Sierra
+ (10.12 - 10.15). We're continuing to investigate this and hope to find a fix soon. For the latest updates
+ and workaround information, please see our
+ known issues page.
+
+
+ NetLogo 6.4.0 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier.
+
+
+
+
+
+
Notes for Windows users:
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If you are not sure about which version to download and your computer was made after 2005, choose 64-bit.
+ More information is available
+ Notes for Linux users:
+
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ Some users have reported problems running NetLogo 6+ on Mac OS Catalina, Mojave, High Sierra, and Sierra
+ (10.12 - 10.15). We're continuing to investigate this and hope to find a fix soon. For the latest updates
+ and workaround information, please see our
+ known issues page.
+
+
+ NetLogo 6.4.0 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If you are not sure about which version to download and your computer was made after 2005, choose 64-bit.
+ More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ Some users have reported problems running NetLogo 6+ on Mac OS Catalina, Mojave, High Sierra, and Sierra
+ (10.12 - 10.15). We're continuing to investigate this and hope to find a fix soon. For the latest updates
+ and workaround information, please see our
+ known issues page.
+
+
+ NetLogo 7.0.0-beta1 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If you are not sure about which version to download and your computer was made after 2005, choose 64-bit.
+ More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ Some users have reported problems running NetLogo 6+ on Mac OS Catalina, Mojave, High Sierra, and Sierra
+ (10.12 - 10.15). We're continuing to investigate this and hope to find a fix soon. For the latest updates
+ and workaround information, please see our
+ known issues page.
+
+
+ NetLogo 7.0.0-beta2 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If you are not sure about which version to download and your computer was made after 2005, choose 64-bit.
+ More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ Some users have reported problems running NetLogo 6+ on Mac OS Catalina, Mojave, High Sierra, and Sierra
+ (10.12 - 10.15). We're continuing to investigate this and hope to find a fix soon. For the latest updates
+ and workaround information, please see our
+ known issues page.
+
+
+ NetLogo 7.0.0 requires OS X 10.7.4 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If you are not sure about which version to download and your computer was made after 2005, choose 64-bit.
+ More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ Some users have reported problems running NetLogo 6+ on Mac OS Catalina, Mojave, High Sierra, and Sierra
+ (10.12 - 10.15). We're continuing to investigate this and hope to find a fix soon. For the latest updates
+ and workaround information, please see our
+ known issues page.
+
+
+ NetLogo 7.0.1 requires OS X 10.8.3 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If you are not sure about which version to download and your computer was made after 2005, choose 64-bit.
+ More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ Some users have reported problems running NetLogo 6+ on Mac OS Catalina, Mojave, High Sierra, and Sierra
+ (10.12 - 10.15). We're continuing to investigate this and hope to find a fix soon. For the latest updates
+ and workaround information, please see our
+ known issues page.
+
+
+ NetLogo 7.0.2 requires OS X 10.8.3 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If you are not sure about which version to download and your computer was made after 2005, choose 64-bit.
+ More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+ NetLogo is free, open source software.
+ Your donations (tax deductible) will help us continue to maintain and improve it.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Notes for Mac OS X users:
+
+
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ Some users have reported problems running NetLogo 6+ on Mac OS Catalina, Mojave, High Sierra, and Sierra
+ (10.12 - 10.15). We're continuing to investigate this and hope to find a fix soon. For the latest updates
+ and workaround information, please see our
+ known issues page.
+
+
+ NetLogo 7.0.3-beta1 requires OS X 10.8.3 or higher. If you need to run NetLogo on an older version, please
+ consider
+ NetLogo 5.2.1
+ or earlier.
+
+
+
+
+
+
+ Notes for Windows users:
+
+
+
+
+ Some users will see a Windows warning "Windows protected your PC" when running the installer. You can
+ continue to install NetLogo by clicking "More Info" in the prompt and then "Run Anyway".
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+ If you are not sure about which version to download and your computer was made after 2005, choose 64-bit.
+ More information is available
+ on the requirements page.
+
+
+
+
+
+
+
+ Notes for Linux users:
+
+
+
+
+ Our installer includes Java 17 for NetLogo’s private use only. Other programs on your computer are
+ not affected.
+
+
+
diff --git a/src/pages/downloads/archive/mountain-lion.astro b/src/pages/downloads/archive/mountain-lion.astro
new file mode 100644
index 00000000..6b1013f0
--- /dev/null
+++ b/src/pages/downloads/archive/mountain-lion.astro
@@ -0,0 +1,51 @@
+---
+import Layout from '../../../layouts/Layout.astro';
+
+const title = 'NetLogo OS X Compatibility Info';
+---
+
+
+
+
NetLogo OS X 10.8 and later Compatibility Info
+
+
Depending on your system settings, installation of NetLogo may be blocked by Apple's "Gatekeeper" feature.
+
+
NetLogo versions before 5.0.4
+
+
+ If you try to install older NetLogo versions on OS X 10.8 or later, when you try to open the disk image you'll get
+ a rather alarming-seeming dialog that says NetLogo is "damaged and can't be opened. You should move it to the
+ trash." The OS is wrong; the application is fine. In order to open the disk image, you just need to open System
+ Preferences, go to the Security & Privacy panel, and change the "Allow applications downloaded from:" setting
+ for Gatekeeper to "Anywhere".
+
+
NetLogo versions since 5.0.4
+
+
+ Versions of NetLogo 5.0.4 and later will still be blocked if your Gatekeeper is set to "Mac Store App" only, but
+ instead of Gatekeeper telling you that the file is damaged, it will tell you that it was not downloaded from the
+ app store. Setting your Gatekeeper to "Mac App Store and identified developers" will permit installation.
+
+
+ The first time you open NetLogo, you will see a dialog informing you that "NetLogo is an application
+ downloaded from the Internet. Are you sure you want to open it?" Clicking "Open" will dismiss the dialog and
+ prevent it from showing when launching NetLogo in the future.
+
+
+ Note that NetLogo should be installed and launched for the first time by the same account (one with
+ administrator privileges). Gatekeeper appears to prevent non-administrator users from opening applications
+ downloaded from the internet.
+
+