- This topic has 11 replies, 2 voices, and was last updated 19 years, 4 months ago by
Riyad Kalla.
-
AuthorPosts
-
frensleyMemberI just upgraded to 4.1. I used to be able to make a link in my java project to a folder on the file system which is the context of my app server and thus full of jsps. I could directly edit them and have content assist available. Now in a standard Java project it doesnt seem to validate JSPs. Is there some way to recover this functionality?
Thanks.
February 8, 2006 at 2:41 pm #246353
Riyad KallaMemberfrensley,
Double check your validation settings in your project properties-> MyEclipse-Validation. You also need to be sure that your JDK’s bin directory is in your system path so the validation can find the javac executable.February 8, 2006 at 2:49 pm #246356
frensleyMemberJavac is in the path. Validation is enabled. I can create a web project and it works fine. I am having problems with a normal Java project. It no longer works like it did in previous versions. Thanks.
February 8, 2006 at 2:57 pm #246357
Riyad KallaMemberJust to clarify these files are in the project or part of a linked resource?
February 8, 2006 at 3:50 pm #246359
frensleyMemberThey are in file folder that is linked to a folder on the file system via the advanced button. Thanks.
February 8, 2006 at 5:52 pm #246368
Riyad KallaMemberThis seems to be a regression, I’ll file it ASAP.
February 8, 2006 at 9:32 pm #246369
Riyad KallaMemberTry this:
Project Properties > Builders > New… ,do you see a “Validator” builder that you can add?February 9, 2006 at 3:36 pm #246464
frensleyMemberThe project has a Validation builder already there. Selecting new only returns two. “Ant Build” and “Program”. Thank you.
February 9, 2006 at 3:52 pm #246468
Riyad KallaMemberTry and restart your computer. In my attempts at trying to narrow down this bug, validation began working in my Java Project. None the less I have filed it as a bug and we are looking into it.
February 9, 2006 at 4:04 pm #246469
frensleyMemberJust rebooted and still no joy. Thanks.
February 14, 2006 at 10:21 am #246749
frensleyMemberI have figured this out somewhat. It is a memory issue. I just realized that my vgmargs had a typo and I was using the default memory config. However, I didnt realize this until the workbench ran out of memory. I corrected the args, and now I have content assist available in a linked file system folder. This explains why you restarting fixed (maybe). So, I think the real issue is that we are not getting errors reported by the validtor (or some sub system) about oom. Thanks.
February 14, 2006 at 10:51 am #246752
Riyad KallaMemberThank you for the heads up, I will add this to the bug.
-
AuthorPosts