.. _How to start DVT Eclipse with a different eclipse.ini:

How to start DVT Eclipse with a different eclipse.ini
=====================================================

You might encounter situations when changing the default **eclipse.ini** configuration file is necessary, but you don't have write permissions over it. You can pass a different **eclipse.ini** file using **launcher.ini** argument.

If you use DVT as plugin:

.. code-block::

  ./eclipse --launcher.ini <location>

If you use the prepacked distribution:

.. code-block::
  
  ./dvt.sh -eclipse_args --launcher.ini <location>
