Copyright © 2022 Maplesoft, a division of Waterloo Maple Inc.
Copyright © 2022 Maplesoft, a division of Waterloo Maple Inc.
For Windows® installation instructions, read this section.
During the installation, you will need your purchase code, generally sent to you in an email.
To install Maple 2022 on your Windows operating system, read and complete the following tasks.
Note: If you have MATLAB® installed and would like to install a toolbox that connects Maple with MATLAB®, see Maple Toolbox Installation.
Return to the top of the Maple 2022 Installation and Licensing Guide.
For Macintosh® installation instructions, read this section.
During the installation, you will need your purchase code, generally sent to you in an email.
To install Maple 2022 on your Macintosh operating system, read and complete the following tasks:
Double-click Maple2022.0MacInstaller.dmg from where you downloaded the file, then double-click Maple2022.0MacInstaller.
Note: If you have MATLAB® installed and would like to install a toolbox that connects Maple with MATLAB®, see Maple Toolbox Installation.
Return to the top of the Maple 2022 Installation and Licensing Guide.
During the installation, you will need your purchase code, generally sent to you in an email.
To install Maple 2022 on your 64-bit Linux® operating system, read and complete the following tasks.
Run Maple2022.0LinuxX64Installer.run from where you downloaded the file.
Note: If you have MATLAB® installed and would like to install a toolbox that connects Maple with MATLAB®, see Maple Toolbox Installation.
During installation, a maple2022.desktop file is created in the bin directory of your Maple 2022 installation. If you request the installer to have a shortcut placed on your desktop, this file is also created in the ~/Desktop directory. If you wish to have a shortcut placed in your Applications menu, the maple2022.desktop file can be copied to /usr/share/applications (which may require root access) or ~/.local/share/applications.
Return to the top of the Maple 2022 Installation and Licensing Guide.
Starting Maple 2022 requires a Maple 2022 license file to operate. License files for earlier releases of Maple will not work with Maple 2022. You must activate the single user version of Maple 2022 to obtain your license file. If you are running a single user installer, you can activate during the installation process. If you do not activate during the installation process, follow the steps below.
Depending on the version of your Windows operating system, either run as administrator, or click yes to allow Maple 2022 activation to proceed.
A Maple 2022 license file (license.dat) will be saved in the license folder of your Maple 2022 installation. If you experience difficulties with activation, check our FAQs page at https://faq.maplesoft.com.
Note: Starting from Maple 14, FlexNet, the license management software used in Maple, requires Linux systems to be LSB 3.0 compatible, which may require the additional installation of some additional packages. If you are receiving the "Error detecting HostID" error message when trying to activate Maple on Linux, please ensure that the appropriate packages are installed.
Return to the top of the Maple 2022 Installation and Licensing Guide.
After {Maple} is installed, you can reactivate a single user Maple license in the About Maple window:
Return to the top of the Maple 2022 Installation and Licensing Guide.
For Windows installation instructions, read this section.
To install Maple 2022 on your Windows operating system using a network license, read and complete the following tasks.
Note: If you have MATLAB® installed and would like to install a toolbox that connects Maple with MATLAB®, see Maple Toolbox Installation.
Return to the top of the Maple 2022 Installation and Licensing Guide.
For Macintosh® installation instructions, read this section.
To install Maple 2022 on your Macintosh operating system, read and complete the following tasks:
Double-click Maple2022.0MacInstaller.dmg from where you downloaded the file, then double-click Maple2022.0MacInstaller.
Note: If you have MATLAB® installed and would like to install a toolbox that connects Maple with MATLAB®, see Maple Toolbox Installation.
Return to the top of the Maple 2022 Installation and Licensing Guide.
To install Maple 2022 on your 64-bit Linux® operating system, read and complete the following tasks.
Run Maple2022.0LinuxX64Installer.run from where you downloaded the file.
Note: If you have MATLAB® installed and would like to install a toolbox that connects Maple with MATLAB®, see Maple Toolbox Installation.
Note: Starting from Maple 14, FlexNet, the license management software used in Maple, requires Linux systems to be LSB 3.0 compatible, which may require the additional installation of some additional packages. If you are receiving the "Error detecting HostID" error message when trying to activate Maple on Linux, please ensure that the appropriate packages are installed.
During installation, a maple2022.desktop file is created in the bin directory of your Maple 2022 installation. If you request the installer to have a shortcut placed on your desktop, this file is also created in the ~/Desktop directory. If you wish to have a shortcut placed in your Applications menu, the maple2022.desktop file can be copied to /usr/share/applications (which may require root access) or ~/.local/share/applications.
Return to the top of the Maple 2022 Installation and Licensing Guide.
It is possible to install both single and network versions of Maple using an unattended mode option. There are two ways to perform an unattended installation of Maple:
You can run an unattended installation without an option file by specifying the installation options directly in the command line. To run the unattended installation this way, do the following:
You can create your own installer.properties file using the following example as a template:
mode=unattended
installdir=C:\Program Files\Maple 2022
defaultapp=1
desktopshortcut=1
shortcutname=Maple 2022
configureMATLAB=0
matlabpath=""
licenseType=network
serverName=myServerName
portNumber=27000
Note: If you created your option file in a directory other than the directory in which the setup-windows.exe file is located, you must specify the path to the option file when you run this command.
You can create your own installer.properties file using the following example as a template:
mode=unattended
installdir=<MapleRootDirectory>/maple2022
desktopshortcut=1
licenseType=network
serverName=myServerName
portNumber=27000
Note: In the preceding example, replace <MapleRootDirectory> with the full path to the directory that you want to install Maple 2022 in.
Note: If you created your option file in a directory other than the directory in which the Maple2022.0LinuxX64Installer.run file is located, you must specify the path to the option file when you run this command.
You can create your own installer.properties file using the following example as a template:
mode=unattended
licenseType=network
serverName=myServerName
portNumber=27000
Note: If you created your option file in a directory other than the directory in which installbuilder.sh is located, you must specify the path to the option file when you run this command.
Option Name | Description | Allowed Values | Default Value | Platform Availability |
help | Display the list of valid options |
|
|
|
version | Display product information |
|
|
|
unattendedmodeui | Unattended Mode UI | none minimal minimalWithDialogs | none |
|
optionfile | Name of option file | string |
| Mac; Linux; Windows |
debuglevel | Debug information level of verbosity | 0 1 2 3 4 | 2 |
|
mode | Installation mode | win32 unattended (Windows); osx text unattended (Mac); gtk xwindow text unattended (Linux) | win32; osx; gtk | Windows; Mac; Linux |
debugtrace | debugtrace | string |
|
|
installer-language |
| en | en | Mac; Linux; Windows |
installdir | Installation Directory | string | C:\Program Files\Maple 2022 | Linux; Windows |
upgradeOrReinstall | It has been determined that you currently have Maple 2022 installed at this location. Please choose whether to upgrade the installation or to uninstall the old installation first before reinstalling. You may also click the Back button to choose a new Maple installation pathname. | upgrade; reinstall |
| Mac; Linux; Windows |
shortcutname | Custom label for desktop shortcuts | string |
| Windows |
defaultapp | Make Maple 2022 the default application for Maple worksheet (.mw and .mws) and workbook (.maple) files | 0 or 1 | 1 | Windows |
desktopshortcut | Install desktop shortcuts | 0 or 1 | 1 | Mac;Linux;Windows |
configureMATLAB | MATLAB® Configuration. If enabled (1), you must also set the matlabpath option. | 0 or 1 | 0 | Mac; Linux; Windows |
matlabpath | Path to MATLAB® installation | string |
| Mac; Linux; Windows |
defaulttoolbox | Default toolbox is either Maple or MATLAB® (only valid if the MATLAB® installation contains the MATLAB® Symbolic Toolbox™) | Maple; MATLAB |
| Mac; Linux; Windows |
licenseType | Type of Licensing | single; network | single | Mac; Linux; Windows |
singleOrRedundant | Single or redundant server setup | single redundant | single | Mac; Linux; Windows |
serverName | Name of license server | string |
| Mac; Linux; Windows |
portNumber | Port number on license server | numeric | 27000 | Mac; Linux; Windows |
serverName1 | Name of license server 1 | string |
| Mac; Linux; Windows |
portNumber1 | Port number on license server 1 | numeric | 27000 | Mac; Linux; Windows |
serverName2 | Name of license server 2 | string |
| Mac; Linux; Windows |
portNumber2 | Port number on license server 2 | numeric | 27001 | Mac; Linux; Windows |
serverName3 | Name of license server 3 | string |
| Mac; Linux; Windows |
portNumber3 | Port number on license server 3 | numeric | 27002 | Mac; Linux; Windows |
enableUpdates | Enable periodic checking for Maple 2022 updates after installation | 0 1 | 1 | Mac; Linux; Windows |
checkForUpdatesNow | Check for updates now | 0 1 | 1 | Mac; Linux; Windows |
proxyServer | Name of the proxy server. To use the system's proxy server, leave blank | string |
| Mac; Linux; Windows |
proxyPort | Port number on proxy server. To use the system's proxy port, leave blank | numeric |
| Mac; Linux; Windows |
proxyUsername | User name for proxy server (if required) | string |
| Mac; Linux; Windows |
proxyPassword | Password for proxy server (if required) | string |
| Mac; Linux; Windows |
activate | Activate Maplesoft product license | now; later | now | Mac; Linux; Windows |
serverName | Name of license server | string |
| Mac; Linux; Windows |
portNumber | Port number on license server | numeric | 27000 | Mac; Linux; Windows |
<Maple Install Folder>/uninstall/uninstall --mode unattended
Return to the top of the Maple 2022 Installation and Licensing Guide.
If you have a 64-bit version of Maple and MATLAB® installed, you can install a toolbox that provides an integration between Maple and MATLAB®, where you can directly access all of the commands, variables and functions of Maple and MATLAB® while working in either environment.
Maple 2022 connectivity with MATLAB® is supported for MATLAB® 2020b, 2021a or 2021b. For the latest information on which MATLAB® versions are compatible with Maple 2022, visit http://www.maplesoft.com/products/system_requirements.aspx. Note that older and newer versions of MATLAB® may work, but may not be tested by Maplesoft.
During the Maple installation process, the Maple installer will display a panel indicating that the installer has detected that MATLAB® is installed. At this point, you can install a toolbox which will connect Maple with MATLAB® by selecting the MATLAB® version that you want to use from the list of available MATLAB® versions. You can also skip the Maple Toolbox installation by selecting Do not configure at this time.
If the MATLAB® Symbolic Math Toolbox™ is installed, another panel will prompt you to select either the Maple Toolbox or MATLAB® Symbolic Math Toolbox™ as the default.
To install the Maple Toolbox after Maple is installed, do the following:
Start MATLAB® and then open the MATLAB® help system. To open the main Maple Toolbox help page, click Supplemental Software and select Maple Toolbox from the table of contents.
Installing the Maple Toolbox can cause issues with graphics in Maple and associated programs (for example, MapleSim). This is due to a graphics library conflict. To fix this, you need to delete some library files that come with MATLAB®.
To configure Maple Toolbox on Linux:
cd $MATLAB/sys/os/glnxa64/
Where $MATLAB is your MATLAB® installation directory.
rm libstdc++*
Return to the top of the Maple 2022 Installation and Licensing Guide.
To optimize the performance of graphics in Maple 2022, it is strongly recommended that you install the latest driver software available for your video card. Before using Maple 2022, follow the steps in this section to verify and, if necessary, upgrade your video card driver software.
Note: This step requires that you are logged into your computer as a root user or have sudo access. If you are using a network or shared computer, you may need to contact your system administrator.
01:00.0 VGA compatible controller: ATI Technologies Inc RV280 [Radeon 9200] (rev 01)
01:00.1 Display controller: ATI Technologies Inc RV280 [Radeon 9200] (rev 01)
Return to the top of the Maple 2022 Installation and Licensing Guide.
If the wizard indicates that the latest driver software is installed, click Finish to close the wizard. Your computer is configured to display graphics in Maple 2022.
If the wizard indicates that a more current version of the driver software is available, follow the on-screen instructions to install the update.
If the version number of the latest driver software available from the vendor matches the version number of the driver software installed on your computer, your computer is configured to display graphics in Maple 2022. If a more current version is available, download the driver software from the website and install it on your computer.
Note: It is not recommended that you use driver software updates automatically detected by Linux software upgrade utilities.
If no driver software update is listed for your video card in the Software Update window, the latest version is installed on your computer. Your computer is configured to display graphics in Maple 2022.
If a driver software update is listed, select the entry from the list and click Install. Follow the on-screen instructions to complete the installation.
Return to the top of the Maple 2022 Installation and Licensing Guide.
If you are using a Linux operating system, or if you are using a Windows or Macintosh operating system and the driver software that was automatically detected does not function as expected, download and install the latest driver from the website of the video card vendor.
First, determine whether hardware accelerated graphics are turned on.
If hardware accelerated graphics are turned on, you will see a line that reads direct rendering: Yes. If this line reads direct rendering: No, hardware accelerated graphics are not turned on.
You can search the package management system of your Linux installation for drivers installed on your computer. Linux distributions use different package management systems; the instructions below are provided for the two most common Linux distributions.
dpkg-based Linux distributions such as Ubuntu
To query which packages are installed on your system, run the dpkg -l command. (Note that this is a lower-case letter L.) This command will display several lines of output, so it is useful to limit the output using the grep command. Continuing with the example above, enter the following command to search for NVIDIA® drivers.
dpkg -1 | grep -i nvidia
If you have a hardware accelerated driver installed, you will see an output line such as nvidia-glx-177. In this example, 177 is the major version number of the driver. The full driver version number is displayed in the second column. For example, it will look like 177.82-0ubuntu0.1 on a Ubuntu system.
Hardware accelerated AMD® and ATI™ drivers are named fglrx on Linux. For example, the package name could be fglrx-amdcccle and the version number may look like 2:8.543-0ubuntu4.1 on a Ubuntu system.
Intel® integrated accelerated graphics hardware may contain intel in the package name or just the chipset information, such as i810.
rpm-based Linux distributions such as SuSE and Red Hat Enterprise Linux
To query which packages are installed on an rpm-based Linux system, run the rpm -qa command. This command will list every package installed on your computer, so you can limit the search by using the grep command. For example,
rpm -qa | grep nvidia
To download the latest driver software for your video card, visit the website of your video card vendor.
Visit http://support.amd.com/us/gpudownload/Pages/index.aspx and search for the driver software for your operating system and video card type. Download and install the latest driver software available for your video card.
Note: If you are using an AMD Catalyst™ or ATI Catalyst video card, download the Catalyst Software Suite.
Visit http://www.intel.com/support/graphics/ and search for the driver software for your chipset type. Download and install the latest driver software available for your video card.
For more information about identifying your chipset type in Windows, visit http://www.intel.com/support/chipsets/sb/cs-009245.htm.
For more information on upgrading your driver software in Linux, visit http://www.intel.com/support/graphics/sb/cs-010512.htm.
Visit http://www.nvidia.com/Download/index.aspx and search for the driver software for your operating system and video card type. Download and install the latest driver software available for your video card.
Return to the top of the Maple 2022 Installation and Licensing Guide.
Before starting the Windows Network version of Maple 2022, you must obtain your license file and start the license manager by completing the following tasks.
Network licenses for Maple and other Maplesoft products are registered using the Network Tools program.
Maple 2022 requires a Maple 2022 license file to operate. License files for earlier versions of Maple do not work with Maple 2022. To obtain your license file, you must use the Maple Network Tools activation program or activate off-line by following the instructions at http://www.maplesoft.com/contact/webforms/offlineactivation/. Ensure that you can connect to the Internet as activation requires an Internet connection. If your computer does not have an Internet connection, please contact Maplesoft customer service.
The C:\Program Files\Maple Network Tools\FLEXlm\11.13.1.2\windows directory contains license manager daemons (lmgrd and maplelmg) required to run Maple, as well as utilities to assist you in installing and configuring FlexNet Publisher for your system.
If you intend to use a Novell® server, see Novell Networks.
To set up and start the license manager daemons on a Windows Network Server:
Service Name | Enter a name for the service (optional) |
Path to the lmgrd.exe file | C:\Program Files\Maple Network Tools\FLEXlm\11.13.1.2\windows\lmgrd.exe |
Path to the license file | C:\Program Files\Maple Network Tools\activate\Maple2022.lic |
Path to the debug log file: Enter the path to the directory containing the debug log file. You must create this file manually (log.txt is the manually created file in the example below), as it is not automatically generated. | C:\Program Files\Maple Network Tools\FLEXlm\11.13.1.2\windows\log.txt |
You can now use Maple 2022.
To run multiple Maplesoft products (including Maple), you must place all license files in the same directory. If you have other FlexNet Publisher license files stored in one central location, you can store your Maplesoft product license files there as well.
Complete the following tasks:
Using Windows Explorer, move all of the license files to a common directory, for example, C:\Program Files\Maple Network Tools\activate.
Service Name | Enter a name for the service (optional) |
Path to the lmgrd.exe file | C:\Program Files\Maple Network Tools\FLEXlm\11.13.1.2\windows\lmgrd.exe |
Path to the license file Note: The path to the license file should not contain a terminating backslash | C:\Program Files\Maple Network Tools\activate |
Path to the debug log file: Enter the path to the directory containing the debug log file. You must create this file manually (log.txt is the manually created file in the example below), as it is not automatically generated. | C:\Program Files\Maple Network Tools\FLEXlm\11.13.1.2\windows\log.txt |
You can now use your network licensed Maplesoft products.
FlexNet Publisher does not run on Novell or IPX/SPX. Follow these instructions to install the license manager on any network that is exclusively a Novell environment.
Return to the top of the Maple 2022 Installation and Licensing Guide.
Before starting the macOS® Network version of Maple 2022, you must obtain your license file and start the license manager by completing the following tasks.
Network licenses for Maple and other Maplesoft products are registered using the Network Tools program.
Maple 2022 requires a Maple 2022 license file to operate. License files for earlier versions of Maple do not work with Maple 2022. To obtain your license file, you must use the Maple Network Tools activation program or activate off-line by following the instructions at http://www.maplesoft.com/contact/webforms/offlineactivation/. Ensure that you can connect to the Internet as activation requires an Internet connection. If your computer does not have an Internet connection, please contact Maplesoft customer service.
Before you can use Maple 2022, you must start the license server. It is recommended that you do not run lmgrd as root because any process run by root is a potential security risk.
./lmgrd -c license_file_path -l debug_log &
where license_file_path is the full path and filename of the network license file (by default, /Users/<username>/Maple_Network_Tools/activate/Maple2022.lic), and debug_log is the name of a file to which debugging information is written. The -l option (letter l, not the number 1 (one)) creates the file.
If you have any problems starting the license server in the system boot up files, refer to http://www.flexerasoftware.com.
You can now use Maple 2022.
To run multiple Maplesoft products (including Maple), you must place all license files in the same directory. If you have other FlexNet Publisher license files stored in one central location, you can store your Maplesoft product license files there as well.
Complete the following tasks:
Go to the location of the FlexNet Publisher utilities that are currently being used. For Maple 2022, the default location is /Users/<username>/Maple_Network_Tools/FLEXlm/11.13.1.2/. Enter the command:
./lmdown
Copy all the Maple network license files to /Users/<username>/Maple_Network_Tools/activate.
Note: Point to the directory only, not an actual license file.
./lmgrd -c license_file_path -l debug_log
where license_file_path is the full path to the directory containing the license files and debug_log is the name of a file to which debugging information is written. The -l option (letter l, not the number 1 (one)) creates the file.
You can now use your network licensed Maplesoft products.
Return to the top of the Maple 2022 Installation and Licensing Guide.
Before starting the Linux Network version of Maple 2022, you must obtain your license file and start the license manager by completing the following tasks.
Network licenses for Maple and other Maplesoft products are registered using the Network Tools program.
Maple 2022 requires a Maple 2022 license file to operate. License files for earlier versions of Maple do not work with Maple 2022. To obtain your license file, you must use the Maple Network Tools activation program or activate off-line by following the instructions at http://www.maplesoft.com/contact/webforms/offlineactivation/. Ensure that you can connect to the Internet as activation requires an Internet connection. If your computer does not have an Internet connection, please contact Maplesoft customer service.
Before you can use Maple 2022, you must start the license server. It is recommended that you do not run lmgrd as root because any process run by root is a potential security risk.
Using the C Shell
To start the license manager daemon (lmgrd), enter the following command at the prompt,
./lmgrd -c license_file_path -l debug_log & |
where license_file_path is the full path and filename of the network license file (by default, $HOME/MapleNetworkTools/activate/Maple2022.lic) and debug_log is the name of a file to which debugging information is written. The -l option (letter l, not the number 1 (one)) creates the file.
Using the Korn or Bourne Shell
To start the license manager daemon (lmgrd), enter the following command at the prompt:
nohup lmgrd -c license_file_path -l debug_log 2>&1 & |
Run Daemons on Startup
To have the daemons run on startup, edit the appropriate boot script (such as /etc/rc.boot, /etc/rc.local, or /etc/rc2.d/Sxxxx). For example, if you run lmgrd as a boot startup script, you can run it as a regular user by using the following su command at the prompt:
su username -c \'umask 022; lmgrd_path -c license_file_path -l log_path\' |
where username is a non-privileged user; lmgrd_path is the correct path to the lmgrd file, license_file_path is the full path of the network license file (by default, $HOME/MapleNetworkTools/activate/Maple2022.lic), and log_path is the debug log file path. It is recommended that the network license file be called Maple2022.lic.
Help for Starting the License Server
If you have any problems starting the license server in the UNIX system boot up files, refer to http://www.flexerasoftware.com/.
You can now use Maple 2022.
To run multiple Maplesoft products (including Maple), you must place all license files in the same directory. If you have other FlexNet Publisher license files stored in one central location, you can store Maplesoft product license files there as well.
Complete the following tasks:
Go to the location of the FlexNet Publisher utilities that are currently being used. For Maple 2022, the default location is /usr/local/MapleNetworkTools/FLEXlm/11.13.1.2/. Enter the command:
./lmdown |
Copy all of the Maple network license files to one folder, for example, $HOME/MapleNetworkTools/activate.
Note: Point to the directory only, not an actual license file.
./lmgrd -c license_file_path -l debug_log
where license_file_path is the full path to the directory containing the license files and debug_log is the name of a file to which debugging information is written. The -l option (letter l, not the number 1 (one)) creates the file.
You can now use your network licensed Maplesoft products.
Return to the top of the Maple 2022 Installation and Licensing Guide.
Named Network Users run Maple on their own client machines. These client machines are connected to the license server over the network. The Network Named User licensing option allows system administrators to strictly enforce which users, or client machines, may run Maple.
When you install Maple Network Tools, an options file (.opt) is automatically created in the $Maple Network Tools/activate directory.
Note: By default, the vendor daemon looks for the options file (maplelmg.opt) in the same directory that contains the license file used by the license server manager.
To set up Named Network User licensing, perform the following steps:
To manually edit the options file, perform the following steps:
INCLUDE Maple USER User1
INCLUDE Maple USER User2
INCLUDE Maple USER User3
INCLUDE Maple USER User4
INCLUDE MapleExcel USER User4
Return to the top of the Maple 2022 Installation and Licensing Guide.
Maple 2022 provides users with a worksheet interface (graphical user interface) and a command-line (text-based) interface.
You can start Standard Worksheet Maple in either Document mode or Worksheet mode.
Document mode allows you to start solving problems right away, without needing syntax or Maple commands. You can freely combine text and math to produce presentation-quality mathematical documents.
Worksheet mode is most familiar to users of previous releases of Maple. Enter commands on an input prompt to get results. You can still format your worksheets into presentation-quality documents using all of the new features of Maple 2022.
To start Standard Worksheet Maple 2022 in Windows:
To start Standard Worksheet Maple 2022 on a Macintosh:
The Command-line version of Maple has a text-based user interface. While allowing complete access to the mathematical engine, the Command-line version of Maple requires less system resources. For more information, refer to the Command-line Maple section of the readme.txt file located in your Maple 2022 folder.
On Windows, Maple 2022 has an add-in to Microsoft Excel 2019 or 2016. For more information, refer to the Excel help page in the Maple Help system.
You can access an electronic version of the User Manual in the Standard Worksheet interface.
Return to the top of the Maple 2022 Installation and Licensing Guide.
You can configure Maple to operate in a way that best suits your environment.
In the Windows version of Maple, you can change the working directory by creating a shortcut to Maple 2022 and assigning it a different directory.
To change the working directory, follow these instructions:
At start up, Maple searches the current working directory for a custom initialization file. It stops searching when it finds the file. For more information, see How to Execute Commands Automatically.
You can configure Maple to automatically execute a series of commands on start up. This approach is especially useful for setting global variables such as Digits and Order. To do this, create a Maple initialization file. For more information, refer to ?worksheet/reference/initialization in the Maple Help System.
The Standard Worksheet interface reads the ini file launch.ini, if present, located either in the bin.X86_64_WINDOWS subfolder or the bin.win subfolder of your Maple 2022 installation. The directives recognized are as follows. (To include a comment, specify a pound character (#) as the first character in the line. Ensure that you do not enter any space characters before the pound character.)
# set maximum Java heap size maxheap=700m # additional args to pass to Java java_args=-Dfoo -Dbar # additional args to pass to Maple maple_args=-q # popup dialog showing the startup command (for debugging) showcmd=true # enable the Java access bridge (accessibility) jaccess=true # disable directX java2d_nodraw=true # set default language language=Fr # set default browser browser="c:/Netscape" |
Note: Optimal values are used in the launcher.
MATLAB® is an interactive programming language for general scientific and technical computation. If you have MATLAB® 2020b, 2021a or 2021b installed, you can enable a link between MATLAB® and Maple for Windows, Macintosh, and most Linux platforms. For more information, refer to ?Matlab/setup in the Maple Help System.
Return to the top of the Maple 2022 Installation and Licensing Guide.
Version | CPU | Recommended RAM | Hard Disk |
Windows Server 2016 | AMD X86_64 1 GHz Intel Xeon, Intel 64 | 4 GB | 10 GB |
Windows 10 | AMD X86_64 1 GHz Intel Xeon, Intel 64 | 4 GB | 10 GB |
Windows 11 | AMD X86_64 1 GHz Intel Xeon, Intel 64 | 4 GB | 10 GB |
Windows Server 2019 | AMD X86_64 1 GHz Intel Xeon, Intel 64 | 4 GB | 10 GB |
Vendor | CPU | Operating System | Version | Recommended RAM | Hard Disk |
Apple | 64-bit Intel | macOS | 10.15, 11, 12 | 4 GB | 10 GB |
Apple | ARM64 | macOS | 11, 12 | 4 GB | 10 GB |
Vendor | Operating System Version | CPU | Recommended RAM | Hard Disk | Additional required packages |
Red Hat Enterprise Linux | 7, 8 | Intel 64 or AMD X86_64 | 4 GB | 10 GB | redhat-lsb |
SUSE Linux Enterprise Desktop | 15 | Intel 64 or AMD X86_64 | 4 GB | 10 GB | lsb |
Ubuntu | 20.04 LTS, 21.10 | Intel 64 or AMD X86_64 | 4 GB | 10 GB | lsb-base, lsb-core |
The following components are required to view 2-D math when exporting to HTML with the MapleViewer:
Return to the top of the Maple 2022 Installation and Licensing Guide.
Note: Maple uses the Flexera Software Corporation FlexNet Publisher as its license manager. This document contains all the information you require for a standard Maple installation. For more information, refer to the FlexNet Publisher documentation at http://www.flexerasoftware.com/.
Maple, Maplesoft, and Waterloo Maple are trademarks of Waterloo Maple Inc.
Intel is a registered trademark of Intel Corporation.
Microsoft, Windows, Windows Server, Excel, and Internet Explorer are registered trademarks of Microsoft Corporation.
Macintosh and macOS are registered trademarks of Apple Computer, Inc.
Arm is a registered trademark of Arm Limited (or its subsidiaries) in the US and/or elsewhere.
NVIDIA is a registered trademark of NVIDIA Corporation.
AMD, ATI, AMD Catalyst, and Catalyst are either trademarks or registered trademarks of Advanced Micro Devices, Inc.
Java and JRE are registered trademarks of Oracle and/or its affiliates.
FLEXlm and FlexNet are registered trademarks of Flexera Software Corporation.
Linux is a registered trademark of Linus Torvalds.
MATLAB and Symbolic Math Toolbox are trademarks or registered trademarks of The MathWorks, Inc.
All other brand names or product names are trademarks or registered trademarks of their respective companies.
Return to the top of the Maple 2022 Installation and Licensing Guide.