Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2023-01-15 | 1.7 kB | |
Statistics101_5.8.zip | 2023-01-15 | 8.5 MB | |
installStatistics101_5.8.jar | 2023-01-15 | 8.1 MB | |
Statistics101_nbProject.zip | 2023-01-15 | 72.1 MB | |
Totals: 4 Items | 88.7 MB | 0 |
If you want just the Statistics101 **program**, download either Statistics101_X.X.zip file or the installer, InstallStatistics101_X.X.jar. Then, For the zip file: 1. Extract the folder from the zip file. 2. Put the extracted folder in a convenient place on your hard drive. For example, in Windows, suggest installing in C:\Users\Public. 3. The Statistics101.jar file must remain in the extracted folder; do not move it. Instead, create a shortcut to the Statistics101.jar file and put it on your desktop (or other preferred place) for easy access. For the Installer: 1. Download the installStatistics101_X.X.jar file. 2. Double-click the downloaded file. (You must have Java JRE installed on your computer. Get it at java.com) 3. Follow the instructions. 4. The Statistics101.jar file must remain in the installation folder; do not move it. Instead, create a shortcut to the Statistics101.jar file and put it on your desktop (or other preferred place) for easy access. ----------------- If you want the Statistics101 **source code**, download Statistics101_nbProject.zip and unzip it. The resulting folder has the source code and build information usable with the NetBeans IDE. Put the **Statistics101_nbProject** folder in a convenient place, for example in the directory that holds your other NetBeans projects. You can then open it with NetBeans. Edit the nbBuild.xml file to set these lines (lines 9-11) to fit your directory structure: <property name="version" value="5.8/> <property name="projectDir" value="C:\nbProjects\Statistics101\" /> The "version" refers to the version number of the Statistics101 program.