Is there any way to run intellij idea under jrockit jdk1.5
Is there any way to run intellij idea under jrockit jdk1.5
i have made following changes in idea.lax file
===
lax.nl.current.vm=C:
software
jrockit-jdk1.5.0
jre
bin
java.exe
CLASSPATH=$CLASSPATH:../../jrockit-jdk1.5.0/lib/tools.jar
-Didea.no.jdk.check=true
====
copied the jrockit folder under /jre/bin/jrockit to /jre/bin/client
after doing these changes idea starts but no UI is renderd and idea keeps running forever.
We need a FQA or to dos to get jres (other than sun running)
Please
Please sign in to leave a comment.
IDEA requires being run on the Sun VM which is bundled with IDEA. Even trying
to use a different version of Sun's 1.4.2 VM can cause problems, let alone
another implementation.
-Keith
i have idea running on Sun JRE 1.5 without any issues and signficant performance improvement.
Secondly i have seen people run idea on jrockit (with the same configuration changes that i have mentioned in earlier post) and have seen better performance.
Anybody there, please reply!!