Category Archive: Eclipse

Jul
02

Add java path to Eclipse (Mac/Ubuntu)

Sometimes when you have more than one version of java running in your computer, Eclipse will get confuse and will not run properly especially when your JAVA_HOME is set to the java version that Eclipse does not like (sound like human). To add java version to Eclipse: Exit your eclipse Locate your eclipse.ini file in …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=180

Jul
02

Removing unwanted workspace from eclipse

After removing the workspace from the filesystem, the “removed” workspace will still appear when Eclipse is started. Thus, when you click on this workspace, an empty directory will be recreated in the filesystem. To totally remove the workspace from Eclipse workspace list after you remove the workspace folder from the filesystem: close your eclipse Locate …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=176

Nov
22

Eclipse 3.2 and 3.3 Update Site for Pydev, Maven and Subsclipse

Whenever I install eclipse, I always wasted my time searching for the update site. These are dependencies needed to install PyDev and Subsclipe in Eclipse (I assume that you know how to add the remote site and install those Eclipse packages): Mylar (Do not need anymore this since it’s com with pydev now) Mylar is …

Continue reading »

Permanent link to this article: http://lindaocta.com/?p=27