Turn off Your Connection to the MapleCloud - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Share Maple Content : Turn off Your Connection to the MapleCloud

Turn off Your Connection to the MapleCloud Content Exchange

The MapleCloud Content Exchange server stores all the content uploaded by Maple users. Maple polls the server at frequent time intervals and updates the entries in the MapleCloud window as soon as content is uploaded.

 

By default, the MapleCloud connection is on.  To disable the connection to the MapleCloud, you can:

• 

Turn off the MapleCloud connection from the Options dialog.

• 

Configure Maple to disable the connection to the server whenever Maple is launched.

 

Turn off the Connection in Current and Future Maple Sessions

Turn off the Connection When Maple is Started

Turn off the Connection in Current and Future Maple Sessions

You can optionally turn off your current and future MapleCloud connections by doing the following:

1. 

Click the MapleCloud icon on the Maple toolbar.

2. 

Click the Cloud Settings ( ) icon.

3. 

Select Network Settings.  The Options dialog opens.

4. 

In the Network tab, clear the Enable cloud connection check box.

 You can turn off the connection for the current Maple session only or globally for the current session and all future sessions.

 

For more information, see Options Dialog - Network Tab.

Turn off the Connection When Maple is Started

Alternatively, if you are a system administrator and want to control the use of the MapleCloud, you can configure Maple to turn off the connection to the server as soon as Maple is launched. When Maple is launched, Maple does not poll the server, and the Enable cloud connection check box in the Options Dialog - Network Tab is hidden from the Maple interface.

 

Windows

1. 

Right-click your Maple desktop icon and select Properties...

2. 

In the Target field, enter a space after the closing quotation mark and enter -nocloud.

3. 

Click OK.

 

Linux

• 

At the command prompt, run the command xmaple -nocloud

 

macOS

1. 

Close all open Maple sessions.

2. 

Navigate to the Maple installation folder (for example /Applications/Maple_version).

3. 

Control-click the Maple application icon and select Show Package Contents from the context menu.

4. 

Search for the file called Info.plist.

Note: It is strongly recommended that you create a backup of this file.

5. 

Open the Info.plist file in a text editor and locate the JVMArguments section of the file. For example,

 

<key>JVMArguments</key>

<array>

        <string>-command</string>

        <string>Start</string>

        <string>Maple</string>

        <string>-args</string>

        <string>-B</string>

        <string>/Library/Frameworks/Maple.framework/Versions/<Maple_version>/lib</string>

</array>

 

6. 

Add the commandline option -nocloud as an additional string entry on a new line in this section:

<key>JVMArguments</key>

<array>

        <string>-command</string>

        <string>Start</string>

        <string>Maple</string>

        <string>-args</string>

        <string>-B</string>

        <string>/Library/Frameworks/Maple.framework/Versions/<Maple_version>/lib</string>

        <string>-nocloud</string>

</array>

 

7. 

Save your changes and then restart Maple.

 

Alternatively, on macOS, you can turn off your connection by navigating to the /Library/Frameworks/Maple.framework/Versions/<Maple_version>/bin directory at a command prompt, and entering xmaple -nocloud.

 

For more information, see maple.

See Also

The MapleCloud Content Exchange

MapleCloud Groups

Signing in to the MapleCloud

Sharing Content

Viewing Shared Content