Home Computer Tutorials Computer Knowledge Apple install windows10

Apple install windows10

Feb 12, 2024 pm 06:27 PM
apple intellij idea

php editor Baicao introduces you a method: how to install Windows 10 on Apple computers. Although Apple computers themselves are based on the Mac OS system, some users may need to use the Windows 10 operating system in specific situations. Fortunately, Apple computers can achieve the goal of installing Windows 10 by using the Boot Assistant tool and Boot Camp software. In this article, we will introduce you to the entire installation process in detail, allowing you to easily experience the powerful features of Windows 10 on your Apple computer.

https://gradle.org/releases/

2. As shown below, select the version according to your needs. Here select 7.5.1

Apple install windows10

3 , you can choose to download binary or complete. The compete version downloaded here is gradle-7.5.1-all.zip

Apple install windows10Gradle installation

1. Download the gradle-7.5.1-all.zip version After packaging, unzip it to the current folder, as shown below

Apple install windows10

2. The unzipped directory is as follows

Apple install windows10Gradle environment variable configuration

1. Right-click this computer

Apple install windows10

2. Click Properties to find Advanced Configuration

Apple install windows10

3. Click Advanced System Configuration

Apple install windows10

4. Click Environment Variables to configure environment variables and add new system variables

Variable name: GRADLE_HOME

Variable value: E:\software\gradle-7.5.1 (here is the path to the Gradle you decompressed)

Apple install windows10

5. Double-click System variable path

Apple install windows10

6. New variable: %GRADLE_HOME%\bin

#7. Verify whether Gradle is installed successfully. Win r opens the following window, enter cmd, and click OK to open the command window.

Apple install windows10Apple install windows10

8. Verify whether Gradle is installed successfully. Enter the command: gradle -v in the command window. If the following is displayed, the installation is successful.

Apple install windows10Mirror warehouse configuration

1. Find the init.d folder in the decompressed gradle-7.5.1 directory

Apple install windows10

2. Open init.gradle, if not create a new one Just file

Apple install windows10

3. Configure the domestic mirror warehouse of the warehouse to improve the download speed of dependencies. Add the following configuration

allprojects { repositories { mavenLocal() maven { name "Alibaba" ; url "https://maven.aliyun.com/repository/public" } maven { name "Bstek" ; url "https://nexus.bsdn.org/content/groups/public/" } mavenCentral() } buildscript { repositories { maven { name "Alibaba" ; url 'https://maven.aliyun.com/repository/public ' } maven { name "Bstek" ; url 'https://nexus.bsdn.org/content/groups/public/' } maven { name "M2" ; url 'https://plugins.gradle.org/m2/ ' } } }}

4. Configuration screenshot

Apple install windows10Springboot3 project construction Create a new Springboot3 project 1. Use Idea to create a new

a. As shown below, click Intellij Idea File-> New->Project

Apple install windows10

b. Choose to use Spring Initializr to create a new project

Apple install windows10

c. Fill in the project information, select Gradle, and select the Java version. The Java version is based on your own needs. Select

Apple install windows102, Create a new webpage

a. Open https://start.spring.io/address

Apple install windows10

b. Select the new project information, including build tools, languages, Version

Apple install windows10

c. Fill in project information

Apple install windows10

d. Select the required dependencies

Apple install windows103. Open the project with Intellij Idea

a. If you use the one created by Idea, just open it directly;

b. If you use the web page After creating the download, import it into Idea.

Intellij Idea Configure Gradle

1. Create a new Gradle warehouse folder, as shown in the figure below

Apple install windows10

2. Click Idea FIle->Setting

Apple install windows10

3 . Setting interface: Click Build, Execution, deployment > Build Tools > Gradle

Apple install windows10

4. Set Gradle user home to the folder created in step 1

Apple install windows10

5 . Set Use Gradle from as shown in the figure below, where the directory is the Gradle installation directory

Apple install windows10

6. Modify the Gradle JVM, here to jdk17, according to the needs of the self-generated version

Apple install windows10 project Deployment

1. Idea import project construction project

2. Modify the configuration file as follows. The following is the yml file configuration method

Apple install windows10

Need to introduce druid related packages

implementation 'com.alibaba:druid-spring-boot-starter:1.2.12'Apple install windows10

3. The configuration is successful as follows

Apple install windows10Question 1. Build error As follows

Caused by: org.gradle.api.InvalidUserCodeException: Using insecure protocols with repositories, without explicit opt-in, is unsupported. Switch Maven repository 'maven( http://maven.aliyun.com/nexus /content/groups/public/)' to redirect to a secure protocol (like HTTPS) or allow insecure protocols. See https://docs.gradle.org/7.2/dsl/org.gradle.api.artifacts.repositories.UrlArtifactRepository .html#org.gradle.api.artifacts.repositories.UrlArtifactRepository:allowInsecureProtocol for more details.

As shown below:

Apple install windows10

Need to check the configuration in the init.gradle file

If it is the following configuration

maven { name "Bstek" ; url "http://nexus.bsdn.org/content/groups/public/" }

maven { name "Bstek" ; url 'http://nexus.bsdn.org/content/groups/public/' }

needs to be modified to

maven { name "Bstek" ; url "https://nexus.bsdn.org/content/groups/public/" }

maven { name "Bstek" ; url 'https://nexus.bsdn.org/content/groups/public/ ' }


After modifying the configuration, the build will be successful.

The above is the detailed content of Apple install windows10. For more information, please follow other related articles on the PHP Chinese website!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
3 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

deepseek ios version download and installation tutorial deepseek ios version download and installation tutorial Feb 19, 2025 pm 04:00 PM

DeepSeek Smart AI Tool Download and Installation Guide (Apple Users) DeepSeek is a powerful AI tool. This article will guide Apple users how to download and install it. 1. Download and install steps: Open the AppStore app store and enter "DeepSeek" in the search bar. Carefully check the application name and developer information to ensure the correct version is downloaded. Click the "Get" button on the application details page. The first download may require AppleID password verification. After the download is completed, you can open it directly. 2. Registration process: Find the login/registration portal in the DeepSeek application. It is recommended to register with a mobile phone number. Enter your mobile phone number and receive the verification code. Check the user agreement,

Why can't the Bybit exchange link be directly downloaded and installed? Why can't the Bybit exchange link be directly downloaded and installed? Feb 21, 2025 pm 10:57 PM

Why can’t the Bybit exchange link be directly downloaded and installed? Bybit is a cryptocurrency exchange that provides trading services to users. The exchange's mobile apps cannot be downloaded directly through AppStore or GooglePlay for the following reasons: 1. App Store policy restricts Apple and Google from having strict requirements on the types of applications allowed in the app store. Cryptocurrency exchange applications often do not meet these requirements because they involve financial services and require specific regulations and security standards. 2. Laws and regulations Compliance In many countries, activities related to cryptocurrency transactions are regulated or restricted. To comply with these regulations, Bybit Application can only be used through official websites or other authorized channels

Sesame Open Door Trading Platform Download Mobile Version Gateio Trading Platform Download Address Sesame Open Door Trading Platform Download Mobile Version Gateio Trading Platform Download Address Feb 28, 2025 am 10:51 AM

It is crucial to choose a formal channel to download the app and ensure the safety of your account.

gate.io sesame door download Chinese tutorial gate.io sesame door download Chinese tutorial Feb 28, 2025 am 10:54 AM

This article will guide you in detail how to access the official website of Gate.io, switch Chinese language, register or log in to your account, as well as optional mobile app download and use procedures, helping you easily get started with the Gate.io exchange. For more tutorials on using Gate.io in Chinese, please continue reading.

How to find the download link of Ouyi okx Android and Apple How to find the download link of Ouyi okx Android and Apple Feb 21, 2025 pm 05:39 PM

Ouyi OKX is a world-leading cryptocurrency exchange that provides users with a safe and convenient trading experience. Users can download Ouyi OKX's mobile apps, including Android and Apple versions through official channels.

How to install and register an app for buying virtual coins? How to install and register an app for buying virtual coins? Feb 21, 2025 pm 06:00 PM

Abstract: This article aims to guide users on how to install and register a virtual currency trading application on Apple devices. Apple has strict regulations on virtual currency applications, so users need to take special steps to complete the installation process. This article will elaborate on the steps required, including downloading the application, creating an account, and verifying your identity. Following this article's guide, users can easily set up a virtual currency trading app on their Apple devices and start trading.

Sesame Open Door Exchange App Official Download Sesame Open Door Exchange Official Download Sesame Open Door Exchange App Official Download Sesame Open Door Exchange Official Download Mar 04, 2025 pm 11:54 PM

The official download steps of the Sesame Open Exchange app cover the Android and iOS system download process, as well as common problems solutions, helping you download safely and quickly and enable convenient transactions of cryptocurrencies.

Compilation and installation of Redis on Apple M1 chip Mac failed. How to troubleshoot PHP7.3 compilation errors? Compilation and installation of Redis on Apple M1 chip Mac failed. How to troubleshoot PHP7.3 compilation errors? Mar 31, 2025 pm 11:39 PM

Problems and solutions encountered when compiling and installing Redis on Apple M1 chip Mac, many users may...

See all articles