| Author |
Message |
|
|
Post subject: New Install of MyEclipse 6.5, code completion not working
Posted: Jul 15, 2008 - 03:44 PM
|
|
Veteran Member


Joined: Jun 18, 2004
Posts: 3
|
|
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? |
Last edited by shanmoon on Jul 17, 2008 - 09:41 PM; edited 1 time in total
|
| |
|
|
|
 |
|
|
Post subject: RE: New Install of MyEclipse 6.5, code completion not workin
Posted: Jul 15, 2008 - 07:33 PM
|
|
Registered Member


Joined: Apr 18, 2007
Posts: 5657
|
|
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. |
_________________ Nipun
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: requested installation details
Posted: Jul 16, 2008 - 11:43 PM
|
|
Veteran Member


Joined: Jun 18, 2004
Posts: 3
|
|
*** 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 |
|
|
| |
|
|
|
 |
|
|
Post subject: requested code completion details
Posted: Jul 16, 2008 - 11:52 PM
|
|
Veteran Member


Joined: Jun 18, 2004
Posts: 3
|
|
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
}
} |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: requested code completion details
Posted: Jul 22, 2008 - 08:27 PM
|
|
Registered Member


Joined: Apr 18, 2007
Posts: 5657
|
|
| Can you go to 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. |
_________________ Nipun
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Jul 24, 2008 - 10:23 PM
|
|
Quality Board

Joined: May 23, 2003
Posts: 315
|
|
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 |
|
|
| |
|
|
|
 |
|
|
Post subject: The same issue
Posted: Aug 04, 2008 - 05:48 PM
|
|
Joined: Aug 04, 2008
Posts: 2
|
|
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. |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: The same issue
Posted: Aug 05, 2008 - 06:53 PM
|
|
Registered Member


Joined: Apr 18, 2007
Posts: 5657
|
|
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? |
_________________ Nipun
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: dd
Posted: Aug 19, 2008 - 10:42 PM
|
|
Joined: Aug 04, 2008
Posts: 2
|
|
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. |
|
|
| |
|
|
|
 |
|
|