In using JDE for J2ME development I find that jde-complete-at-point-menu presents me with a menu of the J2SE methods, not the J2ME methods. For example, the J2ME Vector class does not have 'add' methods but J2SE does, and if I do jde-complete-at-point-menu on someVector.ad I the menu shows 'add' methods (in addition to the addElement method). My jde-global-classpath points to J2ME classes only, so some other setting must be pointing to the J2SE classes/jars, but which setting?
