When I enter my license (or trial) key, Optimizeit reports that it is invalid. What should I do?
Make sure that you are entering all the digits of the license without any extra leading or ending space. My application ran successfully, however the Optimizeit profilers are not working correctly. Most of the profiler buttons are disabled. The CPU profiler shows “No profiler information”. Optimizeit’s profiler runs inside the same virtual machine as the tested application. If the tested application ends, the virtual machine exits and Optimizeit loses contact with its profiler and cannot retrieve performance data (an alert saying “Test program exited” pops up in Optimizeit). To resolve this problem, Optimizeit provides an option to disable the Java method System.exit(). This option can be enabled either by using the option “VM cannot exit” in the settings editor or by using the command line option “-noexit” (java … intuitive.audit.Main -noexit …). That way the virtual machine will not exit when your application ends. Use the Stop button in Optimizeit to exit the program when your p