Difference between revisions of "Application installation (especially for people not real familiar with Java)."

From OpenRocket wiki
Jump to navigation Jump to search
(→‎General: Updated link for OpenRocket download)
(→‎Linux Users: Updated link for OpenRocket download from 0.9.4 to 14.11; corrected the link for Java)
Line 21: Line 21:
 
== Linux Users ==
 
== Linux Users ==
 
Some Linux distributions ship with Java, while others do not. Check to see if it is installed on your system.  
 
Some Linux distributions ship with Java, while others do not. Check to see if it is installed on your system.  
# make sure you have [https://sourceforge.net/projects/openrocket/files/openrocket/OpenRocket-0.9.4.jar/download Java] available
+
# make sure you have [http://www.java.com/getjava/ Java] available
# [https://sourceforge.net/projects/openrocket/files/openrocket/OpenRocket-0.9.4.jar/download download] the OpenRocket application
+
# [https://sourceforge.net/projects/openrocket/files/openrocket/14.11/OpenRocket-14.11.jar/download download] the OpenRocket application
 
# change permissions to allow the .jar to be executed
 
# change permissions to allow the .jar to be executed
 
# open the application and use it
 
# open the application and use it

Revision as of 04:51, 6 March 2015

OpenRocket is a Java application - the reason that you need to know that is that some systems don't have Java installed.

General

Here are the general steps you'll need to take. System-specific instructions are available below.

  1. make sure you have Java available
  2. download the OpenRocket application
  3. open the application and use it

Windows Users

The installation is the most difficult because Java doesn't automatically ship with Windows. You may already have Java available because lots of other apps are built on it (i.e. virus scanners, other open source software, etc.). If you don't have Java on your computer already, then you'll need to download it from Sun; it is free.

  1. download Java 8 JRE from Sun
  2. download the OpenRocket application
  3. open the application and use it

Mac OS X Users

Apple sends out Java with system updates. A common complication with Mac users is that most Mac's have Java 5 and Java 6 installed and Java 5 is the default. If you try to use OpenRocket and get an error, then you probably have Java 5 as the default still.

  1. open the Utilities folder (Finder -> Go -> Utilities)
    FinderOpenUtilities.png
  2. open the Java Preferences Application (double-click Java Preferences.app)
    UtilitiesJavaPreferences.png
  3. in the bottom section of the window that opens, drag Java 6 to top of list
    JavaApplicationPreferences.png

Linux Users

Some Linux distributions ship with Java, while others do not. Check to see if it is installed on your system.

  1. make sure you have Java available
  2. download the OpenRocket application
  3. change permissions to allow the .jar to be executed
  4. open the application and use it