This version of the Help is no longer updated. See JMP.com/help for the latest version.

.
Publication date: 07/30/2020

Register an Add-In Using JSL

If your add-in files are not contained within a .jmpaddin file, you can use the Register Addin() JSL function to manually register the addin.def file. This installs and registers the add-in.

For information about the JSL functions, see Register Addin("unique_id", "home_folder", <named_arguments>) in the JSL Syntax Reference.

For information about creating the addin.def file, see Create an Add-In Manually.

Notes:

JMP might find a file named addin.def in the specified home folder. If so, values from that file are used for any optional arguments that are not included in the Register Addin() function.

The addin.def file is used only for values that are not provided in the Register Addin() function. This function is useful while developing, but not necessary, since the addin.def file is enough to register an add-in.

Want more information? Have questions? Get answers in the JMP User Community (community.jmp.com).