Java Tutorial

How To Configure iCloud Family Sharing To Share Apple Services With Family Memebers

iCloud Family Sharing is a feature of the iCloud service that allows up to six family members to share purchases, subscriptions, and other services while still maintaining personal accounts. With iCloud Family Sharing, family members can share a wide range of services such as location, music, photo, etc. In this article, I will tell you […]

How To Configure iCloud Family Sharing To Share Apple Services With Family Memebers Read More »

How To Fix Issue Eclipse Maven Dependencies Jar Files Grayed Out

I add a dependency in my eclipse maven project pom.xml file, and when I save the project, eclipse downloads all the dependency required jar files under the eclipse project —> Maven Dependencies folder. But when expand the Maven Dependencies folder I found all the dependency required jar files are grayed out. And the class in

How To Fix Issue Eclipse Maven Dependencies Jar Files Grayed Out Read More »

How To Fix Can Not Start Eclipse WorkSpace After Install Eclipse Plugin Issue

Recently I installed some eclipse plugins and after that my eclipse is crashed. When I restart the eclipse again, it shows a popup dialog with the error message An error has occurred. See the log file C:\Users\zhaosong\eclipse-workspace\.metadata\.log. This article will tell you how to fix this error.

How To Fix Can Not Start Eclipse WorkSpace After Install Eclipse Plugin Issue Read More »

How To Fix Java.Lang.NoClassDefFoundError: Javax/xml/bind/annotation/xmlschema When Install Android SDK

When I install android SDK use android SDK manager, it throws an error exception in thread “main” java.lang.noclassdeffounderror: javax/xml/bind/annotation/xmlschema . It cost me a lot of time to investigate. Now I will tell you how to fix it in detail.

How To Fix Java.Lang.NoClassDefFoundError: Javax/xml/bind/annotation/xmlschema When Install Android SDK Read More »

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 Enable Group Policy Editor ( gpedit.msc ) In Win 10 Home Edition

Group policy editor (gpedit.msc) is a very useful windows function that is needed when enabling the windows long file path feature. It has been installed and enabled in win 10 professional and enterprise editions by default. But when you run it in win 10 home edition, it will prompt an error message like Windows cannot

How To Enable Group Policy Editor ( gpedit.msc ) In Win 10 Home Edition Read More »