For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub
- This topic has 8 replies, 4 voices, and was last updated 17 years, 7 months ago by
black_bird921.
-
AuthorPosts
-
Shannon MoonMemberI 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?
July 15, 2008 at 1:33 pm #287149
Loyal WaterMemberCan 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.
July 16, 2008 at 5:43 pm #287199
Shannon MoonMember*** 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 WorkbenchVersion: 6.5.0 GA
Build id: 6.5.0-GA-20080609Eclipse Platform
Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
Build id: M20080221-1800Eclipse RCP
Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
Build id: M20080221-1800Eclipse Java Development Tools
Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
Build id: M20080221-1800Eclipse Plug-in Development Environment
Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL
Build id: M20080221-1800Eclipse Project SDK
Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO
Build id: M20080221-1800Eclipse Graphical Editing Framework
Version: 3.3.2.v20080129
Build id: 20080221-1602Eclipse 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.exeJuly 16, 2008 at 5:52 pm #287201
Shannon MoonMemberCode 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 hereInteger.parseInt(test.stringNumber); // code completion does not work here
}
}
July 22, 2008 at 2:27 pm #287407
Loyal WaterMemberCan 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.
July 24, 2008 at 4:23 pm #287526
Robert VargaParticipantI 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
August 4, 2008 at 11:48 am #287933
black_bird921MemberHey, 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 WorkbenchVersion: 6.5.0 GA
Build id: 6.5.0-GA-20080609Eclipse Platform
Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
Build id: M20080221-1800Eclipse RCP
Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
Build id: M20080221-1800Eclipse Java Development Tools
Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
Build id: M20080221-1800Eclipse Plug-in Development Environment
Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL
Build id: M20080221-1800Eclipse Project SDK
Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO
Build id: M20080221-1800Eclipse Graphical Editing Framework
Version: 3.3.2.v20080129
Build id: 20080221-1602Eclipse 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.exeAnd 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.
August 5, 2008 at 12:53 pm #287980
Loyal WaterMemberAre 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?
August 19, 2008 at 4:42 pm #288431
black_bird921MemberHey 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.
-
AuthorPosts
