Ive been looking for a good profiler for java and eclipse for the past few days now and after what ive read im under the impression that VisualVM is the best profiler however trying to get this to work with eclipse is hard. I installed VisualVM fine all i need now is to know how to install the eclipse addon package that they provide.
Uh, can’t you just profile the task running in eclipse externally? That’s how I do it, no problems.
what do u mean?
- Run Project.
- Run JVisualVM.
- ???
- PROFIT
My projects in eclipse so it doesnt pick it up. On there website there was a addon type-thing that wouldlet eclipse projects work, but I didnt know what to do with the addon once it was installed
Well then something else is the problem. It should still work.
You can see the Paint project’s process, which is running ‘in’ eclipse, if you don’t see a process there, something’s wrong.
It working now, so i dont know what was wrong with it earlier