How to run PyCharm in Ubuntu 9.1?

Hi everyone,

I'm anxious to try PyCharm, but can't get it running in Ubuntu. I have the latest Sun JDK installed via apt, but I'm not exactly sure what to set the JDK_HOME to? My JAVA_HOME is /usr/bin/java

Can someone help me out?

Kind regards,

Brandon

0
5 comments
Avatar
Permanently deleted user

After setting the environment variable JDK_HOME I got the follwing error after running pycharm.sh:

Error occurred during initialization of VM

Could not find agent library on the library path or in the local directory: yjpagent

0
Avatar
Permanently deleted user

Anf after googling around I found the follwing solutio - for IDEA:

http://www.jetbrains.net/devnet/message/5181122#5181122

I just had to remove the last line in the file bin/pycharm.vmoptions ....

0
Avatar
Permanently deleted user

Hi Sebastian,

What did you set your JDK_HOME variable to?

Thanks,

Brandon

0
Avatar
Permanently deleted user

For developing in Java, I already had a full JDK on my Computer. I already had a full JDK from http://java.sun.com/javase/downloads/ downloaded and extracted. The JDK_HOME points to that directory eg /home/name/jdk.

0
Avatar
Permanently deleted user

Awesome. Got it working. I just didn't have the full JDK.

Many thanks!

0

Please sign in to leave a comment.