Solving VP-UML 6.4 start up problem under Snow Leopard

December 02, 2009
User Rating: / 0
Views: 616
PDF Add comments
Share |


VP-UML 6.4 cannot be started on Mac OS X 10.6 Snow Leopard due to the compatibility issues with the JVM Mac bundled. To resolve the problem, VP-UML 6.4 users are needed to manually download Java 5, and tell the system to run Java applications with it. The steps are listed below:

  1. In the terminal, grab Java 5 and unpack it. Command is as below:
    cd /tmp/
    curl -o java.1.5.0-leopard.tar.gz http://www.cs.washington.edu/homes/isdal/snow_leopard_workaround/java.1.5.0-leopard.tar.gz
    tar -xvzf java.1.5.0-leopard.tar.gz
  2. Execute the command below to move Java 5 to your System java folder:
    sudo mv 1.5.0 /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0-leopard
  3. Execute the command below to make Java 5 as the dedicated java 5.
    cd /System/Library/Frameworks/JavaVM.framework/Versions/
    sudo rm 1.5.0
    sudo ln -s 1.5.0-leopard 1.5.0
    sudo rm 1.5
    sudo ln -s 1.5.0 1.5
  4. Open Java Preferences with the commands below:
    open "/Applications/Utilities/Java Preferences.app"
  5. Make "J2SE 5.0 32-bit" to be the default JVM for Java applications. Select J2SE 5.0 32-bit in the Java Applications list first.
    step 1
    Then drag it to the top of the list.
    step 2
  6. Start VP-UML.
    start screen
    VP-UML is started:
    vpuml and jre version
Comments (2)

Online

written by lee han il on December 05, 2009

KOREAN .LEE HAN IL .í??êµ­ì?¼ë¡? ë³´ë?´ë?¼ K E B: 620-190745-891

uml

written by maged on December 19, 2009

using uml

Write comment

Name

Email

Title

Comment

Write the displayed characters

security code