facebook

New Install of MyEclipse 6.5, code completion not working

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #287138 Reply

    Shannon Moon
    Member

    I just installed MyEclipse 6.5 on a Windows XP Pro SP2 32-bit system.
    .
    Code completion is not working. I can successfully compile and run classes/applications, however I do not get any code completion options popping up…. ie I can type “Integer.” and nothing happens.

    I have a MyEclipse 6.0 installation also, and it does not have the same issue.

    Both of them are setup to use the same JDK installation for projects (JDK1.6.0_02). I’ve tried switching the JDK for 6.5, and the issue still occurs. I tried installing it on another development machine I have with the same JDK, and the same issue still occurs.

    Thoughts? Suggestions?

    #287149

    Loyal Water
    Member

    Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.

    What file are you trying code completion in?

    Can you paste a sample file here for me and point out the line where the code completion is not working for you.

    #287199

    Shannon Moon
    Member

    *** Date:
    Wednesday, July 16, 2008 6:42:48 PM EDT

    ** System properties:
    OS=WindowsXP
    OS version=5.1
    Java version=1.5.0_11

    *** MyEclipse details:
    MyEclipse Enterprise Workbench
    Version: 6.5.0 GA
    Build id: 6.5.0-GA-20080609

    *** Eclipse details:
    MyEclipse Enterprise Workbench

    Version: 6.5.0 GA
    Build id: 6.5.0-GA-20080609

    Eclipse Platform

    Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
    Build id: M20080221-1800

    Eclipse RCP

    Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
    Build id: M20080221-1800

    Eclipse Java Development Tools

    Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
    Build id: M20080221-1800

    Eclipse Plug-in Development Environment

    Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL
    Build id: M20080221-1800

    Eclipse Project SDK

    Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO
    Build id: M20080221-1800

    Eclipse Graphical Editing Framework

    Version: 3.3.2.v20080129
    Build id: 20080221-1602

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -showsplash
    -launcher
    C:\Program Files\MyEclipse 6.5\eclipse\eclipse.exe
    -name
    Eclipse
    –launcher.library
    C:\Program Files\MyEclipse 6.5\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118\eclipse_1023.dll
    -startup
    C:\Program Files\MyEclipse 6.5\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
    -exitdata
    a0_f0
    -clean
    -vm
    C:\Program Files\MyEclipse 6.5\jre\bin\javaw.exe

    #287201

    Shannon Moon
    Member

    Code completion does not work at all, anywhere. It does not matter if it is a class in the jdk, a class in the source code, or a class in a jar on the build path for the project. I can build in eclipse and run classes. No compilation errors occur. Just nothing happens after hitting the “.”. Here’s a very simple example:

    /**
    * A simple test class
    *
    */
    public class Test {

    public String stringNumber = “1”;
    /**
    * @param args
    */
    public static void main(String[] args) {
    Test test = new Test();
    test.stringNumber.toString(); //code completion does not work here

    Integer.parseInt(test.stringNumber); // code completion does not work here

    }

    }

    #287407

    Loyal Water
    Member

    Can you go to http://www.poweredbypulse.com and grab the pulse launcher. After launching pulse, add the MyEclipse profile to it. Create a new project and test if auto complete works. Let me know if the issue persists.

    #287526

    Robert Varga
    Participant

    I also saw a similar thing to what was mentioned here in two cases:

    1. When the JRE class library was not added to the libraries, but then you wouldn’t be able to compile.

    2. When for some reason an autocompletion-set was inactive somehow, but in this case it asked which set of autocompletion I wanted to use.

    BR,

    Robert

    #287933

    Hey, I have the same issue.

    Here’s the installation detail:

    *** Date:
    Monday, August 4, 2008 12:42:40 PM EDT

    ** System properties:
    OS=WindowsXP
    OS version=5.1
    Java version=1.5.0_14

    *** MyEclipse details:
    MyEclipse Enterprise Workbench
    Version: 6.5.0 GA
    Build id: 6.5.0-GA-20080609

    *** Eclipse details:
    MyEclipse Enterprise Workbench

    Version: 6.5.0 GA
    Build id: 6.5.0-GA-20080609

    Eclipse Platform

    Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
    Build id: M20080221-1800

    Eclipse RCP

    Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
    Build id: M20080221-1800

    Eclipse Java Development Tools

    Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
    Build id: M20080221-1800

    Eclipse Plug-in Development Environment

    Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL
    Build id: M20080221-1800

    Eclipse Project SDK

    Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO
    Build id: M20080221-1800

    Eclipse Graphical Editing Framework

    Version: 3.3.2.v20080129
    Build id: 20080221-1602

    Eclipse startup command=-os
    win32
    -ws
    win32
    -arch
    x86
    -showsplash
    -launcher
    C:\app\myeclipse65\eclipse\eclipse.exe
    -name
    Eclipse
    –launcher.library
    C:\app\myeclipse65\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118\eclipse_1023.dll
    -startup
    C:\app\myeclipse65\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
    -exitdata
    1c0c_8c
    -clean
    -vm
    C:\app\myeclipse65\jre\bin\javaw.exe

    And I did try the suggested Pulse thing and it didn’t help.

    The symptom is the same: no code completion for any project, any class.

    #287980

    Loyal Water
    Member

    Are you guys working with projects that have been checked out from a version control system ?

    Can all of you grab the JSFLogin example from the Examples on Demand page and try auto complete in the UserBean.javafile. Does it work?

    #288431

    Hey I solved this issue by using a brand new workspace other than my legacy one that was used by myeclipse 6.0 too.

    Thanks for the help.

Viewing 9 posts - 1 through 9 (of 9 total)
Reply To: New Install of MyEclipse 6.5, code completion not working

You must be logged in to post in the forum log in