ptolemy/backtrack/
from the build.
Eclipse is available as both 32-bit and 64-bit binaries. Deciding
which one to download can be complex, see 32-bit or 64-bit.
After determining whether to download the 32-bit or 64-bit version
of Eclipse, download the file and unzip the download file into an
appropriate place, such as C:\Program Files
, which will
create C:\Program Files\eclipse\eclipse.exe
.
If eclipse\eclipse.exe
is not created, then it could
be that the security policy on your machine is preventing the creation
of .exe
files. If this is the case, then try right
clicking on the zip file, select "Properties" and then at the bottom,
hit "Unblock" and then "Apply". Or try running
unzip
from the command line.
eclipse/eclipse.exe
eclipse.exe
and a dll executable:
chmod a+x eclipse.exe
eclipse
directory.
find . -name *.dll -exec chmod a+x {} \;