Install Eclipse C/C++ Juno on Mac OS X

Posted on Sat 07 July 2012 in Mac • Tagged with C++, Eclipse, Mac, mac os x, programming

Description

This tutorial will explain how to install and use Eclipse C/C++ with Mac OS X. I wrote a tutorial for Windows 7 some time ago because you need to install some additional software to be able to compile your programs. With Mac OS X this should be more …


Continue reading

Build the iDempiere Project using Eclipse with buckminster

Posted on Wed 07 September 2011 in iDempiere • Tagged with buckminster, Eclipse, iDempiere, OSGi

This tutorial explains the setup of an development environment for building the iDempiere project.

First download a the newest Helios(3.6) version of Eclipse. Be careful Helios is not the newest version of Eclipse but you need the newest version of Helios 3.6.2.x.

Now start Eclipse …


Continue reading

Install Tomcat with Eclipse

Posted on Tue 19 April 2011 in Development • Tagged with Eclipse, Tomcat

Howto install Tomcat with Eclipse IDE on MacOS X.

What we need:

Tomcat

Eclipse JEE

1. Extract Eclipse into your Applicationfolder and Tomcat to your prefered location for example into your home directory.

2. change into the apache-tomcat-6.0.20/bin directory and make all .sh files executeable

cd <pathtoyourtomcat …

Continue reading

Install Eclipse CDT on Windows 7

Posted on Tue 19 April 2011 in Development • Tagged with C++, Eclipse, mingw, minsys, Windows

How to install Eclipse CDT on Windows 7.

First of all we need a c++ compiler for Windows. The most popular c++ compiler is mingw. You can download it on the sourceforge project page.

We need 2 packages from this page.

1. mingw installer

2. minsys installer

First step is …


Continue reading

Install Git plugin for Eclipse

Posted on Tue 19 April 2011 in Development • Tagged with Eclipse, Git

Git became one of the most popular distributed revision control system. It was developed by the linux kernel maintainer Linus Torvalds and has a big community. To include Git in your workflow or make it possible to review a repository you are working on it's nice to have it included …


Continue reading

Install Mercurial Plugin on Mac OS X and Eclipse

Posted on Tue 19 April 2011 in Development • Tagged with Eclipse, Mercurial

This howto explains you howto install the HgEclipse plugin on MacOS X.

This howto explains you step by step how can install the Mercurial plugin for Eclipse on Mac OS X Systems.

Eclipse should be setup and running.

1. We install Mercurial on your system. You should have the newest …


Continue reading

How to delete saved passwords in Eclipse

Posted on Tue 19 April 2011 in Development • Tagged with Eclipse

I saved my username and password for subversion repository but I wasn't able to change them.

After some research I found a way to clear all saved passwords and usernames. On Mac OS X just move the ~/.eclipse_keyring away or delete it if you know all your usernames and passwords …


Continue reading

Eclipse configuration files on Mac OS X

Posted on Tue 19 April 2011 in Eclipse • Tagged with Eclipse

On Linux or Windows you can find the eclipse.ini file in the eclipse directory.
If you now run out of memory with some bigger projects you need to edit the eclipse.ini file to increase the max amount of memory for you eclipse java process.

1. Open Terminal and …


Continue reading