Does Jprofiler Works Without IDE? I want to use jprofiler in server side without IDE. I am searching this question on internet but I am not getting the solution.
Asked
Active
Viewed 134 times
1 Answers
1
In the JProfiler GUI, invoke
Session->Integration wizards->New Server Integration
select the remote option and follow the steps in the wizard.

Ingo Kegel
- 46,523
- 10
- 71
- 102
-
-
With IDE, do you mean the JProfiler GUI? No it's not required, you cann use a command line tool (jpcontroller) to record data and save snapshots or do offline profiling with triggers, see http://resources.ej-technologies.com/jprofiler/help/doc/helptopics/config/triggers.html – Ingo Kegel Sep 03 '15 at 13:07