Skip to content

Instantly share code, notes, and snippets.

@alaz
Created July 9, 2009 11:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alaz/143583 to your computer and use it in GitHub Desktop.
Save alaz/143583 to your computer and use it in GitHub Desktop.
Netbeans 6.7 + Scala config
Netbeans:
http://www.netbeans.org
Scala plugin для NetBeans 6.7 тут:
http://blogtrader.net/dcaoyuan/entry/scala_plugin_version_1_for
У меня еще сделаны такие настройки:
1. в файле NetBeans .../etc/netbeans.conf прописана JDK 1.6:
netbeans_jdkhome=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home
2. Явно сказано где home у Scala (дистрибутив Scala у меня установлен):
netbeans_default_options=".... -J-Dscala.home=/opt/local/share/scala"
Еще я поставил "Java Web чего-то там" plugin из Tools -> Plugins
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment