|
Installation
Download, installation & requirementsThe onedotzero identity generator has been developed in Java 6 and so will be able to run on Windows, OS X and Linux systems (although it so far has not been tested on Linux). You'll need a compatible version Java in order to run the software. Instructions are explained for each platform below. The software has been developed on a 2009 MacBook with 4GB RAM, but we assume the following as... Minimum hardware requirements
Mac OS XRequirementsOS X comes with different versions of Java pre-installed, however Apple does NOT offer the latest version for all CPU architectures and versions of their OS. At the moment you can only run Java 6 software with these combinations:
Unless you're already running Snow Leopard, you should ensure you have actually updated to the latest version via the standard Software Update mechanism. You can check which version is currently installed by opening Terminal and typing java -version The output should look something like this: java version "1.6.0_15" Java(TM) SE Runtime Environment (build 1.6.0_15-b03-226) Java HotSpot(TM) 64-Bit Server VM (build 14.1-b02-92, mixed mode) If the version number is less than 1.6.x, open Java Preferences (located in Applications > Utilities) and use drag & drop to arrange the order of Java Runtimes for Java applications as below (if you don't have a 64bit machine, you'll need to upgrade to Snow Leopard which does support Java 6 on older 32bit machines): Installation
Once running, go on and read the UserGuide to learn how everything works and how the visuals can be tweaked. WindowsRequirementsWindows does not come with Java pre-installed and unless you're confident that you have a recent version of Java installed, head over to java.sun.com and download & install the latest version (Java 6 Update 16 at the time of writing). Important: If you're planning to do any development work with this or any other Java project, download the JDK (Java Development Kit) version, else just get the JRE (Java Runtime Environment). You can check which version is currently installed like this:
The output should look something like this: // TODO insert cmd output Installation
Once running, go on and read the UserGuide to learn how everything works and can be tweaked... | ||||||||
