문제

I've JProfiler 7.2.2 installed (with Evaluation Key however), I'm using eclipse 4.2. When I try to integrate JProfiler to Eclipse, it shows the following error message:

The directory C:\Program Files\eclipse\dropins\com.jprofiler.integrations.eclipse could not be created.

What is the issue? How do I fix this?

도움이 되었습니까?

해결책

Please do not put an Eclipse installation into the program files folder. Historically Eclipse has been designed for in-place self-modification, but the "Program Files" folder is not writable for normal users. Use a folder instead, which can be written to by any user, e.g. something like c:\eclipse.

Side note: Most eclipse functionality works fine even in a non writable directory, as Eclipse will store the configuration information at a different location then. But not all plugins have been designed and crafted with this in mind.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top