Configure IntelliJ to open with old Java version in macOS

I’ve an IntelliJ 13 app but it can’t be executed with the new Java versions, but it could be configured to use a specific Java version.

1. Open the app with the context menu and select Shows Package Content

2. Edit the file Contents/Info.plsit and edit the next section to select the base version, in this example I’ve using the Java 1.8.

<key>JVMVersion</key>
<string>1.8*</string>

3. Save the file and execute the app.

References

bye =)

JRebel

Que es JRebel??

Antes de dar una descripción técnica quiero compartir este video animado que explica perfectamente bien que es y como funciona JRebel =):

jaja cierto o no, uno termina frustrado por cosas así y que en la vida real si pasan, por ejemplo en mi trabajo tenemos una aplicación con unos 70 wars y el despliegue puede tomar si bien te va varios minutos dependiendo de tu equipo ( si te hablo a tí Sakai!! ¬¬ ) , pero bueno ahora vamos a verlo en acción =) : Seguir leyendo