facebook

Myeclipse6.0 jsf 1.2 doesnt open

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #279352 Reply

    btl_ayd
    Member

    This message has not been recovered.

    #279356 Reply

    Loyal Water
    Member

    This message has not been recovered.

    #279362 Reply

    btl_ayd
    Member

    This message has not been recovered.

    #279363 Reply

    btl_ayd
    Member

    This message has not been recovered.

    #279365 Reply

    Loyal Water
    Member

    This message has not been recovered.

    #279391 Reply

    btl_ayd
    Member

    I made this application that you sent.Whwn I selected j2ee .5 I had this error.Ican opnen jsf 1.1 But when I want to opn jsf1.2 I have got problem.

    #279400 Reply

    Loyal Water
    Member

    Can you paste the jsp 1.2 file here for me so that can try opening it at my end. I want to make sure that the problem is not with the file that you are trying to open. What editor are you trying to open it with ?

    #279430 Reply

    btl_ayd
    Member

    I try to open jsf1.2 with myeclipse 6.0 selection jee 5.0 here is my xml and faces code.I nothing wrote on jsf 1.2 any code.Only I try to open it.And I have got problem.
    faces-xml:
    <?xml version=’1.0′ encoding=’UTF-8′?>:(

    <faces-config xmlns=”http://java.sun.com/xml/ns/javaee&#8221;
    xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance&#8221;
    xsi:schemaLocation=”http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-facesconfig_1_2.xsd&#8221;
    version=”1.2″>:(

    </faces-config>
    and here is web.xml:
    <?xml version=”1.0″ encoding=”UTF-8″?>
    <web-app xmlns=”http://java.sun.com/xml/ns/javaee&#8221; xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance&#8221; version=”2.5″ xsi:schemaLocation=”http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd”&gt;
    <context-param>
    <param-name>javax.faces.CONFIG_FILES</param-name>
    <param-value>/WEB-INF/faces-config.xml</param-value>
    </context-param>
    <servlet>
    <servlet-name>Faces Servlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>0</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>Faces Servlet</servlet-name>
    <url-pattern>*.faces</url-pattern>
    </servlet-mapping>
    <welcome-file-list>
    <welcome-file>index.jsp</welcome-file>
    </welcome-file-list>
    </web-app>

    please help me I removed manually myeclipse an install again I saw this error again.But on another Pc I can open jsf1.2 with myeclipse!!!

    #279451 Reply

    Loyal Water
    Member

    btl_ayd,
    The file looks good. Can you please go to our download page and download the MyEclipse 6.0.1 All in One installer. Use that to setup MyEclipse to a brand new location (not over your old installation) and try opening your file. That should sort this issue out.

    #279469 Reply

    btl_ayd
    Member

    I made this way that you said but I have got error again…..I removed myeclipse manually from my PC and install again (another directory) I saw this error again.Ang my old congiguration on myeclipse seen again.How can I removed myeclise from my compiture ..(uninstal made error)

    #279489 Reply

    Loyal Water
    Member

    Just go ahead and delete the MyEclipse directory manually from your PC. Did you try using a new workspace with the new installation ?

    Can you go to <workspace>/.metadata/.log file and paste the complete error information here for me.

Viewing 11 posts - 1 through 11 (of 11 total)
Reply To: Myeclipse6.0 jsf 1.2 doesnt open

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