I have an OSGI based project which run correctly from eclipse via a Run Configuration.
Actually I want to find a solution to launch it from the command line without launching eclipse.
Is there a solution to launch an eclipse run config from windows command line, or make a runnable file for this project?
Have a look at the eclipse command line options here:
http://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.platform.doc.isv%2Freference%2Fmisc%2Fruntime-options.html
This should give you enough to do what you want.