Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
student:java:profiling [2018/08/26 14:15] – created bernstdhstudent:java:profiling [2020/12/31 12:18] bernstdh
Line 32: Line 32:
  
  
-In principal, the VisualVM can be used with programs that are executed inside of an IDE (such as Eclipse), however, subtle issues often arise. So, if you have problems attempting to profile your program when you run it inside of your IDE you will need to run it outside of your IDE. The two easiest ways to do this are to execute the program from the command line and to used an [[ student:java:jar | executable/runnable JAR file ]].+In principal, the VisualVM can be used with programs that are executed inside of an IDE (such as Eclipse), however, subtle issues often arise. So, if you have problems attempting to profile your program when you run it inside of your IDE you will need to run it outside of your IDE. The two easiest ways to do this are to execute the program from the command line and to use an [[ student:java:jar | executable/runnable JAR file ]].