trouble configuring eclipse for Pydev ... linux for 32bit x586 [message #1015485] |
Thu, 28 February 2013 12:25  |
Hugh Foster Messages: 33 Registered: February 2013 |
Member |
|
|
I have had issues running a simple "Hello World" py file in Eclipse. Initially I used the Linux software center to get an image of Eclipse and after numerous attempts to resolve, I tried to address the issues on the ubuntu forums. I removed all java files and downloaded JDK 7 and installed that via the terminal line. I then downloaded and installed Eclipse from the main site, installed in my home folder and used the help menu to download the Pydev software from pydev.org/updates. The Py file opens in the IDE, however when I try to run it the run window opens with only the option to run it as an 'Ant' file. Please can someone help me configure Eclipse for Pydev so it can edit and run files of this type?
Thanks for your consideration
[Updated on: Thu, 28 February 2013 14:23] Report message to a moderator
|
|
|
|
|
| Re: trouble configuring eclipse for Pydev ... linux for 32bit x586 [message #1015519 is a reply to message #1015517] |
Thu, 28 February 2013 23:19   |
Hugh Foster Messages: 33 Registered: February 2013 |
Member |
|
|
I had a look at stackoverflow and didnt see much, not to say that I didnt already try.. its a problem with java
# Problematic frame:
# C [ld-linux.so.2+0xb968] _dl_rtld_di_serinfo+0x2e48
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
#
this error occurred while trying to access the interactive help in the right side pane. what initially was meant to be a convenient study tool has become inconvenient
[Updated on: Thu, 28 February 2013 23:29] Report message to a moderator
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Re: trouble configuring eclipse for Pydev ... linux for 32bit x586 [message #1015875 is a reply to message #1015874] |
Mon, 04 March 2013 00:45   |
Russell Bateman Messages: 2709 Registered: July 2009 Location: Provo, Utah, USA |
Senior Member |

|
|
On 03/03/2013 10:42 PM, Russell Bateman wrote:
> On 03/03/2013 04:20 PM, Hugh Foster wrote:
>> it couldnt find -vm but that is probably because I didnt unpack it and
>> make it executable.... what is the way to unpack it to the correct
>> directory?
>
> (You were on Linux, right?)
>
> eclipse.ini doesn't come with the -vm option in it. When you run Eclipse
> without it, it just runs on whatever JRE happens to be available on the
> search path.
>
> You pick the directory you want and explode the tarball you downloaded
> from eclipse.org there. For instance:
>
> /home/hugh $ tar -zxf eclipse....tgz
> /home/hugh $ cd eclipse
> /home/hugh/eclipse $ vim eclipse.ini
> ...
> -vm
> /home/hugh/jdk1.0.6_20/bin/java
> ...
> :wq
>
> /home/hugh/eclipse $ ./eclipse
>
> ...and you're running.
Oh, yeah, I forgot, you moved Java to under eclipse. That wasn't
necessary, but it is a way to solve the problem. In that case, you don't
need to add the -vm option.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05433 seconds