Unable to launch RubyMine on Ubuntu 8.10 64bit Follow
I'd like to try out RubyMine but haven't been able to get it to run. I'm on Ubuntu 8.10 64 bit and have both OpenJDK and Sun JDK's installed. Is it compatible with 64 bit Linux? I can see a libypagent.so in the bin dir so I can only assume it isn't loading it due to architecture?
-
export IDEA_JDK_HOME=/usr/lib/jvm/java-6-sun
cd /opt/rubymine/rubymine435/bin
./rubymine.sh
==>
Error occurred during initialization of VM
Could not find agent library on the library path or in the local directory: yjpagent
Please sign in to leave a comment.
Hello Andrew,
Please remove the last line from the rubymine.vmoptions file.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Thanks, that solves it.