Skip to content

September 2015

Convert JDK from EXE to ZIP

Last Updated on 12/11/2020

Since Oracle doesn’t provide JDK as portable ZIP for Windows, this tutorial will show how to convert JDK from EXE to ZIP.

Are you using Java 9?

If you’re looking for instructions to convert JDK 9, the process is a bit different than this one for Java 8 and prior versions, so please visit the following tutorial for Java 9:

Pre-requisites

Read More »Convert JDK from EXE to ZIP

Change Eclipse JRE Path

Last Updated on 11/11/2020

This tutorial will show how to change Eclipse JRE path, in order to force Eclipse to use the specified JVM.
This is a very useful approach if you need your Eclipse running over a different JVM than the one specified on your PATH environment variable, or even if this variable absent. Also, it is going to help you with portable JREs and to solve the No Java Virtual machine was found error.

Read More »Change Eclipse JRE Path