- This topic has 4 replies, 2 voices, and was last updated 18 years, 2 months ago by mstevens.
-
AuthorPosts
-
mstevensMemberI’d like better performance in the JSP editor.
It could be much more useful if it wasn’t so slow. I can barely put up with it, and I know several people who disable it because it makes their machines unusable.
Riyad KallaMemberCan you copy paste the result from MyEclipse > Installation Summary > INstallation Details here for me to look at?
Also to improve performance, please try fine tuning your memory arguments here:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10087.htmlAnd just to be clear, are you talking about the source editor or the visual designer? Also how big are the pages you are editing and how complex are they? (lots of taglibs or just a few?)
mstevensMemberI’ve pasted the installation details below.
It’s the source editor I have trouble with. I am very keen on trying the visual designer, but it reliably crashes Eclipse for me, so is not useful.
Looking at my JSP files, they seem to be around 1000-2000 lines. They use the struts taglibs and a small number of local custom taglibs. Eclipse considers all the struts taglibs undefined, so I get a large number of warnings, because I’ve not worked out how to make the taglib definitions in such a way that Eclipse can see them.
*** Date: Thu Aug 24 09:57:54 BST 2006
*** System properties:
OS=Linux
OS version=2.6.16-2-686
Java version=1.5.0_08*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 5.0 GA
Build id: 20060805-5.0-GA*** Eclipse details:
Eclipse SDKVersion: 3.2.0
Build id: M20060629-1905Eclipse Platform
Version: 3.2.0.v20060609m-AgOexn6hlEUsvBO
Build id: M20060629-1905Eclipse Java Development Tools
Version: 3.2.0.v20060609m-F7snq1fxia-Z4XP
Build id: M20060629-1905Eclipse Graphical Editing Framework
Version: 3.2.0.v20060626
Build id: 20060627-0816Eclipse RCP
Version: 3.2.0.v20060609m-SVDNgVrNoh-MeGG
Build id: M20060629-1905Eclipse Plug-in Development Environment
Version: 3.2.0.v20060609m——6zXJJzJzJq
Build id: M20060629-1905Eclipse Project SDK
Version: 3.2.0.v20060609m-GNq6oQq-7es-Y81
Build id: M20060629-1905Eclipse Graphical Editing Framework
Version: 3.2.0.v20060626
Build id: 20060627-0816Eclipse startup command=-os
linux
-ws
gtk
-arch
x86
-launcher
/opt/local/eclipse/eclipse
-name
Eclipse
-showsplash
600
-exitdata
d3000f
-vm
/usr/local/java/jdk1.5.0_08/bin/java
Riyad KallaMemberYou setup looks fine, as a first step I would encourage you to make the memory adjustments I outlined above. Also in order for your taglibs to get resolved, you need to make sure that you rproject is a Web Project, and that your taglib URIs are correct and any custom mappings are correct if necessary, please read this for more information: http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10906.html
mstevensMemberThanks. I’ve added the memory options you suggest and will see what happens to performance.
I’m trying to setup my project as a web project, and get Eclipse errors when I use ‘Add WebProject Capabilities’. I’ve filed a separate support request regarding this.
-
AuthorPosts