Skip to content

As an Instant IDE

omega ui edited this page Feb 7, 2022 · 1 revision

Setting up Any Programming Language's project

Ok! Speaking Straightforward, there is no gui tool to manage dependencies for other programming languages.

But wait, you can set this up by yourself from the settings window.

There is a different Settings Window for Non-Java Projects.

Just Open Preferences, there you will see two fields labelled compile-time and run-time.

Fill in the compile-time and the run-time command(s) and don't forget to select the working directory.

If there is no compile-time argument in your project then you can leave the compile-time field empty

There is one more field component below.

This component can be used to make a list of paths of source files before compilation.

Like the one we need in compiling a groovy project.

The first field is asking the extension of the file and the second one is asking the file name in which the paths will be written.

The " component is for surrounding the paths within double-quotes if you want.

Don't forget to Click Apply else you will lose changes.

A video tutorial will soon be available!

Clone this wiki locally