facebook

Cannot create new model repository.

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #236353 Reply

    trygberd
    Member

    Hi. I encounter this error when i try to create a new UML repository.

    Cannot create new model repository.

    Reason:
    MyEclipse UML requires JRE for Linux version 1.5.0 or greater

    Now, I’ve just downloaded and installed jre1.5.0_04, and I’ve selected it in Window/Preferences/Java/Installed JRE’s. So what am i doing wrong?

    #236371 Reply

    Scott Anderson
    Participant

    You’ve configured JDK 1.5 as you default JDK in Eclipse, but you must actually use it to start Eclipse as well. You can do this with commandline arguments like the following:
    eclipse -vm <path-to-jdk1.5>/bin/javaw

    #236461 Reply

    trygberd
    Member

    Thanks a bunch! Didnt quite understad that i had to start Eclipse using 1.5.0 🙂

    Anyway, had to modify to eclipse -vm <path-to-jdk1.5>/bin/java

    and then it worked perfectly.

    #236475 Reply

    Greg
    Member

    Anyway, had to modify to eclipse -vm <path-to-jdk1.5>/bin/java
    and then it worked perfectly.

    On windows, the -vm argument has to point to the javaw.eve file. But on linux as you have found out, you must point to the “java” executable.

    Glad its working.

Viewing 4 posts - 1 through 4 (of 4 total)
Reply To: Cannot create new model repository.

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