Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » PyDev Install to Eclipse on Mac(Correctly installed but nit shown in Preferences)
icon5.gif  PyDev Install to Eclipse on Mac [message #1176482] Fri, 08 November 2013 11:05 Go to next message
Daniel Werner is currently offline Daniel WernerFriend
Messages: 1
Registered: November 2013
Junior Member
Hi there,

I'm new to the Eclipse IDE as well as Python development and encountered a problem while trying to install the PyDev IDE to Eclipse.

I did exactly as shown and explained in the Guides on the PyDev website, but after eclipse restarted I do not hab the PyDev entry in the list of Preferences.

I then checked again into "Install New Software ...", where PyDev was shown as already installed.

Afterwards I uninstalled PyDev via the "Installation Details" in the "About" Dialog and reinstalled it now using the "Eclipse Marketplace". After that I checked it there and it said that it was installed (I could only uninstall or update it). But in the Preferences I still have no entry with PyDev. Even if I use the search-Bar above the Preferences list it cannot find PyDev.

I hope you have any Ideas.
Here are some information about the software I use:

Eclispe 4.3.1 vor Mac 64Bit

Thanks
PyDev for Eclipse 3.0.0.201311051910

iMac 27'' Late 2012 Intel i7 3,4 GHz running OS X 10.9 (13A603)
Re: PyDev Install to Eclipse on Mac [message #1178500 is a reply to message #1176482] Sat, 09 November 2013 18:02 Go to previous messageGo to next message
Francisco Delicado is currently offline Francisco DelicadoFriend
Messages: 1
Registered: November 2013
Junior Member
Hello,

I have the same problem that Daniel has, but in my case the platform is Debian/Linux 7.2 (wheezy) amd64, and the Eclipse version is 3.8.0.

Do you have any suggestion? Sad

Thanks.

Re: PyDev Install to Eclipse on Mac [message #1195180 is a reply to message #1176482] Mon, 18 November 2013 22:08 Go to previous messageGo to next message
Can Nguyen is currently offline Can NguyenFriend
Messages: 1
Registered: November 2013
Junior Member
Make sure you have Java 7 installed , see post below

http://pydev.blogspot.com/2013/11/pydev-30.html

[Updated on: Wed, 08 January 2014 18:07] by Moderator

Report message to a moderator

Re: PyDev Install to Eclipse on Mac [message #1227819 is a reply to message #1195180] Sun, 05 January 2014 18:06 Go to previous messageGo to next message
Nitch Keamy is currently offline Nitch KeamyFriend
Messages: 1
Registered: January 2014
Junior Member
I installed Java 7. still no pydev in preferences...
Re: PyDev Install to Eclipse on Mac [message #1229081 is a reply to message #1227819] Wed, 08 January 2014 17:17 Go to previous message
ssoto Mising name is currently offline ssoto Mising nameFriend
Messages: 1
Registered: January 2014
Junior Member
Hi all,
I stalled java 7 and it fixed. I executed:
apt-get install openjdk-7-jre

But that not was enough, because java 6 is still installed. You must to check if your system is runing java 6 or 7. For then execute:
java -version

My output was:
java version "1.6.0_27"


Then you must to update your alternates. How? Using update-alternates. Just run that:
 update-alternatives --config java

When I executed, the output was:
------------------------------------------------------------
* 0            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java   1061      modo automático
  1            /usr/lib/jvm/java-6-openjdk-amd64/jre/bin/java   1061      modo manual
  2            /usr/lib/jvm/java-7-openjdk-amd64/jre/bin/java   1051      modo manual

Just select the number of java-7-openjdk-amd64, in my case was 2.

Try that buddy.

Previous Topic:Eclipse crashes after few minutes
Next Topic:Issue starting Tomcat on Eclipse
Goto Forum:
  


Current Time: Fri Mar 29 14:33:59 GMT 2024

Powered by FUDForum. Page generated in 0.04759 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top