System/Installation/J9.6/AIO

From J Wiki
Jump to navigation Jump to search

These instructions install a complete Windows system (base plus all addons).

There are two versions - the full version is the recommended default, and there is a 'slim' version that excludes Qt webview and so is noticeably smaller.

Windows

AIO installers

Download and run one of the Windows All-in-One Installers:

When installing, you will be asked to choose between an installation for all users or 'just for me':

  • Installing 'just for me' produces an unshared installation (by default to your user directory C:\Users\Fred\AppData\Local\Programs) and does not require admin privilege, either during installation or during later upgrades.
  • A shared installation (by default to C:\Program Files) requires admin privilege, both for the initial installation and for subsequent upgrade to addons. That is, you will have to Run as Administrator any time you want to upgrade J packages if you install into a shared directory.

Finish Installation

Do the following to install all the addons and create desktop shortcuts:

  • run Jqt (click green Jqt icon on Start menu)
   load 'pacman'
   'install' jpkg '*'
   exit 0

Update Addons Later

Perform the following steps in the Jqt window to bring the addons up to date.

  • Select Tools|Package Manager from the menu.
  • Press the Updates button.
  • Press the Not Installed button.
  • Press the Install button.

Update the J Engine Later

Perform the following steps in the Jqt window to bring the J engine up to date.

   load 'pacman'
   je_update_jpacman_''

(optional) Change Default Folder Names

J needs directories to store temporary files, configuration files and so on. By default these are in a folder under the User's home directory, named like:

 C:\Users\Fred\j9.6-user

To change the folders J uses, follow the instructions here.

(optional) Qt IDE Setup

See Qt IDE/Install for more information on setting up the Qt IDE.