Actually, pydev does not have any difference from 32 to 64 bits (it
only generates the .jars which are platform-independent), so, just
build the 32 bit variables and it should work anywhere (with a 64 or
32 bit vm and on any OS).

Cheers,

Fabio

On Tue, Feb 22, 2011 at 11:23 AM, Hussain Bohra
<[email protected]> wrote:
> Hi All,
>
> I am building pydev code locally.
>
> To build 32 bit pydev, I set the following variables before executing ant
> build script:
>
> set BASEOS=win32
> set BASEWS=win32
> set BASEARCH=x86
>
> Whereas to build 64 bit pydev, I set the following variables before
> executing ant build script:
>
> set BASEOS=win64
> set BASEWS=win64
> set BASEARCH=x64
>
> Follwing are the other necessary details:
>
> Java - 32 bit.
> Operating System - Windows 7 Ultimate, 64 bit.
>
> Could you please let me know whether the above mentioned steps are correct.
>
>
>
> Also, after my build is successful, how can I verify whether I have 32 bit
> pydev or 64 bit pydev ?
>
>
>
> Thanks in Advance.
>
>
>
> Thanks and Regards,
> Hussain Bohra
> Tavant Technologies,
> Bangalore-95
> mail-to:[email protected]
> mobile : +91 99867 95727
>
>

------------------------------------------------------------------------------
Index, Search & Analyze Logs and other IT data in Real-Time with Splunk 
Collect, index and harness all the fast moving IT data generated by your 
applications, servers and devices whether physical, virtual or in the cloud.
Deliver compliance at lower cost and gain new business insights. 
Free Software Download: http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________
pydev-code mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-code

Reply via email to