User Tools

Site Tools


eclipse:eclipse

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
eclipse:eclipse [2012/12/07 11:46] skipidareclipse:eclipse [2023/11/01 07:15] (current) – ↷ Page moved from camunda:eclipse:eclipse to eclipse:eclipse skipidar
Line 1: Line 1:
 +===== Eclipse =====
  
 +[[ http://www.oracle.com/technetwork/java/javase/downloads/jdk-6u26-download-400750.html |The best development environment.]]
 +
 +
 +
 +==== Repair autocomplete: ====
 +
 +Autocomplete often lags, but there is a bugfix avaiable! Download it [[http://www.google.com/url?q=http://adt-addons.googlecode.com/svn/patches/org.eclipse.jdt.core_3.6.1.v_A68_R36x.zip&ei=vg5aTf2RIMrUgAeI-qTvDA&sa=X&oi=unauthorizedredirect&ct=targetlink&ust=1297749446528273&usg=AFQjCNFv7FGlTrnoVhRGE35JPjHxOwI_Bw|here]] and merge it with your **plugins** folder.
 +
 +
 +==== Attaching android sources ====
 +
 +  - Downloading the sources from GIT repository did not work on windows, even if it would - the sources are splitted in different projects, and would need to be assembled. It is easier to download pre assembled sources [[http://android.opensourceror.org/2010/01/18/android-source/|here]]. The Honeycomb sources are not available, take the last source, from android 2.1
 +  - After downloading the 2.1 eclair.zip file unpack it to ...android-sdk-path\sources\sources-2.1-eclair\
 +  - During next debugging process, eclipse will display a button to "Edit source lookup path" - add the ...android-sdk-path\sources\sources-2.1-eclair\ directory to the source path.
 +
 +
 +==== Runtime arguments: ====
 +Lister [[http://help.eclipse.org/galileo/topic/org.eclipse.platform.doc.user/tasks/running_eclipse.htm#macosx|here]]