|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: trouble configuring eclipse for Pydev ... linux for 32bit x586 [message #1015875 is a reply to message #1015874] |
Mon, 04 March 2013 00:45   |
Eclipse User |
|
|
|
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.36383 seconds