How To Install / Uninstall Multiple Java Versions In Mac OS By Home Brew Or Manually

This article will tell you how to install/uninstall multiple java versions on mac os both use homebrew or manually. It also shows you how to set JAVA_HOME & PATH system environment variable to make your installed JDK the default JDK. We recommend you use homebrew because it provides a lot of easy-to-use tools.

How To Install / Uninstall Multiple Java Versions In Mac OS By Home Brew Or Manually Read More »

How To Fix Error ‘Value Of Optional Type Must Be Unwrapped To A Value Of Type’ In Swift

There are three kinds of variable declaration in swift programming. You can declare a swift variable as a variable (var name: String = “jerry”) that value can be changed in code, a constant ( let x:Int = Int(10) ) that value can not be changed, and an optional variable ( var x:Int? ) that value

How To Fix Error ‘Value Of Optional Type Must Be Unwrapped To A Value Of Type’ In Swift Read More »

How To Resolve The Installation Failed Error When Install VirtualBox On Mac

When I install VirtualBox on macOS, I meet an error message like this The installation failed. The installer encountered an error that caused the installation to fail. Contact the software manufacturer for assistance. I struggled for some time and finally find the solution to fix it. Now let me tell you.

How To Resolve The Installation Failed Error When Install VirtualBox On Mac Read More »