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:
| December 2, 2009 | |
User Rating:
/ 3
|
|
| Views: 2,043 | |
|
PDF
Link
Link: |
Add comments |
|
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 |
| sudo mv 1.5.0 /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0-leopard |
|
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 |
| open "/Applications/Utilities/Java Preferences.app" |
Click on one of the stars below to rate this article from 1 (lowest) to 5 (highest).
Comments (3)
written by customer on July 13, 2010
I'm really sorry, but that is bull shit!!!
written by ? on July 13, 2010
This problem old occur in VP-UML 6.4 or earlier version. If you are using latest version of VP-UML, you don't need to perform above step
written by customer on July 14, 2010
Problem resolved. thx