-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not work in W7 if Eclipse path has embedded space(s) #27
Comments
As per the first screenshot on http://mchr3k.github.com/org.intrace/eclipse.html you should be able to launch your program directly from the InTrace menu. Can you confirm if this menu is not working for you? If so, can you attach a screenshot? |
Thanks for your interest. I am just off snowbirding for 6 weeks, so I may not get back to this for With InTrace, my main problem was that I could not get it to recognise To be clear, I could edit and add classes to the list in InTrace I was all runing on JRE7 but then downloaded JRE6 and installed it While the above was I going on, I had no crashes, there may have been The crash came with some particular setup that I can't recall the details. It is hard to troubleshoot a new program when you don't know how it Thanks again for your response Robin Hayman Robin & Diane Hayman On 20/02/2013 4:47 PM, mchr3k wrote:
|
My Eclipse happened to be installed in c:Program files/...
Also, in the page "http://mchr3k.github.com/org.intrace/eclipse.html", it is not at all clear ( if you have never done it) just what has to done to make InTrace work. A blow-by-blow explanation would help.
It seems the ordinary Run configuration is shared with InTrace, so ..
Edit the usual run configuration to add the VM argument
-javaagent:C:/fullpathto/intrace-agent.jar
Ensure there is no space after the colon else it won't work!
Also probably won't work if spaces in the path
Select either the Package or the actual class to be traced. This action will cause the
InTrace Run menu to have non-grey 'Java Application'. Click this. Then it should work.
The text was updated successfully, but these errors were encountered: