MAc OSx Could not find -Xrun library
On build 3281 (Unix pack), I get the error below. Using idea3281.dmg (Mac OS X disk image) runs ok. Can anybody help me fix this bacause I like to altenate running either version on my mac.
tia, Michael
Error occurred during initialization of VM Could not find -Xrun library: libyjpagent.jnilib (searched System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Libraries:/System/Library/Java/Extensions:/Library/Java/Extensions:.)
Please sign in to leave a comment.
Remove -Xrunyjpagent:port=10100 from IDEA vm parameters in idea.sh. Unix
distribution doesn't contain Mac compiled native library required to launch
idea with profiling agent.
-
Maxim Shafirov
http://www.jetbrains.com
"Develop with pleasure!"
Thanks