Re: [Pydev-code] [Pydev Build]: How to distinguish among 32 bit and 64 bit build
Brought to you by:
fabioz
From: Fabio Z. <fa...@gm...> - 2011-02-22 15:41:36
|
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 <hus...@ya...> 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:hus...@ta... > mobile : +91 99867 95727 > > |