カスタムヘルプ
ユーザーに追加のガイダンスを提供する内部ウェブサイトがある場合、ツールバーと「ヘルプ」メニューに追加のヘルプボタンを追加できます。そのためには、次のプロパティを.vmoptionsファイルに追加してください:
-Dcustom.help.url=https://www.internal.website.com -Dcustom.help.toolBarText=Internal#help -Dcustom.help.actionName=Show internal help
3つのプロパティすべてを定義する必要があり、そうすることでアクションがUIに表示されます。custom.help.toolBarText
プロパティはツールバーに表示されるテキストです。簡潔であるべきで、上記の例のように#セパレータを使用して2行目を追加することができます。
.vmoptionsファイルの場所は、WindowsとLinuxでは
<JProfiler installation directory>/bin/jprofiler.vmoptions
にあり、
macOSでは/Applications/JProfiler.app/Contents/vmoptions.txt
にあります。さらに、ユーザーが書き込み可能な場所として、
Windowsでは%USERPROFILE%\.jprofiler15\jprofiler.vmoptions
、
Linuxでは$HOME/.jprofiler15/jprofiler.vmoptions
、
macOSでは$HOME/Library/Preferences/jprofiler.vmoptions
があります。