ide

Bringing Back the Old IntelliJ Theme Back

The latest version of IntelliJ having a very strong VSCode ambience in it, which is perhaps good for some people but perhaps not my cup of tea.

Bringing the old theme back is pretty much straight forward, we can do it by pressing Shift twice and write “switch to classic UI” there, bringing the old legacy theme back.

A Weird SpringSource Tool Suite (STS) Error, “No Java Virtual Machine was Found”

I had this weird error when i execute my Springsource Tool Suite, somehow it cannot found my JRE.

A Java Runtime Environment (JRE) or Java Development Kit (JDK) must be available in order to run STS. 

It looks like my “-vm” argument in STS.ini file still pointing at my uninstalled JRE location. I just do some minor change and replace it to my existing JDK location and my STS is running again.

Simple isnt it?

(W)