Tag: Eclipse
-
Scala IDE for Eclipse
There are currently three Scala development environments available; IntelliJ IDEA, NetBeans and Eclipse IDE. The following is an excerpt from Scala IDE Scala IDE provides support for development of Scala applications in the Eclipse platform. The main purpose is the support for the Scala language and the integration with the Eclipse Java tools. It provides […]
-
Open Windows Folder Containing File from Eclipse
There are a number of times where the developer requires to look at the folder where project resources are stored. There are two ways though that a folder can be opened directly from Eclipse thus eliminating the need to navigate the project packages manually. Firstly, StartExplorer Eclipse plug-in is an easy way to implement this. […]