Using JamaicaVM with IntelliJ
Hey there,
I tried using the JamaicaVM (a virtual machine for java that enables you to write real-time applications) in IntelliJ, but it doesn't recognize the VM if I set the "Alternative VM" setting in the build configurations.
How can I make this work?
Please sign in to leave a comment.
Hello,
What do you mean that VM is not recognized? BTW IDEA collect jre classpath according to jdk/jre layout.
If I set the VM path to e.g. /JamaicaVM/ or /JamaicaVM/bin or /JamaicaVM/target/win_x86/ ... doesn't really matter - the VM isn't recognized and I get a warning in the configuration build.
What the warning do you get? Screenshot please
Thank you