how to configure less in eclipse?

configuration, eclipse, less

Solution

There is a similar issue for the lessc GitHub repo: issues/213

I added a new launch configuration as follows:

LESS command: lessc (existing)
Compress the generated CSS file (existing)
Use this launch configuration as default

Your have to change the "LESS Command". Please filling your "`lessc`" physical path, just like "`C:\Users\[Yourname]\AppData\Roaming\npm\lessc.cmd`" (Windows 7, node.js standard installer)

That means you must indicate the full path of `lessc.cmd`

Problem

I downloaded the plugin from http://www.normalesup.org/~simonet/soft/ow/eclipse-less.en.html. and installed in on eclipse however when I try to compile the less to css I get this error ``` Cannot be launched because of an I/O exception Cannot run program "lessc": CreateProcess error=2, The system cannot find the file specified ``` can anyone whose successfully installed this guide me in the right direction ? Also xtext is installed already.

Original source