| Author |
Message |
|
|
|
Post subject: Code assist not working in JSP editor
Posted: Nov 14, 2005 - 12:13 AM
|
|
Veteran Member


Joined: Oct 31, 2005
Posts: 3
|
|
Code assist doesn't work after I installed MyEclipse 4.0.2. today I have uninstalled 4.0.2 and installed 4.0.3, it is still not working.
I have tried different internal JSP editors from Window>Preferences>General>Editors>File Associations
Any help is appreciated. Thanks.
My Configuration is:
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.4.2_07
*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 4.0.3 GA
Build id: 20051025-4.0.3-GA
*** Eclipse details:
Eclipse SDK
Version: 3.1.1
Build id: M20050929-0840
Eclipse Platform
Version: 3.1.1
Build id: M20050929-0840
Eclipse RCP
Version: 3.1.1
Build id: M20050929-0840
Eclipse Java Development Tools
Version: 3.1.1
Build id: M20050929-0840
Eclipse Plug-in Development Environment
Version: 3.1.1
Build id: M20050929-0840
Eclipse Project SDK
Version: 3.1.1
Build id: M20050929-0840
Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
a84_60
-vm
C:\WINDOWS\system32\javaw.exe |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 14, 2005 - 05:38 PM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23855
|
|
Are you referring to only code assist in JSP pages, or else where? You should be opening the JSP pages with the "MyEclipse JSP Designer" or 'Classic' editor. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 14, 2005 - 11:19 PM
|
|
Veteran Member


Joined: Oct 31, 2005
Posts: 3
|
|
I am referring to only code assist in JSP pages. I have tried different editors neither "MyEclipse JSP Designer" nor 'Classic' editor works. Also if I click "Ctrl-1" I get NullPointerException. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 15, 2005 - 12:59 AM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23855
|
|
Is this a Web Project you are working with or a normal Java Project?
DO you have WTP 0.7 installed?
Do you have Visual Studio.NET installed?
What happens when you try a new workspace: File > Swich Worksace > C:\tempworkspace, hit OK, create a new web project and JSP and try autocomplete, did it work? |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 16, 2005 - 01:10 AM
|
|
Veteran Member


Joined: Oct 31, 2005
Posts: 3
|
|
It is a web project.
I didn't install WTP 0.7 or Visual Studio.NET.
code assist works for a new web project.
The special thing about this project is that the source and web are linked to other directories (the folders I checked out from cvs) on the same drive.
It used to work for this project in previous version of myeclipse. After I uninstalled the old version and install 4.0.3, code assist stops working for this project.
Any idea? Thanks. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 16, 2005 - 03:32 AM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23855
|
|
Hmm, if you recreate the project using a new web project, with the linked dirs and everything, does it work again? (no, no ideas off the top of my head why it stopped working)
Try restarting with -clean command line argument. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|