JProfiler Readme
version 13.0.4
released on 2022-10-10
I. License
The license agreement (EULA) can be found in license.html in the same
directory as this readme file.
II. Running JProfiler
1. Windows
Start JProfiler by executing
[jprofiler install directory]\bin\jprofiler.exe
2. Linux/Unix
Start JProfiler by executing the shell script
[jprofiler install directory]/bin/jprofiler
3. macOS
Start JProfiler with the installed application bundle:
[jprofiler install directory]/bin/JProfiler
III. Documentation
Help is available
- from the "Help" menu in JProfiler
- as PDF in the doc directory of your JProfiler installation.
- online at https://www.ej-technologies.com/resources/jprofiler/help/doc/
IV. Directory Layout
An installation of JProfiler contains the following directories:
- api
- contains the API documentation as well as runnable code samples
- bin
- contains the executables for JProfiler in platform-specific
subdirectories
- config
- contains configuration template files for JProfiler
- demo
- contains applications in compiled form as well as source code
for the standard demo sessions of JProfiler.
- doc
- contains the documentation for JProfiler
- integrations
- contains the files neccessary for integrating JProfiler with
popular IDEs. See the README.html in that directory for further
information.
- jre (optional)
- contains the JRE that was shipped with JProfiler. JProfiler will
use this JRE for running ts GUI frontend unless the
JPROFILER_JAVA_HOME variable is set to a different location.
- lib
- contains external libraries used by JProfiler. If the libraries
come with an open source license, it is reproduced in that
directory.