| 123456789101112 |
- <!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]--><meta name="viewport" content="width=device-width, initial-scale=1.0"><meta name="generator" content="Asciidoctor 1.5.4"><meta name="keywords" content="documentation, sdk, builds, update"><title>update_center</title><link rel="stylesheet" href="./asciidoctor.css">
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.min.css">
- <link rel="stylesheet" href="./coderay-asciidoctor.css"><link rel="stylesheet" href="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.css"></head><body class="article toc2 toc-left"><div id="header"><div id="toolbar"><a href="https://github.com/jMonkeyEngine/wiki/edit/master/src/docs/asciidoc/sdk/update_center.adoc"><i class="fa fa-pencil-square" aria-hidden="true"></i></a><a href="https://github.com/jMonkeyEngine/wiki/new/master/src/docs/asciidoc/sdk/"><i class="fa fa-plus-square" aria-hidden="true"></i></a><input dir="auto" style="position: relative; vertical-align: top;" spellcheck="false" autocomplete="off" class="searchbox__input aa-input" id="doc-search" name="search" placeholder="Search in the doc" required="required" type="search"></div><h1>update_center</h1><div class="details"><span class="author" id="author"></span><br><span id="revnumber">version ,</span> <span id="revdate">2016/03/17 20:48</span></div><div id="toc" class="toc2"><div id="toctitle">Table of Contents</div><ul class="sectlevel1"><li><a href="#automatically-updating-jmonkeyengine-sdk">Automatically Updating jMonkeyEngine SDK</a><ul class="sectlevel2"><li><a href="#getting-stable-updates">Getting stable updates</a></li><li><a href="#testing-the-nightly-version">Testing the nightly version</a></li></ul></li></ul></div></div><div id="content"><div class="sect2"><h3 id="automatically-updating-jmonkeyengine-sdk">Automatically Updating jMonkeyEngine SDK</h3><div class="sect2"><h3 id="getting-stable-updates">Getting stable updates</h3><div class="paragraph"><p>The jMonkeyEngine SDK includes an automatic web update feature. To run an update, simply go to Help→Check for Updates and you will get the most current stable update of the SDK and the engine. By default the IDE will check every week for new updates and inform you about them with a symbol in the lower right.</p></div></div>
- <div class="sect2"><h3 id="testing-the-nightly-version">Testing the nightly version</h3><div class="paragraph"><p>You can test the nightly version with all the latest untested features to give feedback to the developers. Be warned however, the changes in the nightly versions might break your current game project if heavy changes have been committed. To make sure that you do not break your current development environment it is recommended to use a separate application and settings directory for the nightly version.</p></div>
- <div class="ulist"><ul><li><p>Copy the whole application (folder) to a new name like jmonkeyplatform_nightly.</p></li><li><p>Edit the file jmonkeyplatform.conf in the etc directory of the folder. Mac users have to right-click the application and select “Show package contents and then navigate to Contents/Resources/jmonkeyplatform.</p></li><li><p>Change the default_userdir or default_mac_userdir from “${HOME}/.${APPNAME}/version to something like “${HOME}/.${APPNAME}/nightly.</p></li></ul></div>
- <div class="paragraph"><p>Then start the new application and have your SDK being updated to the most current nightly version:</p></div>
- <div class="ulist"><ul><li><p>Go to Tools→Plugins</p></li><li><p>Select the “Settings tab</p></li><li><p>Select the checkbox for “jMonkeyEngine SDK nightly svn</p></li><li><p>Make sure the “force install to shared directories checkbox is selected</p></li><li><p>Select the “Updates tab</p></li><li><p>Press “Reload Catalog</p></li><li><p>Press “Update</p></li></ul></div></div></div></div><div id="footer"><div id="footer-text">Version <br>Last updated 2018-02-28 16:23:40 +00:00</div></div><script type="text/javascript" src="https://cdn.jsdelivr.net/docsearch.js/2/docsearch.min.js"></script><script>docsearch({
- apiKey: 'a736b6d93de805e26ec2f49b55013fbd',
- indexName: 'jmonkeyengine',
- inputSelector: '#doc-search',
- debug: false // Set debug to true if you want to inspect the dropdown
- });</script></body></html>
|