Unable to launch RubyMine on Ubuntu 8.10 64bit

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

2 comments
Comment actions Permalink

Hello Andrew,

Please remove the last line from the rubymine.vmoptions file.

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

--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0
Comment actions Permalink

Thanks, that solves it.

0

Please sign in to leave a comment.