facebook

Upgraded to 10.6 and now can’t fine JSTL/Core tag library

  1. MyEclipse IDE
  2.  > 
  3. WebSphere Development
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #330059 Reply

    pcable
    Member

    I just updated from MyEclipse10.0 to MyEclipse 10.6 via the “MyEclipse Configuration Center”. I am concerned that there were errors with the upgrade. Is there a way to roll back?

    Basically since I upgraded all of my previously working projects will not compile. They are giving me the following compilation error:
    Can not find the tag library descriptor for “http://java.sun.com/jsp/jstl/core”

    However the taglib is correct:
    <%@ taglib uri=”http://java.sun.com/jsp/core&#8221; prefix=”c” %>

    I also verified that the JavaEE6 Libraries does still contain the javax.servlet.jsp.jstl.jar

    Anyway, I am not sure what has caused this issue. Any help would be greatly appreciated.

    Thanks,
    pcable

    #330060 Reply

    pcable
    Member

    Another reason why I am concerned that something didn’t get installed properly is that since the upgrade, I keep getting an error that says the following:

    ‘Updating Change Sets for SVNStatusSubscriber’ has encountered a problem.
    Erros occurred while updating the change sets for SVNStatusSubscriber

    detail..

    org.apache.subversion.javahl.ClientException: Previous operation has not finished; run ‘cleanup’ if it was interrupted.

    Yes I realize this is SVN but that was one of the 6 modules that were updated.

    Thanks

    #330083 Reply

    support-swapna
    Moderator

    pcable,

    Sorry that you are seeing issues.

    1. You have to use <%@ taglib uri=”http://java.sun.com/jsp/jstl/core&#8221; prefix=”c” %> instead of <%@ taglib uri=”http://java.sun.com/jsp/core&#8221; prefix=”c” %> on 10.6.

    The issue with validation error on <%@ taglib uri=”http://java.sun.com/jsp/core&#8221; prefix=”c” %> is a WTP issue which is carried to MyEclipse from base Eclipse.
    The same issue exists on Eclipse Indigo 3.7.2 which is the base for MyEclipse 10.6. Our dev team is looking into it right now.

    2. I am afraid something went wrong with the SVN. Can you please uninstall the SVN client and reinstall it to check if it fixes the issue ?

    Let us know how it works for you.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Upgraded to 10.6 and now can’t fine JSTL/Core tag library

You must be logged in to post in the forum log in