I want to create a development environment in which my java application will run in a virtual machine and the code will be written and managed on the host machine.
The java application inside the virtual machine will use DCEVM because I want to use the enhanced class redefinition while remote debugging the application.
The same version of Java(compatible with DCEVM) will be installed on both virtual machine and host machine.
Is there someone who dealt with a similar setup in the past and who can advise whether this setup is feasible or not ?
I am very interested to know whether the remote debug and enhanced class redefinition will work or not in this setup ?