Installing RubyMine-3.2.4 Debian 6
Could someone help with installation of RubyMine-3.2.4 on Debian
I have sucessfully installed java 7 with help of this blog post http://alexander.holbreich.org/2011/11/java-7-on-debian/ however I can not get RubyMine working
Whenever I start rubymine.sh I get this error
No JDK found to run RubyMine. Please validate either RUBYMINE_JDK, JDK_HOME or JAVA_HOME environment variable points to valid JDK installation.
I have googled for it but and tried tens of suggestion but it doesn't work for me :/
Does anyone know how what I am doing wrong?
Please sign in to leave a comment.
Have you tried
export RUBYMINE_JDK=/path/to/jdk; /path/to/RubyMine/bin/rubymine.sh
?
Have you tried
export RUBYMINE_JDK=/path/to/jdk; /path/to/RubyMine/bin/rubymine.sh
?
Please add the following line to the top of the rubymine.sh or in your ~/.bashrc file:
Hope this helps,
Oleg