facebook

MyEclipse UML not recognizing JRE for linux v. 1.5.0

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #253894 Reply

    hklasky
    Member

    Suse 9.2
    java version “1.5.0_07”
    MyEclipse Professional 4.1, manual installation

    I am unable to create a new UML project repository. The error I get is:
    ‘MyEclipse UML requires JRE for linux version 1.5.0 or greater’,
    but I am already using java 5 and I am actually able to compile and run java programs with java 5 new code features using myEclipse.
    Does anyone know how could I solve this problem, please?
    Thanks in advance.

    #253917 Reply

    Riyad Kalla
    Member

    Chances are Eclipse is picking up a different VM to run with than the one you have installed. You can force it to start with the particular VM by editing the shortcut you use to start it and adding the -vm flag, like so:

    
    eclipse -vm /usr/bin/jdk_1.5.0-07/bin/java
    
    #253948 Reply

    hklasky
    Member

    Thanks Riyad for your prompt response. It was exactly what you wrote.
    The shell window where I was calling eclipse was still working with the older java version
    By tipying: source <path>/.bashrc all was resolved
    Thanks again.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: MyEclipse UML not recognizing JRE for linux v. 1.5.0

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