Hi Saifi, Yes, I am currently using vi editor for the program development and work is pretty tedious in that ,especially debugging .I wanted to use an IDE because of fast development it provides. But still I'm in learning phase ,so I'm following what you told,Its just that I wanted to download them and keep them ready for later use. Thanks For Suggestions. Regards, Rajkumar Goel
________________________________ From: Saifi Khan <[email protected]> To: [email protected] Sent: Thursday, 4 June, 2009 10:24:42 AM Subject: Re: [twincling] IDE for Scala development On Wed, 3 Jun 2009, Rajkumar Goel wrote: > Hi all, > Any suggestions for which IDE would be better for SCALA development. > Netbeans or Eclipse??? > Thanks, > Rajkumar Goel > What would you want the IDE to do for you, while doing Scala development ? . Syntax highlight . Debugger . path to 'scalac' compiler . add libraries to CLASSPATH Usually to support a language in an IDE, one would need to install some kind of plugin. Please see this page (IDE and Editor plugins) http://www.scala-lang.org/node/91 Having mentioned the link, i'd suggest an alternative approach. For maximum flexibility/learning for an engineer . install JRE/JDK 1.6.x . write a small script file (.bat/.sh) to set the CLASSPATH . use editor like Notepad++ (windows) or vim or kwrite . compile/run from the command line thanks Saifi. ------------------------------------ IRC #twincling on irc.freenode.net Yahoo! Groups Links Explore and discover exciting holidays and getaways with Yahoo! India Travel http://in.travel.yahoo.com/ [Non-text portions of this message have been removed]

