Code Profiling using the JDE
To use code profiling in the JDE, you must first generate a .jdw file. To do this, select your project and run "mvn package source". The .jdw file generated will be created in "workspace\project name\target\source\jde-rim-###". Next, follow these Steps:
- Open the JDE for the appropriate OS version.
- This is done by opening your JDE directory and running "bin\ide.bat"
- Go to File -> Open Workspace and choose the .jdw file you generated earlier
- Go to Debug -> Go to start the simulator and begin debugging
- Use the different Views to profile different aspects of the application.
