osx - Rename Multiple Installations of Eclipse to Distinguish them in OS X Doc -
i have several installations of eclipse different type development. in past i've renamed eclipse.app "eclipse juno sts jdk 1.7.app". leaky solution, because eclipse.app gets created next it, today after updating 1 of plugins, eclipse no longer start.
is there better way have different names multiple eclipse installations os x?
i found answer @ bottom of thread.
after renaming eclipse.app "eclipse juno sts jdk 1.7.app", create link named "eclipse.app" redirect plugins hardcoded eclipse.app:
rename eclipse.app "eclipse juno sts jdk 1.7.app" ln -s "eclipse juno sts jdk 1.7.app" eclipse.app
Comments
Post a Comment