Configure Intellij to use the Jvm of the guest virtual machine, is this possible?

I want to know if intellij can be used in the host machine to compile and build the Java source code that is in the guest VM.

For example, I am using a Windows machine with a virtual box. If I prefer, install Intellij on that OS and save the source code on the guest OS (ubuntu runs in Virtual Box) where java and maven are configured. So I would be able to use java / maven for ubuntu to work with the code there is ubuntu too, but using the IDE remotely.

In this scenario I just want to know if I can use the IDE settings to use java compiler and interpreter and maven on the remote machine / VM

It makes sense?

If such a possibility exists, is this a resource to read about it?

Thank.

+4


source to share


1 answer


As I understood, this is not possible as IntelliJ will need to use the local JVM installed on the host machine. It cannot use JVM of remote or virtual PC.



+1


source







All Articles