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

From OpenRocket wiki
Jump to navigation Jump to search
(→‎Linux Users: Updated link for OpenRocket download from 0.9.4 to 14.11; corrected the link for Java)
(→‎Mac OS X Users: Added information on different sources of Java updates depending on software version.)
Line 14: Line 14:
  
 
== Mac OS X Users ==
 
== 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.
+
If your computer runs OS X 10.7.2 or older version, then it receives Java updates from Apple.  A common complication in this case 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.
 
# open the Utilities folder (Finder -> Go -> Utilities) [[File:FinderOpenUtilities.png|none|200px]]
 
# open the Utilities folder (Finder -> Go -> Utilities) [[File:FinderOpenUtilities.png|none|200px]]
 
# open the Java Preferences Application (double-click Java Preferences.app) [[File:UtilitiesJavaPreferences.png|none|200px]]
 
# open the Java Preferences Application (double-click Java Preferences.app) [[File:UtilitiesJavaPreferences.png|none|200px]]
 
# in the bottom section of the window that opens, drag Java 6 to top of list [[File:JavaApplicationPreferences.png|none|200px]]
 
# in the bottom section of the window that opens, drag Java 6 to top of list [[File:JavaApplicationPreferences.png|none|200px]]
 +
If Mac runs 10.7.3 (Lion) or later, then the updates are delivered directly by Oracle and you should not encounter any problems.
 +
For more information on software versions, visit [https://www.java.com/en/download/faq/java_mac.xml Java official site].
  
 
== Linux Users ==
 
== Linux Users ==

Revision as of 05:13, 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

If your computer runs OS X 10.7.2 or older version, then it receives Java updates from Apple. A common complication in this case 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

If Mac runs 10.7.3 (Lion) or later, then the updates are delivered directly by Oracle and you should not encounter any problems. For more information on software versions, visit Java official site.

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