Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
student:java:profiling [2020/12/31 13:51] bernstdhstudent:java:profiling [2020/12/31 14:33] (current) bernstdh
Line 31: Line 31:
 === Executing Your Program === === Executing Your Program ===
  
-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: (1) execute the program from the command line or (2) use an [[ student:java:jar | executable/runnable JAR file ]].+In principal, the VisualVM can be used with programs that are executed inside of an IDE (e.g., it can be [[student:eclipse:visualvm_install|integrated with 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: (1) execute the program from the command line or (2) use an [[ student:java:jar | executable/runnable JAR file ]].