- This topic has 5 replies, 3 voices, and was last updated 19 years, 4 months ago by Riyad Kalla.
-
AuthorPosts
-
skidancerParticipantHow can I disable jsp validation on a project-wide basis?
Thanks,
David
Riyad KallaMemberProject Properties > MyEclipse-Validation > Uncheck “JSP Validation”
bingoMemberMay I suggest that jsp validation be disabled by default? It brings the system to a crawl everytime a validation occurs, and the problem is that everytime a jsp file is saved, the file is validated… this is very annoying. I was even thinking about downgrading to eclipse 3.0 and a previous version of MyEclipse because I thought it was a bug until I read this post.
Riyad KallaMemberbingo validation shouldn’t be doing this, assuming it is acting correctly you shouldn’t even be noticing it.
1) What is your MyEclipse Build and Version? (Window > Prefs > MyEclipse)
2) What is your Eclipse Build and Version? (Help > About)
3) What commandl ine are you using to run MYEclipse?
4) What the processor and memory specs of your machine?
5) What OS and JDK version are you using to run Eclipse?
bingoMember1) What is your MyEclipse Build and Version? (Window > Prefs > MyEclipse)
2) What is your Eclipse Build and Version? (Help > About)
3) What commandl ine are you using to run MYEclipse?
4) What the processor and memory specs of your machine?
5) What OS and JDK version are you using to run Eclipse?1) Version: 4M2, Build id: 20050627-4.0-Milestone-2
2) Version: 3.1.0, Build id: I20050627-1435
3) I don’t use any option or parameter to run MyEclipse.
4) P4 2.8 GHz with 768Mb of memory
5) Mandrake 10.0 (kernel 2.6.3) with Sun’s JDK 1.5.0
Riyad KallaMember3) This is the problem, if you haven’t already you will likely start running into OutOfMemoryExceptions right and left. Keep in mind that Eclispe 3.0 and 3.1 use considerably more memory than 2.0 did, on top of that MyEclipse consists of roughly 170 plugins. Trying to run all this inside of the default heap space (64mb) is just not feasible. We highly suggest you adjust your shortcut to look something like this:
eclipse.exe -vmargs -Xms128m -Xmx256m
-
AuthorPosts