problems with 820 beta
Basically it's not running..
I will open up and I can open a file, but from there on it freezes.
Need much better install guides....
Had to comment out this part of rubymine.sh
#if [ -z "$RUBYMINE_VM_OPTIONS" ]; then
# RUBYMINE_VM_OPTIONS="$RUBYMINE_HOME/bin/rubymine.vmoptions"
#fi
also you need to include options to get this into a laucher on the window with your icon.
I got these errors in the terminal where I started it.
bartee@bartee-linux:~/MyDownloads/RubyMine/rubymine820/bin$ ./rubymine.sh
./rubymine.sh: 43: cannot open : No such file
Fontconfig error: "~/.fonts.conf", line 1: XML declaration not well-formed
java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
java.lang.reflect.InvocationTargetException
Killed
I had to KILL the process. It was using 48% of cpu.
I do look forward to the final product. Please do some test installs on ubuntu before the final release..
请先登录再写评论。
Hello Bartee,
Please ensure you have java installed correctly, try 'which java' command.
RubyMine 820 works fine on my Ubuntu 8.10 and 9.04 (development).
Oleg,
I'm happy it works on your machine.
Can you give me any advise on what I might be doing wrong ?
Why did I have to comment out lines ?
What is the font problem ?
Where should this be installed ?
Where are the logs ? ( I looked and did not find any )
How do I put this in the Path so it will start from a window laucher ?
I think a large market for you will be newby's like me who are coming from other languages where IDE's are common.
I really think RubyMine will be a great product, I just think JetBrains will need a better install solution and support for the 1.0 release.
Looking forward.
Hello Bartee,
What version of Java do you use?
Since RubyMine hasn't started yet there are no logs. Usually RubyMine stores its logs in ~/.RubyMine10/system/logs
You can use export command in bash to define any environmental variable.
As for me, I have created special script called rubymine in /usr/local/bin with text:
export JDK_HOME=/opt/jdk1.6
cd /opt/rubymine824/bin
exec ./rubymine.sh
and use this scipt to launch RubyMine.
Thanks,
Oleg