intellij installation fails on fedora 3
i'm trying to install the latest version of idea on fc3 with java 5. java works fine. when i run the installer, it gives me this.
(DebugHelper.java:29)
at java.awt.Component.(Component.java:506)
at com.zerog.ia.installer.Main.d(DashoA8113)
at com.zerog.ia.installer.Main.a(DashoA8113)
at com.zerog.ia.installer.Main.main(DashoA8113)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at com.zerog.lax.LAX.launch(DashoA8113)
at com.zerog.lax.LAX.main(DashoA8113)
GUI-
]]>
i've tried running it as root and giving it all the permissions it needs. what's wrong?
Please sign in to leave a comment.
It could be that you just have a bad download. The installer that you are running also has its own JVM and unpacks it to the tmp directory. So it does not matter witch version of Java you have installed.
Also make sure you have enough disk space.
BTW, that was supposed to be "which" not "witch" in the previous post.
i have enough disk space. i just installed fedora. and it can't be a bad download because i used it on yoper with kde and it worked perfect.
I have IDEA running on fedora core 3 without issue, so I don't think it is a fedora problem. I can also install it using root or a regular user account. Sorry, but I don't think I have an answer for this one. Maybe someone else in this forum could help out.
Please see here:
https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=130239 .
You have to download and install xorg-x11-deprecated-libs package:
http://rpmfind.net/linux/rpm2html/search.php?query=xorg-x11-deprecated-libs&submit=Search+...
Serge Baranov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
tarun wrote:
Michael Garza wrote:
Working fine on my FC3 machine, installed using the RPMS I've rolled
into a yum-repository, works well for me.