这里我发的是HMCL启动器的教程网页链接
HMCL启动器是Minecraft启动器的一种,除此之外还有PCL启动器,FSM启动器等。
除此之外我还建议你抽空看下这个教程:网页链接
除此之外我还得说一点:JAVA版本JAVA8版本只能运行116以下(不包括116版)的MC Java版,如果想运行116以上版本,你需要再安装JAVA17才行,并且两个java版本装了之后用HMCL启动器启动游戏会自动根据当前你要玩的java版本自动匹配。
如有问题可追问。
打开左下角任务栏中的开始按钮,输入“cmd”点回车
在dos面板中输入“java”点击回车,
出现如下界面:
C:\Documents and Settings\xxx>java -ver
Unrecognized option: -ver
Could not create the Java virtual machine
C:\Documents and Settings\zyx>java -version
java version "160_07"
Java(TM) SE Runtime Environment (build 160_07-b06)
Java HotSpot(TM) Client VM (build 100-b23, mixed mode, sharing)
C:\Documents and Settings\zyx>java
Usage: java [-options] class [args]
(to execute a class)
or java [-options] -jar jarfile [args]
(to execute a jar file)
where options include:
-client to select the "client" VM
-server to select the "server" VM
-hotspot is a synonym for the "client" VM [deprecated]
The default VM is client
-cp <class search path of directories and zip/jar files>
-classpath <class search path of directories and zip/jar files>
A ; separated list of directories, JAR archives,
and ZIP archives to search for class files
-D<name>=<value>
set a system property
-verbose[:class|gc|jni]
enable verbose output
-version print product version and exit
-version:<value>
require the specified version to run
-showversion print product version and continue
-jre-restrict-search | -jre-no-restrict-search
include/exclude user private JREs in the version search
- -help print this help message
-X print help on non-standard options
-ea[:<packagename>|:<classname>]
-enableassertions[:<packagename>|:<classname>]
enable assertions
-da[:<packagename>|:<classname>]
-disableassertions[:<packagename>|:<classname>]
disable assertions
-esa | -enablesystemassertions
enable system assertions
-dsa | -disablesystemassertions
disable system assertions
-agentlib:<libname>[=<options>]
load native agent library <libname>, eg -agentlib:hprof
see also, -agentlib:jdwp=help and -agentlib:hprof=help
-agentpath:<pathname>[=<options>]
load native agent library by full pathname
-javaagent:<jarpath>[=<options>]
load Java programming language agent, see javalanginstrument
-splash:<imagepath>
show splash screen with specified image
C:\Documents and Settings\xxx>
然后dos面板中输入“javac”
出现java文件说明
最后在dos面板中输入 “java -version”
出现java版本号,完成以上步骤就说明JAVA变量环境已经在电脑上安装好了
C:\Documents and Settings\xxx>java -version
java version "160_07"
Java(TM) SE Runtime Environment (build 160_07-b06)
Java HotSpot(TM) Client VM (build 100-b23, mixed mode, sharing)
以上就是关于电脑上如何下载我的世界java版全部的内容,包括:电脑上如何下载我的世界java版、怎么查看电脑上的JAVA变量环境是否配置正确、等相关内容解答,如果想了解更多相关内容,可以关注我们,你们的支持是我们更新的动力!
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)