facebook

MyEclipse 8

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

    Vu Tran
    Participant

    Hello:

    I just installed and used MyEclipse 8 in our development environment. Where would I be able to find the .mymetadata file in this eclipse version?

    Thanks,
    Vu

    #304282

    support-joy
    Member

    Vu,

    Why do you need to access .mymetadata? MyEclipse doesn’t have .mymetadata, it has .metadata. You can find the same under your workspace dir.

    Best.

    #304310

    Vu Tran
    Participant

    Hi Joy:

    The problem was my Web-root folder was in correctly configured so I need to change it. MyEclipse 8 doesn’t allow me to change it in the Context-Root properties. So I need access to the .mymetadata file to modify it.

    I ended up delete the project and then resynch it as a new project from SVN, then I found the .mymetadata file in inside the root of the project.

    However, when I compile the application, I ended up with the following errors:

    Dec 2, 2009 8:34:38 AM org.apache.catalina.loader.WebappClassLoader validateJarFile
    INFO: validateJarFile(C:\Documents and Settings\tranvu\Workspaces\MyEclipse8\.metadata\.me_tcat\webapps\marketing\WEB-INF\lib\servlet.jar) – jar not loaded. See Servlet Spec 2.3, section 9.7.2. Offending class: javax/servlet/Servlet.class
    2009-12-02 08:34:39 INFO Starting app.
    2009-12-02 08:34:40 ERROR Error initializing servlet.
    java.lang.Error: Unresolved compilation problems:
    Syntax error, parameterized types are only available if source level is 1.5
    Syntax error, parameterized types are only available if source level is 1.5
    Syntax error, parameterized types are only available if source level is 1.5
    Syntax error, parameterized types are only available if source level is 1.5
    The method put(Object, Object) in the type Map is not applicable for the arguments (int, ConferenceTypeValue)

    which is probably related to some missing libraries I did not included in the build path.
    Do you have any experience with this error?
    By the way, this is the first project I picked up from someone else in Java, so any help to get me started is very much appreciated.

    Thanks in advance for your help.
    Vu Tran

    #304336

    support-joy
    Member

    Vu Tran,

    We have a lot of white papers and tutorials. I would recommend you to go through the same here – http://www.myeclipseide.com/module-htmlpages-display-pid-7.html
    Also there are sample applications available on ME 8. Open MyEclipse 8.0 IDE, from menu options click on MyEclipse > Examples on Demand…This will open “Examples on Demand Browser”. You can click on [install] and add the EOD to your project explorer. Please read README.txt for details regarding the sample application.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: MyEclipse 8

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