I've built and installed an Eclipse Plugin Java application to Program Files
directory in Windows 7.
I have a problem starting the application.
It looks like whenever the application is started, Eclipse Framework tries to write a tmpXXX.instance
into the configuration\org.eclipse.core.runtime\.manager
folder , and of course it does not have the permission to do that, so the program won't start. I've tried running the program as Admin, still have the same problem.
Ive tried out a couple of things, tried google for it, and also still could not get Eclipse to write the instance variable somewhere else.
Thanks, any help is appreciate it :)